Commit 78a78aa
Django 5.0 support (#327)
* basic 5.0 support
* use django main branch
* use alpha 5.0 branch
* preliminary fix for nulls_distinct
* add _unique_supported function
* Fix schema db default test
* Skip constraint tests
* Support db_default field
* Remove operations test fixes
* Preliminary fix
* Check version before accessing db_default
* Skip add field database default test
* Update returned values from insert
* Change can_return_rows_from_bulk_insert default to True
* Revert format sql changes
* Prevent formatting empty params query
* unskip add_field_database_default
* fix add_field_both_defaults test
* Update nullable default field behavior
* update odbc 17 windows ci
* reduce tox tests for testing purposes
* bump tox version to 5.0
* add field_defaults
* Fix default constraints test
* unskip tox tests
---------
Co-authored-by: Daniel Au (SIMBA TECHNOLOGIES INC) <v-audaniel@microsoft.com>
Co-authored-by: dauinsight <145612907+dauinsight@users.noreply.github.com>1 parent bded2ce commit 78a78aa
File tree
8 files changed
+225
-29
lines changed- mssql
- testapp
8 files changed
+225
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
92 | 102 | | |
93 | 103 | | |
94 | 104 | | |
95 | | - | |
| 105 | + | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
| |||
131 | 141 | | |
132 | 142 | | |
133 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
134 | 154 | | |
135 | 155 | | |
136 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
167 | 178 | | |
168 | 179 | | |
169 | 180 | | |
| |||
304 | 315 | | |
305 | 316 | | |
306 | 317 | | |
| 318 | + | |
307 | 319 | | |
308 | 320 | | |
309 | 321 | | |
| |||
331 | 343 | | |
332 | 344 | | |
333 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
334 | 372 | | |
335 | 373 | | |
336 | 374 | | |
| |||
374 | 412 | | |
375 | 413 | | |
376 | 414 | | |
| 415 | + | |
377 | 416 | | |
378 | 417 | | |
379 | 418 | | |
| |||
0 commit comments