jack 1 miesiąc temu
rodzic
commit
ff93651d9c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      py/core/providers/database/chunks.py

+ 2 - 0
py/core/providers/database/chunks.py

@@ -1120,6 +1120,8 @@ class PostgresChunksHandler(Handler):
         """
 
         params.extend([limit, offset])
+        
+        print(query)
 
         # Execute the query
         results = await self.connection_manager.fetch_query(query, params)