Tobie Morgan Hitchcock
Tobie Morgan Hitchcock
Hi @amaster507, thanks for pointing out the plurality differences. The `time::mins()` and `time::secs()` function names were changed in 7f953319ec16dfa1b18afe863e2839bed207bf48 (and not linked to this issue) and will be available in...
Hi @amaster507 would be great to get your opinion on this. I'm changing the behaviour of subqueries. 1. Currently if there was only 1 field selected, and the subquery had...
@amaster507... - This would be tricky to do because currently you can do `SELECT * FROM { id: person:tobie, name: 'Tobie' }` and it returns an array with the `person:tobie`...
Any ideas why this build is failing @rushmorem ?
@davnav, @Fishrock123 I've recently come across this error too, and although I'm not certain it is exactly the same error, I'm pretty sure it is. The error message is different...
Hi @ansarizafar and @agufagit 👋 ! In SurrealDB 2.0 we have added an `UPSERT` statement (which behaves in the same way as `UPDATE` did previously). The `UPSERT` statement will create...
Hi @agufagit could you please let us know the `DEFINE INDEX` statement that you used to define the index?
Hi @gravitymir just a couple of questions: 1. How have you set up your table definitions? What `DEFINE` statements have you used. 2. Also `await db.create('anytable', '0:000');` creates a record...
Hi @EMUNES datetimes in SurrealDB are named `Datetime`, whilst I think you're referencing the `DateTime` type found in the `chrono` crate. This may have been the issue. Regardless, there should...
In SurrealDB 2.0 this is now fixed 🚀 🎉 ! Previously in SurrealDB 1.0, all strings were parsed, attempting to detect if they were Record IDs, Datetimes, or UUIDs. As...