Tobie Morgan Hitchcock

Results 169 comments of Tobie Morgan Hitchcock
trafficstars

Hi @bit-garden the JSON object that you submit to the server for the `/signup` and `/signin` HTTP endpoints, needs to include a `NS` key, a `DB` key, and a `SC`...

Hi @chrisabruce, Annoyingly `grpcio-sys` is quite stubborn and doesn't compile easily. It's one of the reasons we can't offer a Windows build yet. However this document (https://github.com/surrealdb/surrealdb/blob/main/doc/BUILDING.md) details the dependencies...

This issue is also related (albeit when building on WIndows): https://github.com/tikv/grpc-rs/issues/585

Hi @peteole thank you for this issue! Currently the REPL opens a new connection to the database for each submitted query, and therefore all context between queries is reset. We'll...

Ah ok @imdurgadas , @jareer12 and @bladepoint6969 I think this is because when `author.age = NONE` (when the field is empty and not defined), and that technically sorts less than...

Does it work if you run... ```sql select * from article where author.age AND author.age < 35 ``` ?

Thanks for finding this @eduardvercaemer 👍😀!

Hi @ProphetLamb thanks for submitting this issue. This is related to #90, and we have a fix coming very soon that should fix these escape sequenced characters! Will update this...

Hey @Jayuda thanks so much for this issue submission 👍. We've actually been discussing this on the SurrealDB Discord. The database currently allows connecting and querying from unauthenticated users (albeit...