Tobie Morgan Hitchcock
Tobie Morgan Hitchcock
Hi @ekexium yes I saw this just after I posted the issue! I'm currently building off the master version, and it takes a lot longer (so I'm presuming that the...
Hi @ekexium yeah I've looked at that doc - it's very outdated!
Have created an issue for this problem in the tikv/grpc-rs repository: https://github.com/tikv/grpc-rs/issues/585
Hi @rushmorem this is an interesting issue. Looking at the FAQs for SQLite (https://sqlite.org/faq.html#q26), there's definitely two different opinions on this. I'd like to continue supporting the current approach either...
Haha @rushmorem this is an interesting discussion. Just before 1.0.0-beta.1 we had a `VOID` type too. It all got a bit confusing! I'll just summarise why we have both a...
This also is related to another issue (of yours) and a comment that I have recently added... https://github.com/surrealdb/surrealdb/issues/73#issuecomment-1233555972
> Finally, instead of EMPTY I think we should use NONE for consistency. That is IGNORE NONE not IGNORE EMPTY. Also empty is ambiguous. For example, users might think that...
Hi @finnbear , technically that's escaping the second `"` no? So the string doesn't ever complete. The following queries do work however. ```sql SELECT * FROM '\''; SELECT * FROM...
That falls under this part... > So strings defined using `'` marks will allow `\'` escaping, and strings defined using `"` marks will allow `\"` escaping. That's a good point,...
Just reopening this @jyooru as we have a SurrealQL output format planned!