Merged
Conversation
AlexBlokh
approved these changes
Mar 20, 2026
AlexBlokh
approved these changes
Mar 20, 2026
…into query-comments
AndriiSherman
added a commit
that referenced
this pull request
Mar 23, 2026
* Fixed lack of placeholders in update * Fixed broken test cases * Additional test case fixes * Additional test case fixes * Fixed lack of alias proxying for view's `selectedFields`, fixed lack of alias handling for views in `from` clause * Fixed broken test concurrency * Fixed broken ternary condition * Post-cache mapping of query result in effect-pg * Extended test case skip duration * Fixed drizzle-constructor not passing cache to EffectPgSession constructor * Extended tests postpone date * Improved config types for `exactOptionalPropertyTypes` * + * added tests * Fixed bun-sqlite db.get(...) returning data in array mode instead of object mode (@Sukairo-02 commit) * [kit-fix]: schema errors - added all cases for all dialects * added orm changelog for beta 12 * moved formatToMillis in migrator.ts to migrate.utils.ts to avoid unintentional imports * [kit-update]: ts schema error handling for generate + push * [kit-update]: export command now throws errors if smthing wrong with the schema * added tests * added orm changelog * Fixed `formatToMillis` import in migrators Removed not valid test * merged beta-fixes and updated changelog for orm * postponed some tests * fixed #4950 issue * [kit-update]: tests * [kit-fix]: fixed upper for pg * postponed tests * [kit-fix]: fixed test * up package.json versions * added tests * [update]: - Handled .inlineParams() for sql`` - Removed T['data'] from generatedAlwaysAs. It is now only SQL and () => SQL types * updated changelogs * remove .only from tests * added tests * fixed tests + build selection for single table * added to all .generatedAlwaysAs tests sql`` instead of literals * updated kit changelogs * postponed + fixed tests * postponed + fixed tests * [kit-update]: Fix view ordering in schema serialization to respect dependencies in all dialects This commit contains update login in `drizzle.ts` file When using `prepareFromSchemaFiles` to read schema files, views were returned in an unpredictable order (not in order that is was declared in schema.ts). This caused dependent views to appear before their dependencies, which breaks migration * added tests * fixed #1227; added test; made pg drizzle-kit tests run on multiple PostgreSQL versions * [update]: migrator for all dialects The migrator now applies all changes that are missing in the database. Previously the migrator only looked for local migrations with a creation date later than the last migration applied in the database. It now detects and applies all missing migrations Added tests for all dialects * postponed tests * postponed tests + update test * postponed test * [update]: merged #5272 issue fix + postponed some tests * [update]: fixed kit + orm tests + updated changelogs * Restricted usage of async functions in sync drivers' transactions * added tests * fixed drizzle-seed bug * fix lockfile and package.json specifiers mismatch * added tests * [update-kit]: fixed issues + updated changelog * [update-kit]: postponed + fixed tests * [update]: kit + int postponed tests * [update]: upped all packages versions. fixed failed tests * fixed kit test * [update-kit]: updated comment * [update-kit]: fixed drop index * [fix-kit]: serial introspect * [update]: minor int tests updates * upped packages versions * + * [fix-kit]: missed from merging * added tests * [update-orm]: fixed mssql transactions * Update effect * tests on migrator effect + postponed tests * renamed test migration dir * update effect migrator test * fixed weightedRandom generator in drizzle-seed; added tests to integration-tests * added tests; fixed defineRelations function error message. * [drizzle-seed] fixed seq update with casing * postponed tests + fixed issue * updates in introspect tests + fixed issue * filter schema files by file extension + removed duplicated prepareFilenames * updates in kit changelogs file * added test cases * postponed tests + fixed issue 5495 + fixed cli tests * drizzle-seed fix * fixed #5493 issue * updated changelog * fixed #5489 issue * consolidate SQLite/LibSQL push commands with unified batch interface * removed transactions for sqlite push for proper PRAGMA work * fixed #5488 (added guard on this.requestLayout) * postponed tests + removed Object.freeze * fixed tests * handling multiple databases in mysql migrate() * tests update * fixed again * updated singlestore session.all to use .query instead of .execute. Added some more tests on multiple mysql dbs * updated comment * upped packages + updated changelog * fixed test * updates in pg introspect to fix #5308 * skipped tests * updated changelog * make release without hash for beta branch * SqlCommenter (#5508) * `sqlcommenter` comments support for `postgres`, `mysql` query builders & prepared queries * Fixed imports * Test fix * Implemented comment merging, string-type comments * Fixed tests * Removed post-prepare comment editing * Removed sql.if calls * Switched integration tests for comments to full query comparison * Extended postpone date * Fixed tests * release notes comments --------- Co-authored-by: Sukairo-02 <sreka9056@gmail.com> Co-authored-by: OleksiiKH0240 <homenko0240@gmail.com> Co-authored-by: AndriiSherman <andreysherman11@gmail.com> Co-authored-by: Sergey Reka <71607800+Sukairo-02@users.noreply.github.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.
MySQL,PostgreSQLdialects' query builders & prepared queries