Thomas van der Westen
Explore posts from serversDTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
The power of tauri is how small the apps are (simple apps can be 3mb)
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
I think so, and your app will be big!
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
But you can better ask here: https://discord.gg/fmTs8U42
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Euhm... Rust is primary indeed but i think you can use node in a sidecar construction. But then you need to include node as a binary because NODEJS is not native.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Hi! @alexblokh
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
But still when you change to order of the drizzle schema it breaks...
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
this was the fix:
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
I have it working now, but only when the schema keys are sorted in ascending order. Otherwise, the values in the response do not match up.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
So I need to map the schema key index to the right index in the array to match the results.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
The
tauri-plugin-sql-api
returns a object 🙂40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Hi @Andrew Sherman, that's the problem. Drizzle accepted >= 0.29.3 a
{row: object[]}
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
@Andrew Sherman any updates?
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
NP!
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Thanks!
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
I made a bug report issue: https://github.com/drizzle-team/drizzle-orm/issues/2021
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Yeah i think the batch feature broke the mapping.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
How to get the values in the right order?
40 replies