Tobie Morgan Hitchcock
Tobie Morgan Hitchcock
Hi @DarkGhostHunter thanks for this! This is actually intentional, because it's hard to define what a 'month' actually is... 1. Is it `30 days`? 2. Is it `31 days`? 3....
Yes this can be done in Rust and the current libraries/implementation, with not too much difficulty. There are a couple of things though... 1. How does someone specify that they...
Thanks for this @AL1L 👍😀!
Hey @tomsseisums when a value is defined in SurrealQL (and that value matches a date or time value according to the ISO-88601 format), then the value is stored as a...
Hi @irishburlybear yes this is definitely needed! 1. We would need to send an `access` token and a `refresh` token with the initial authentication. 2. We would need a `/refresh`...
Yes that bit didn't quite make the port to Rust yet! https://github.com/surrealdb/surrealdb/blob/golang/sql/check.go
Hi @bakman2 there is an undocumented statement type which allows you to do this already 👍😀🚀... ```sql CREATE person:tobie SET name = 'Tobie', brother = person:jaime; CREATE person:jaime SET name...
@finnbear can we add some more complex SQL parsing tests to `sql/parser.rs` (which both succeed and others which fail), just so we have a thorough understanding of the implications of...
Now that #241 is merged, I presume this PR needs a couple of changes @finnbear?
@finnbear just been looking through this a little more. It would be good to document somewhere what the limits in the parser would be (roughly) with this change... 1. Limits...