Skip to content
Back

I recently switched to TablesDb. When listening rows with Queries it returns 0 rows in python.

  • 0
  • Databases
  • Cloud
Hassanmrwt
16 Jan, 2026, 18:22

olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return any Row. tablesDB.list_rows[ queries=[ Query.order_desc("timestamp"), Query.equal("isPosted",False) ] ] Note: Indexes are created.

TL;DR
Developers are experiencing an issue where TablesDb returns 0 rows in Python when using queries. If queries are removed, results are indeed returned. An example code snippet is provided. The issue likely lies within the queries being used in TablesDb. Make sure to review the syntax and implementation of queries in TablesDb for proper functionality.
eldad
16 Jan, 2026, 18:36

If you remove all queries, do you get results?

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more