Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-061-3/+5
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-251-2/+6
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-7/+5
* Refs #17785 -- Made docstring for sqlite3's get_relations...Hynek Cernoch2015-09-181-3/+2
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-0/+33
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+1
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+34
* Fixed #25128 -- Fixed SQLite SchemaEditor crash when addi...Tim Graham2015-07-151-3/+3
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-271-11/+13
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Removed support for Python 3.3.Tim Graham2015-06-181-3/+2
* Imported sqlite3 instead of _sqlite3Sagar Mittal2015-06-061-3/+3
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-052-0/+18
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-022-14/+28
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-172-2/+4
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-2/+2
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-10/+10
* Normalized the implementation of get_db_converters.Aymeric Augustin2015-05-171-9/+12
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-173-25/+18
* Allowed using the sqlite3 backend as much as possible wit...Milan Broum2015-05-041-1/+4
* Fixed #24637 -- Fixed database introspection with SQLite ...peterfarrell2015-04-141-1/+4
* Cleaned up use of context manager in SQLite schema editorAlex Hill2015-04-031-17/+15
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-14/+14
* Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz2015-03-231-0/+2
* Explicitly disable FK constraints in SQLite editorAlex Hill2015-03-211-0/+17
* Safer table alterations under SQLiteAlex Hill2015-03-211-10/+35
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-5/+5
* Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend...Tim Graham2015-02-171-1/+1
* Fixed isort import that's inconsistent between platforms.Loic Bistuer2015-02-101-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-13/+12
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-311-9/+23
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-272-10/+16
* Fixed #24104 -- Fixed check to look on field.many_to_many...Andriy Sokolovskiy2015-01-221-5/+4
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-8/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-148-277/+316
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-11/+10
* Introspected alternate SQLite FK definitionsClaude Paroz2015-01-101-1/+8
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-8/+9
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-2/+2
* Moved DatabaseCreation.data_types properties to DatabaseW...Tim Graham2014-12-312-33/+33
* Fixed #12118 -- Added shared cache support to SQLite in-m...Andriy Sokolovskiy2014-12-302-5/+28
* Refs #2443 -- fixed format_dtdelta on SQLiteAnssi Kääriäinen2014-12-231-2/+2
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-202-17/+38
* Fixed #23987 -- Made SQLite SchemaEditor always use effec...Andriy Sokolovskiy2014-12-151-2/+2
* Fixed #23941 -- Removed implicit decimal formatting from ...Josh Smeaton2014-12-121-3/+1
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed #23880 -- Added missing index_together handling for...Markus Holtermann2014-12-011-1/+19
* Fixed #16731 -- Made pattern lookups work properly with F...Thomas Chaumeny2014-11-281-2/+15
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-4/+2
* Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham2014-10-231-2/+2