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
71a936f9d8
django1
/
django
/
db
/
backends
/
sqlite3
History
girishsontakke
98abc0c90e
Fixed
#32501
-- Added support for returning fields from INSERT statements on SQLite 3.35+.
2021-04-07 20:09:56 +02:00
..
__init__.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
base.py
Fixed typo in django/db/backends/sqlite3/base.py comment.
2021-02-23 10:54:32 +01:00
client.py
Fixed
#32355
-- Dropped support for Python 3.6 and 3.7
2021-02-10 10:20:54 +01:00
creation.py
Fixed
#32582
-- Removed unnecessary dot in names of cloned test databases on SQLite.
2021-03-25 06:37:01 +01:00
features.py
Fixed
#32501
-- Added support for returning fields from INSERT statements on SQLite 3.35+.
2021-04-07 20:09:56 +02:00
introspection.py
Fixed
#32453
-- Added introspection of unique constraint field ordering on SQLite.
2021-02-17 10:59:17 +01:00
operations.py
Fixed
#32501
-- Added support for returning fields from INSERT statements on SQLite 3.35+.
2021-04-07 20:09:56 +02:00
schema.py
Fixed
#30916
-- Added support for functional unique constraints.
2021-02-23 20:19:53 +01:00