Open akumbhani66 opened 8 months ago
The error says column 30, but it's not where the WHERE
is. Could you please turn on POSTGRES driver debug info? Just set this in the server script: -Darcadedb.postgres.debug=true
, restart the server, run the query again and please send us the result back.
The error says column 30, but it's not where the
WHERE
is. Could you please turn on POSTGRES driver debug info? Just set this in the server script:-Darcadedb.postgres.debug=true
, restart the server, run the query again and please send us the result back.
@lvca , That is because i slightly changed the query. the exact query looks like:
SELECT id FROM Users WHERE geohash = "*****"
Sorry for the confusion.
I'll still turn on the debug mode ON and will post the logs here shortly.
ArcadeDB Version:
v24.1.1
OS and JDK Version:
Running on Linux 6.5.0-1014-gcp - OpenJDK 64-Bit Server VM 11.0.22 (Temurin-11.0.22+7)
Expected behavior
Select query should return the data
Actual behavior