This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
4328970780
django1
/
django
/
db
/
backends
History
mdalp
3b73f77ad4
Fixed
#33358
-- Fixed handling timedelta < 1 day in schema operations on Oracle.
2021-12-14 09:08:25 +01:00
..
base
Fixed
#33340
-- Fixed unquoted column names in queries used by DatabaseCache.
2021-12-09 11:16:04 +01:00
dummy
Removed DatabaseIntrospection.get_key_columns().
2021-11-10 16:38:43 +01:00
mysql
Updated various links to HTTPS and new locations.
2021-12-02 11:27:29 +01:00
oracle
Fixed
#33358
-- Fixed handling timedelta < 1 day in schema operations on Oracle.
2021-12-14 09:08:25 +01:00
postgresql
Fixed
#33279
-- Fixed handling time zones with "-" sign in names.
2021-11-12 07:30:02 +01:00
sqlite3
Refs
#33355
-- Fixed Trunc() with years < 1000 on SQLite.
2021-12-13 11:50:45 +01:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#33194
-- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite.
2021-10-18 08:25:23 +02:00
signals.py
Fixed
#31327
-- Deprecated providing_args argument for Signal.
2020-03-05 09:38:52 +01:00
utils.py
Fixed
#33279
-- Fixed handling time zones with "-" sign in names.
2021-11-12 07:30:02 +01:00