Draft
Conversation
… `Date` instances in driver response, updated changelogs
…to main-next-pack
Updates for `main` branch
- Added string modes for SingleStore, PostgreSQL, MySQL bigint columns - Added getColumns util function to get columns\selected fields from tables, views and subqueries --------- Co-authored-by: Roman Nabukhotnyi <97584054+RomanNabukhotnyi@users.noreply.github.com> Co-authored-by: Andrii Sherman <andreysherman11@gmail.com> Co-authored-by: Dan Kochetov <danil.kochetov@gmail.com> Co-authored-by: Angelelz <34462576+Angelelz@users.noreply.github.com>
…to alternation-engine
…tabase' as an option
…ompressionStream)
… in cockroach, mssql sessions, fixed broken test cases
…drizzle-orm into alternation-engine
…drizzle-orm into alternation-engine
…drizzle-orm into alternation-engine
…orm into alternation-engine
…orm into alternation-engine
* Updated to Effect V4 --------- Co-authored-by: Dan van der Merwe <danieljmerwe@gmail.com> Co-authored-by: Sergey Reka <71607800+Sukairo-02@users.noreply.github.com> Co-authored-by: AndriiSherman <andreysherman11@gmail.com> Co-authored-by: Sukairo-02 <sreka9056@gmail.com>
* Updated Netlify-related changelog, removed dependency --------- Co-authored-by: AndriiSherman <andreysherman11@gmail.com> Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
Reimplementation of mappers
- Disabled default codec type selectors for custom columns (fixes [BUG]:[1.0.0-rc.1] customType auto-resolves "geometry" codec from dataType, breaks for non-Point PostGIS columns drizzle-team#5711) - Сallback type overload to codec selector - Extended list of postgis types for codecs (improvement for [BUG]:[1.0.0-rc.1] customType auto-resolves "geometry" codec from dataType, breaks for non-Point PostGIS columns drizzle-team#5711) - Updated codecs: geometry -> geometry(point), geometry:tuple -> geometry(point):tuple - Switched PG transactions from class properties back to class methods (fixes [BUG]: [1.0.0.rc1] - PgAsyncDatabase.transaction is defined as an instance field rather than an instance method drizzle-team#5709) - Updated AWS Data Api codecs, removed query typings, improved input param mapping - Removed prepared query typings field from all builders - Added column argument to CastParam,CastArrayParam codecs --------- Co-authored-by: AndriiSherman <andreysherman11@gmail.com> Co-authored-by: RomanNabukhotnyi <nabukhotnyiroman@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Why
drizzle-kitpackage onto upstream v1 RC while preserving the pid2 API surface used by deploy database preparation.What changed
@drizzle-team/drizzle-kitpackage name and publish command on top of upstream v1../apicompatibility export that adapts pid2's existing helpers to v1's DDL diff/introspection internals.api.js/api.mjs/declarations alongside the v1 dialect API entrypoints.Test plan
nix shell nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#bun -c pnpm --dir drizzle-kit exec vitest run tests/api.test.tsnix shell nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#bun -c pnpm --filter @drizzle-team/drizzle-kit test:typesnix shell nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#bun -c pnpm lintnix shell nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#bun -c pnpm --filter @drizzle-team/drizzle-kit buildRevertibility
~ written by Zerg 👾 (spawned-reaver-8a2e)