Hi.
I hit a following problem. I'm connected via bolt to latest version of ghcr.io/ladybugdb/bolt4rs:latest
I run simple query RETURN $number1 AS number1 where I provide parameter $number1 with value 123.
It returns following error (signature failure):
Bolt.DatabaseError.General.UnknownError
Query error: Query execution failed: Parser exception: Invalid input < not>: expected rule ku_Statements (line: 1, offset: 17)
"RETURN to_string not implemented AS number1"
^^^
I would like to know if there is something wrong with my approach? It works with other ecosystems.
Hi.
I hit a following problem. I'm connected via bolt to latest version of
ghcr.io/ladybugdb/bolt4rs:latestI run simple query
RETURN $number1 AS number1where I provide parameter $number1 with value 123.It returns following error (signature failure):
I would like to know if there is something wrong with my approach? It works with other ecosystems.