summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/creation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-6/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-123/+183
* Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz2020-03-111-1/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-9/+9
* Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak2018-11-261-5/+8
* Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.Mariusz Felisiak2018-11-131-10/+29
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-9/+9
* Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz2018-07-191-34/+36
* Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope2017-12-111-2/+1
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-76/+71
* Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak2017-08-161-0/+4
* Fixed #28260 -- Allowed customizing the test tablespace initial and autoexten...Mariusz Felisiak2017-06-021-8/+24
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-14/+14
* Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...Mariusz Felisiak2017-02-091-6/+8
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+0
* Refs #27690 -- Removed sleep before drop test db on Oracle.Mariusz Felisiak2017-01-161-2/+0
* Refs #27420 -- Removed exception hiding in Oracle test user creation during -...Mariusz Felisiak2016-11-081-3/+0
* Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak2016-11-081-2/+2
* Fixed CVE-2016-9013 -- Generated a random database user password when running...Marti Raudsepp2016-11-011-4/+12
* Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak2015-09-261-17/+35
* Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä2015-09-251-2/+2
* Changed Oracle's test-database-creation to use an explicit main-db-connectionShai Berger2015-06-201-6/+33
* Fixed #19542: Made mirroring databases for tests work with OracleShai Berger2015-06-051-0/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+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-43/+0
* Removed db.backends methods which only call super().Tim Graham2014-12-301-3/+0
* Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn2014-12-231-1/+1
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+1
* Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when neededShai Berger2014-10-171-2/+49
* Changed Oracle test-user creation to grant privileges instead of rolesShai Berger2014-09-241-3/+21
* Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton2014-09-171-43/+41
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-5/+14
* Made main user disconnect after creating test user/tablespaces on OracleShai Berger2014-08-251-0/+2
* Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple2014-05-281-1/+5
* Reorganized the database test settingsShai Berger2014-03-091-38/+24
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай2013-09-091-0/+1
* Start of getting Oracle to do schema stuffAndrew Godwin2013-08-121-2/+2
* Merge branch 'master' into schema-alterationAndrew Godwin2013-07-221-25/+27
|\
| * A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-25/+27
* | Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin2013-06-071-1/+2
|\ \ | |/
| * (Re-)moved some importsClaude Paroz2013-05-211-1/+2
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-3/+1
|\ \ | |/
| * Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-3/+0
| * Add a BinaryField model fieldClaude Paroz2013-03-021-0/+1
* | Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin2012-12-181-4/+6
|\ \ | |/
| * Made sure global settings are changed in test db creationAnssi Kääriäinen2012-11-271-4/+6