surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
231 stars 62 forks source link

Parsing error #71

Closed agufagit closed 1 year ago

agufagit commented 1 year ago

for query select * from ->contact->profile;

I got error: There was a problem with the database: Parse error on line 1 at character 0 when parsing 'select * from -Ϭontact->profile;'

somehow >c is encoded to Ϭ

I ran the same query from thunder client, and it returned fine without error, so it doesn't look like it's a problem with the server

here is Link to minimal reproduction repo

ElecTwix commented 1 year ago

Seems like #62 and fixed in https://github.com/surrealdb/surrealdb/pull/1888 I think in the next release it will be fixed.