Braveheart
Explore posts from serversDTDrizzle Team
•Created by Braveheart on 1/10/2024 in #help
Temporal custom type "TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and nul"
streaming here about it https://www.twitch.tv/nikoskatsikanis
3 replies
DTDrizzle Team
•Created by Braveheart on 1/10/2024 in #help
Temporal custom type "TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and nul"
3 replies
DTDrizzle Team
•Created by Braveheart on 12/29/2023 in #help
Extract type from drizzle join for use elsewhere or exporting
here is what I want to type automatically for use in this method param
3 replies
DTDrizzle Team
•Created by Braveheart on 12/27/2023 in #help
disk I/O error when running migration in context of vitest runner
ill aski in vitest
7 replies
DTDrizzle Team
•Created by Braveheart on 12/27/2023 in #help
disk I/O error when running migration in context of vitest runner
so turns out I really need to be able to insert in a vitest script , as i need dynamic ids
7 replies
DTDrizzle Team
•Created by Braveheart on 12/27/2023 in #help
disk I/O error when running migration in context of vitest runner
7 replies
DTDrizzle Team
•Created by Braveheart on 12/27/2023 in #help
disk I/O error when running migration in context of vitest runner
i moved script to pnpm and no error
7 replies
DTDrizzle Team
•Created by Braveheart on 12/27/2023 in #help
disk I/O error when running migration in context of vitest runner
it has the perms to delete the db but not run the query here it seems
7 replies
DTDrizzle Team
•Created by Braveheart on 12/26/2023 in #help
inferSelect doesnt take into account defaults in schema
13 replies
DTDrizzle Team
•Created by Braveheart on 12/26/2023 in #help
inferSelect doesnt take into account defaults in schema
ah ok thx
13 replies
DTDrizzle Team
•Created by Braveheart on 12/26/2023 in #help
inferSelect doesnt take into account defaults in schema
updatedAt: integer('updated_at', { mode: 'timestamp_ms' })
.notNull()
.default(sql
CURRENT_TIMESTAMP
),
should be optional type13 replies
DTDrizzle Team
•Created by Braveheart on 12/26/2023 in #help
value.getTime is not a function
removing .getTime() fixed it
3 replies
DTDrizzle Team
•Created by Braveheart on 12/26/2023 in #help
value.getTime is not a function
might be not related to drizzle https://github.com/WiseLibs/better-sqlite3/issues/1121
3 replies
DTDrizzle Team
•Created by Graham on 9/6/2023 in #help
Maximum call stack size exceeded: orderSelectedFields
for a simple insert
10 replies
DTDrizzle Team
•Created by Graham on 9/6/2023 in #help
Maximum call stack size exceeded: orderSelectedFields
I just got this today
10 replies
DTDrizzle Team
•Created by focused_morning on 8/15/2023 in #help
migration/meta/0000_snapshot.json data is malformed
i also made issue as seems a few have it https://github.com/drizzle-team/drizzle-orm/issues/1554
9 replies
DTDrizzle Team
•Created by focused_morning on 8/15/2023 in #help
migration/meta/0000_snapshot.json data is malformed
did you find a fix for this? I also opened up the same help issue here
9 replies
DTDrizzle Team
•Created by iolyd on 11/23/2023 in #help
Malformed migration file
just delete everything inc the dev db and start again?
5 replies