* 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>
* Fixed failing timezone unit test for Django 4.1 (#169)
* Added Django 4.1 tests into test suite
* Fixed datetime issues
* Added skipped timezone tests
* fix date_trunc_sql to work with < 4-digit year
set has_case_insensitive_like to True
Revert "fix date_trunc_sql to work with < 4-digit year"
This reverts commit 492e32ce50.
Revert "set has_case_insensitive_like to True"
This reverts commit 2bc4f8ed42.
fix date_trunc_sql to work with < 4-digit year (#188)
* set has_case_insensitive_like to True (#189)
Co-Authored-By: Khanh Bui <85855766+khanhmaibui@users.noreply.github.com>
Co-authored-by: Khanh Bui <85855766+khanhmaibui@users.noreply.github.com>
* bump required django version to include 4.1.x updates (#192)
* add introspected field type for DurationField (#191)
* Add check to see if `FROM` clause exists (#190)
* Make MSSQL introspection raise DatabaseError on nonexistent tables (#194)
* Make MSSQL introspection raise DatabaseError on nonexistent tables
* edit error message to make it specific to MSSQL
* Refix JSONField has_key so it doesn't break previous Django versions (#195)
* Fix removing unique_together constraint if exists primary key/unique constraint on the same field. (#204)
* Fix removing unique_together constraint if
exists primary key/unique constraint on the same field.
* add django version requirement
* fix jsonfield test in sql server 2022 and newer (#203)
* fix jsonfield test in sql server 2022
* fix sql server version
* fix bulk update tests (#205)
* match native function updates
* syntax update
* fix `mssql-django` tests
* trim whitespace
* create custom `Window.as_sql` (#207)
Co-Authored-By: Khanh Bui 85855766+khanhmaibui@users.noreply.github.com
* Add skipped tests to Django 4.1 (#199)
Skips the currently unfixable tests added by Django 4.1
Co-authored-by: mShan0 <mark.shan19@gmail.com>
Co-authored-by: jmah8 <59151084+jmah8@users.noreply.github.com>
Co-authored-by: Khanh Bui <khanhmb815@gmail.com>
Co-authored-by: Khanh Bui <85855766+khanhmaibui@users.noreply.github.com>