‘Table’ object is not callable

Fix Svelte error: TypeError: ‘Table’ object is not callable.

Try instead of the usual entry to use .insert (). values ​​()… For example:

add_category = categories.insert()values(
task_id=newid, cat_id=category_exist.id, time=datetimenow()
)
db.sessionexecute(add_category)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *