index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
Age
Commit message (
Expand
)
Author
2015-02-20
[1.8.x] Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-17
[1.8.x] Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.
Tim Graham
2015-02-10
[1.8.x] Fixed isort import that's inconsistent between platforms.
Loic Bistuer
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-27
[1.8.x] Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-22
[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...
Andriy Sokolovskiy
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-10
Introspected alternate SQLite FK definitions
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-23
Refs #2443 -- fixed format_dtdelta on SQLite
Anssi Kääriäinen
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-15
Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Andriy Sokolovskiy
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-01
Fixed #23880 -- Added missing index_together handling for SQLite
Markus Holtermann
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-23
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Tim Graham
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-23
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-10
Made sqlite's remove_field behave like the base backend.
Florian Apolloner
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-08-04
Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
Mihail Milushev
2014-07-28
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-07-23
Fixed #23030 -- Properly handled geometry columns metadata during migrations
Claude Paroz
2014-07-21
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-06-16
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_c...
Tim Graham
2014-06-16
Fixed #22844: Duplicate SQL for SQLite FKs
Andrew Godwin
2014-06-06
Replaced an explicit vendor check by a feature flag.
Aymeric Augustin
2014-06-01
Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Claude Paroz
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-05-20
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-17
Fixed #22626 -- Allow BinaryField defaults with SQlite.
Raphaël Barrois
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-05-08
Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
2014-05-07
Fixed #22581: Pass default values for schema through get_db_prep_save()
Andrew Godwin
2014-04-25
Set some transaction-related feature flags on SQLite.
Aymeric Augustin
2014-04-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-18
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
Simon Charette
2014-04-17
Fixed #22397 -- Issues removing M2M field with explicit through model.
Andrew Gorcester
2014-04-10
Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
[next]