Skip to content

Tags: drizzle-team/drizzle-orm

Tags

drizzle-kit@0.31.6

Toggle drizzle-kit@0.31.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Drizzle Kit]: Extend api (#4999)

* feat: Add external kit api to start Drizzle Studio

* feat: Separate API build process and fix ESM dynamic require handling

* fix: Update import paths for Relations in api.ts, pgImports.ts, and studio.ts

* dprint

* fix: Remove '-pooler' suffix from NEON_CONNECTION_STRING in Vercel client tests

* dprint

* chore: update version to 0.31.6 and add changelog for bug fixes

0.44.7

Toggle 0.44.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix durable sqlite transaction return value (#3746)

* fix durable sqlite transaction return value

* 0.44.7 release

---------

Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>

0.44.6

Toggle 0.44.6's commit message

Verified

This commit was signed with the committer’s verified signature.
AndriiSherman Andrii Sherman
dprint

drizzle-kit@0.31.5

Toggle drizzle-kit@0.31.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Drizzle Kit]: Add casing support to studio configuration and related…

… functions (#4940)

* Add casing support to studio configuration and related functions

* Bump version to 0.31.5 and add changelog entry for casing support in studio configuration

0.44.5

Toggle 0.44.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.44.5 (#4849)

* Fixed invalid usage of `.one()` in `durable-sqlite`

* Bump version, changelogs

* Improved `blob` in `sqlite`

* Removed unnecessary default encoding argument

* Fixed D1 incompatibility

* Changed `HST` to `-10` in broken timezone tests

* Documented changes

0.44.4

Toggle 0.44.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix export of `DrizzleQueryError` (fixes #4618) (#4778)

* Fix export of `DrizzleQueryError` (fixes #4618)

There was a module name clash of `src/errors.ts` and
`src/errors/index.ts`. This commit moves `DrizzleQueryError` into
`src/errors.ts` and removes the module clash to fix the issue.

* Changelog

---------

Co-authored-by: AndriiSherman <andreysherman11@gmail.com>

0.44.3

Toggle 0.44.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed types of `$client` for clients created by `drizzle` function fr…

…om credentials (#4742)

* Fixed types of `` for clients created by `drizzle` function from credentials

* Add release notes

---------

Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>

drizzle-kit@0.31.4

Toggle drizzle-kit@0.31.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix hakfvec (#4689)

* Fix halfvec

* dprint

* add release notes

* add more changes

drizzle-kit@0.31.3

Toggle drizzle-kit@0.31.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `databaseName` and `packageName` properties for studio (#4683)

* add databaseName and packageName property for studio

* Add release notes

---------

Co-authored-by: AndriiSherman <andreysherman11@gmail.com>

drizzle-kit@0.31.2

Toggle drizzle-kit@0.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Studio transactions (#4664)

* feat: Add transactions for dialects

* fix: Fix imports

* +

* +

* dprint :/

* fix: Fix extracting relations

* up version