Releases
1.2
mShan0
released this
08 Dec 23:27
mssql-django 1.2 Release Notes (December 2022)
Added:
Timezone support (To use will need to do some manual migrations. See the wiki page on timezone support ) (#140 , #160 )
Fixed inserting into tables with triggers fails (#158 , #161 )
Returning rows after bulk insert is off by default and can be enabled by setting return_rows_bulk_insert
in the OPTIONS
dictionary to True
(#161 )
Add capability to convert to and from AutoField and BigAutoField (#128 )
Added hashing function support (#152 )
Add xor bit shift support (#172 )
Add support for left and right arithmetic bit shift (#182 )
Add jsonfield support for sql managed instance (#198 )
Add support for sql server 2022 (#202 )
Add support for django 4.1 (#208 )
Fixed:
Fix #137 : handle legacy unique together constraint (#138 )
Fix random order by issue (#142 )
Fix altering unique, nullable field to non-nullable error (#163 )
Fix date_trunc_sql() to work with < 4-digit year (#188 )
You can’t perform that action at this time.