-
Beta.19 (#5505)
发布于
2026-03-23 19:34:10 +00:00 | -1331 次提交 在此版本后已推送到 main-
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 infromclause -
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
formatToMillisimport in migrators
Removed not valid test -
merged beta-fixes and updated changelog for orm
-
postponed some tests
-
fixed #4950 issue
-
[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.tsfile
When usingprepareFromSchemaFilesto 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 https://github.com/drizzle-team/drizzle-orm/issues/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)
-
sqlcommentercomments support forpostgres,mysqlquery 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下载附件
-