django1/django/db/backends/sqlite3
Sergey Fedoseev 026719cf17 Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+. 2020-04-06 11:26:00 +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 #31030 -- Registered SQLite functions as deterministic on Python 3.8+. 2020-04-06 11:26:00 +02:00
client.py Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8. 2019-12-16 11:20:41 +01:00
creation.py Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided. 2019-11-21 19:50:24 +01:00
features.py Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL. 2020-03-18 06:43:49 +01:00
introspection.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
operations.py Fixed #31396 -- Added binary XOR operator to F expressions. 2020-03-25 10:16:30 +01:00
schema.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00