Tim

Results 54 comments of Tim

Same issue here. Sometimes the tab freezes aswell. Making it compleatly impossible to annotate data

Maybe related to this. if you do something like `RELATE cat:one->likes:ulid()->cat:two;` And then select all relations like `SELECT * from likes` it will generate a new id evertime it gets...

Same issue with something like: `DEFINE TABLE follows SCHEMAFULL TYPE RELATION FROM test TO test2;`

We managed to fix it using the "sql2" feature and enabling surrealdb_unstable in the rust flags

As of version 0.2.0 it should be good to use, just keep in mind that there might be breaking changes on Minor versions updates (We try to keep patch versions...

Adding @ZargorNET cause he did a lot of the update

> > Adding @ZargorNET cause he did a lot of the update > > Will be great if you join our [discord](https://discord.gg/DfWFT7fzUu) as well @ZargorNET He is called Conner (@connerinbln)...

I upgraded rust from nightly-2023-11-09 to nightly-2024-07-02 and started facing the same issue with f32 ```rs #[derive(Debug, sqlx::Type, Serialize, Deserialize)] #[sqlx(type_name = "margin_setting")] pub struct MarginSetting { pub min_price: f32,...

I decided to implement my own, after waiting weeks without a response, but even `showCursor: false` dosn't really make sence in my opinion (havn't tried it) but it updates at...