-
-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hi! I'm trying to connect to my ArcadeDB using the PostreSQL driver on the DBeaver tool (an universal opensource db client).
I set the 'preferQueryMode' property of the driver to 'simple', as described in the documentation, but I got the following error while trying to connect (without setting the 'preferQueryMode' to simple...I simply have a timeout).
SQL Error [42601]: ERROR: Syntax error on executing query: Encountered <IDENTIFIER> "t" at line 2, column 25. Was expecting one of: <EOF> <WHERE> ... <ORDER_BY> ... <GROUP_BY> ... <LIMIT> ... <SKIP2> ... <OFFSET> ... <TIMEOUT> ... <LET> ... <UNWIND> ... ";" ... <LET> ... <WHERE> ... <GROUP_BY> ... <ORDER_BY> ... <UNWIND> ... <SKIP2> ... <OFFSET> ... <LIMIT> ... <TIMEOUT> ... <TIMEOUT> ...
I know that there's an OrientDB connection type available on DBeaver. That would be great to have one for ArcadeDB! ;-)
ArcadeDB Version:
v.23.7.1-SNAPSHOT
OS and JDK Version:
Docker (on Windows 11)
Thanks in advance for your help!