Matan Nahmani
Explore posts from serversDTDrizzle Team
•Created by Marcel on 8/17/2024 in #help
[Turso] Undefined primaryKey on push
same here
3 replies
DTDrizzle Team
•Created by shikishikichangchang on 6/9/2024 in #help
Turso SQLite vector search
Bump, I made a simple types today but can't get drizzle to use indexing right
4 replies
DTDrizzle Team
•Created by philbookst on 12/20/2023 in #help
push:sqlite error _old_push table with turso
@philbookst did you even ran across this error SQL_INPUT_ERROR?
when i insert a new column it inserts it but the push just dosen't work well, it keeps throwing error even though it alterd the db
6 replies
DTDrizzle Team
•Created by philbookst on 12/20/2023 in #help
push:sqlite error _old_push table with turso
any updates?
6 replies
DTDrizzle Team
•Created by Matan Nahmani on 10/24/2023 in #help
is there a way to wrap a column select with ST_AsText or any other sql statement?
yes i saw it, problem you can't do it with query so it's kinda annoying
10 replies
DTDrizzle Team
•Created by Matan Nahmani on 10/24/2023 in #help
is there a way to wrap a column select with ST_AsText or any other sql statement?
@Angelelz i gave it a try but I think toDriver only happen on executions (insert,update,etc) for query it just uses the default select (select: <column-name>)
here is my try:
10 replies
DTDrizzle Team
•Created by Matan Nahmani on 10/24/2023 in #help
is there a way to wrap a column select with ST_AsText or any other sql statement?
@Angelelz you mind giving me a hint over here? this is my custom type:
i'm trying the default select of this field to be
ST_AsText(
<colum-type>) as PointText
10 replies
DTDrizzle Team
•Created by Matan Nahmani on 10/3/2023 in #help
createInsertSchema forgets .$type() on text json mode fields in sqlite
p.s i'm not sure if this is even doable 😦
2 replies