Releases: drizzle-team/drizzle-orm
Releases · drizzle-team/drizzle-orm
drizzle-kit@0.31.6
0.44.7
- fix durable sqlite transaction return value #3746 - thanks @joaocstro
0.44.6
drizzle-kit@0.31.5
- Add casing support to studio configuration and related functions
0.44.5
- Fixed invalid usage of
.one()indurable-sqlitesession - Fixed spread operator related crash in sqlite
blobcolumns - Better browser support for sqlite
blobcolumns - Improved sqlite
blobmapping
0.44.4
- Fix wrong DrizzleQueryError export. thanks @nathankleyn
0.44.3
- Fixed types of
$clientfor clients created by drizzle function
await db.$client.[...]- Added the
updated_atcolumn to theneon_auth.users_synctable definition.
drizzle-kit@0.31.4
- Fixed
halfvec,bitandsparsevectype generation bug in drizzle-kit
drizzle-kit@0.31.3
- Internal changes to Studio context. Added
databaseNameandpackageNameproperties for Studio
drizzle-kit@0.31.2
Bug fixes
- Fixed relations extraction to not interfere with Drizzle Studio.