Pramus
Explore posts from serversDTDrizzle Team
•Created by Pramus on 4/23/2024 in #help
SQLean's uuid4() in SQLite CREATE TABLE
I'm using Turso, enabled SQLean uuid extension and I would like to generate a table via drizzle-kit with a following id:
and the output:
If I'm not mistaken, this should be possible but throws an error. Is there any workaround?
7 replies
DTDrizzle Team
•Created by Pramus on 4/5/2024 in #help
libSQL/SQLite: Issue with CAST and ILIKE
I'm trying to cast number and date to string inside the 'where' statement. Unfortunately I'm getting a SQL syntax error around ILIKE. What's the issue with this code?:
2 replies