Commit fc31a5f
Beta.11 (#5262)
* updated tests
* +
* updated tests
* [drizzle-kit] updated tests
* [drizzle-kit] added tests
* [drizzle-kit] added tests
* [drizzle-kit] updated test
* added tests
* updated pull tests
* +
* [integration-tests] updated tests
* corrected issue links
* [drizzle kit] added test
* [drizzle-kit] added test
* [drizzle-kit] added tests
* [feat-orm]: index logic
Added ability to pass table column to index, uniqueIndex, using in outer const. Without using 3rd param in table
* added tests
* updated tests
* [drizzle-kit] added tests
* [fix+update]: mysql use/force/ignore index update + pg asc/nullsFirst index update
Mysql:
- Added ability to handle unique constraints in use/force/ignore indexes in select queries
- Added tests
Pg:
- in drizzle-kit/drizzle.ts file updated logic regarding nullsFirst and asc/desc creation
pg docs: https://www.postgresql.org/docs/current/sql-createindex.html
* [update]: changelog
* [drizzle-kit] added tests
* [psql]: fixed broken tests in kit
* [mysql]: fixed some an issue in kit
* [sqlite]: isssue + fk introspect bugs fixed
* [mssql]: index bug fix in kit
* [cockroach]: fixed tests in kit
* [sqlite]: fk introspect fix
* [psql]: kit pk tests
* [update]: changelog for drizzle-kit
* [mssql]: kit fix
* [drizzle-kit] added tests
* [mssql-kit]: up to v2
* [kit]: psql + cockroach enum tests
* [drizzle-kit] added tests
* updated comments in tests
* [update]: kit tests update
* [update]: ignored ts error for deploy
* [update-casing]: removed casing from Name class
* [update]: isNull wrapped in ()
* [updates]: tests + bug fixes
- Fixed "buildIndex" method in mysql for `use/force/ignore` indexes
- Updated some integration tests
* [update]: fixed int:sqlite tests
* [update]: singlestore int test
* [update]: singlestore test
* [update]: changelog for kit + up of package.json versions of orm and kit
* [update]: changelog + test
* [drizzle-kit] added tests
* [drizzle-kit] added test
* updated test
* [update-kit]: psql test
* [update-kit]: fixed tests
Added:
- handling on column alters to serial in pg
- suggestions for diff in mysql
* [update-kit]: deprecated 'strict' flag
* [update-kit]: test
* [update-kit]: test
* [update-kit]: mssql test
* [update-kit]: fix
* [update-kit]: added explain to every dialect
* added tests
* fixed prompt for column conflicts; added tests
* [update-kit]: sqlite up fixes
- Added tests on up (like pg and mysql had)
- fixed some minor fixes
* [fix-kit]: errors in mocks
* [fix-kit]: mssql fixes
* [fix-kit]: tests fix to deploy
* [fix-kit]
* [fix-kit]
* [fix-kit]
* [update]: versions + changelog for sqlite
* [update]: comment
* [update-kit]: fixed mssql + new tests
* [fix-kit]: --explain handling
* Update release notes
* [sqlite-kit-fix]: introspect + explain
* [update-kit]: fixed two issues
* [fix-kit]: deepStrictEqual + fixed broken tests
* [update-kit]: fixed issues
* [update-kit]: added custom type for sqlite introspect + up all packages
* [fix-kit]: defaults for text
* added tests
* [fix-kit]: fixed + postponed tests
* [fix-kit]: sqlite def test
* added tests
* added tests
* removed migration prefix from drizzle-kit
* [update-kit]: handle custom migration schema and table in push + tests
* [kit-fix]: tables tests
* [kit-fix]: cli tests
* [fix-kit]
* [update-kit]
* [update]: int tests removed skipIf in some tests
* [update-kit]: changelog
* [update-kit]: pg index issue fixed
* [kit-fix]: pg + cockroach issue
* [kit]: mssql issue
* Fixed bun-sqlite rqbv2 mapper error on empty get response (fixes #5189)
* Up all versions to 7 + orm changelog
* changelog update
* [update-kit]: tests on ignore migrations config schema/table + minor updates
* [fix-kit]: fixed all fromDatabaseForDrizzle params
* [fix-kit]: fixed broken tests
* [kit-fix]: broken tests
* added tests
* added tests
* [kit-fix]: mysql fixes
* added tests
* [kit-fix]: fixed issues 5224 and 5212
* [kit-fix]: fixed psql issue
* [kit-fix]: entity filter update for pg
* [kit]: removed .only
* [kit-fix]: introspect fix for pk
* [kit-fix]: returned entity filter logic back as it was
* [kit-fix]: added some tests + tests on tsc relations
* fixed test
* orm timestamp batch + noop cache ignored from cache + mysql cyclic introspect
* Separated date and int-exclusive column methods from common pg builder
* added tests
* upped versions + upped skipped tests dates + changelogs + extra tests
* skipped tests
* extra fix + test
---------
Co-authored-by: OleksiiKH0240 <homenko0240@gmail.com>
Co-authored-by: Alex Blokh <aleksandrblokh@gmail.com>
Co-authored-by: AndriiSherman <andreysherman11@gmail.com>
Co-authored-by: Sukairo-02 <sreka9056@gmail.com>1 parent 8629189 commit fc31a5f
File tree
62 files changed
+1357
-452
lines changed- changelogs
- drizzle-kit
- drizzle-orm
- drizzle-arktype
- drizzle-kit
- src
- cli/commands
- dialects
- cockroach
- mysql
- postgres
- sqlite
- tests
- cockroach
- mysql
- other
- postgres
- sqlite
- drizzle-orm
- src
- cache/core
- durable-sqlite
- expo-sqlite
- mysql-core/columns
- pg-core
- async
- columns
- effect
- drizzle-seed
- drizzle-typebox
- drizzle-valibot
- drizzle-zod
- eslint-plugin-drizzle
- integration-tests/tests
- pg
- sqlite
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+1357
-452
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
87 | | - | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
| |||
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
103 | | - | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
129 | 137 | | |
130 | 138 | | |
131 | 139 | | |
132 | | - | |
| 140 | + | |
133 | 141 | | |
134 | 142 | | |
135 | 143 | | |
| |||
155 | 163 | | |
156 | 164 | | |
157 | 165 | | |
158 | | - | |
| 166 | + | |
159 | 167 | | |
160 | 168 | | |
161 | 169 | | |
| |||
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
167 | | - | |
| 175 | + | |
168 | 176 | | |
169 | 177 | | |
170 | 178 | | |
| |||
176 | 184 | | |
177 | 185 | | |
178 | 186 | | |
179 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
180 | 190 | | |
181 | 191 | | |
182 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
| 613 | + | |
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
121 | | - | |
| 121 | + | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
378 | 376 | | |
379 | 377 | | |
380 | 378 | | |
381 | 379 | | |
| 380 | + | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
449 | 452 | | |
450 | 453 | | |
451 | 454 | | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
452 | 459 | | |
453 | 460 | | |
454 | 461 | | |
| |||
460 | 467 | | |
461 | 468 | | |
462 | 469 | | |
463 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
464 | 486 | | |
465 | 487 | | |
466 | 488 | | |
| |||
656 | 678 | | |
657 | 679 | | |
658 | 680 | | |
659 | | - | |
660 | 681 | | |
661 | | - | |
662 | 682 | | |
663 | 683 | | |
664 | 684 | | |
| |||
667 | 687 | | |
668 | 688 | | |
669 | 689 | | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
670 | 703 | | |
671 | 704 | | |
672 | 705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | | - | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
| 149 | + | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
| |||
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
192 | | - | |
193 | 191 | | |
194 | 192 | | |
195 | 193 | | |
| |||
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | | - | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments