summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/creation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33173 -- Fixed destroying test databases when running tests in parallel...Mariusz Felisiak2022-10-261-0/+1
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-5/+55
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+27
* Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...Girish Sontakke2021-03-251-1/+1
* Fixed #30413 -- Fixed test database signature on SQLite when test database na...Farhaan Bukhsh2019-11-211-0/+2
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-1/+4
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-2/+2
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-2/+2
* Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz2018-07-191-6/+6
* Refs #28909 -- Simplifed code using unpacking generalizations.Mariusz Felisiak2018-02-261-3/+1
* Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.Дилян Палаузов2017-11-071-3/+1
* Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.Tim Graham2017-10-031-11/+2
* Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne2017-09-111-4/+4
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-2/+1
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+0
* Fixed #27077 -- Made SQLite's in-memory database checks DRYer.Chris Jerdonek2016-08-171-5/+10
* Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().Chris Jerdonek2016-08-171-10/+11
* Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti2015-10-061-3/+5
* Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä2015-09-251-2/+6
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+34
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-8/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham2014-12-311-33/+0
* Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy2014-12-301-4/+13
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+1
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple2014-05-281-1/+3
* Reorganized the database test settingsShai Berger2014-03-091-2/+2
* Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson2013-09-061-0/+3
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-24/+25
* Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-3/+0
* Add a BinaryField model fieldClaude Paroz2013-03-021-0/+1
* Fixed #19162 -- Wrong indentation.Jan Bednařík2012-10-221-5/+5
* [py3] Replaced raw_input by inputClaude Paroz2012-08-081-1/+2
* Replaced print statement by print function (forward compatibility syntax).Claude Paroz2012-04-301-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...Ramiro Morales2012-03-131-0/+15
* Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales2011-07-061-0/+3
* Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel2011-06-111-0/+1
* Fixed error introduced in r14666 that results in the message reporting the te...Ramiro Morales2010-12-081-4/+8
* Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee2010-08-071-5/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-6/+5
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss2008-09-011-2/+0
* Fixed #8355: Removed some whitespace that was apparently causing difficulty w...Russell Keith-Magee2008-08-161-2/+1
* Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...Russell Keith-Magee2008-08-151-1/+1
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-27/+73