Josh Smeaton
|
1fbe8a2de3
|
Fixed #24200 -- Made introspection bypass statement cache
|
2015-02-10 23:24:34 +02:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Tim Graham
|
28308078f3
|
Fixed #22603 -- Reorganized classes in django.db.backends.
|
2015-01-14 14:16:20 -05:00 |
Tim Graham
|
1101467ce0
|
Limited lines to 119 characters in django/
refs #23395.
|
2014-09-05 09:22:16 -04:00 |
Shai Berger
|
06c0e740a4
|
Added django.utils.six.buffer_types
and used it in the Oracle SchemaEditor. Refs #22715.
|
2014-06-13 13:09:51 -04:00 |
Shai Berger
|
fd427f1fe3
|
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
While at it, fixed a problem in returning empty values
(still with BinaryField/Oracle/Python3).
|
2014-05-28 18:57:40 +03:00 |
Andrew Godwin
|
125b3d4407
|
Fixed #22649: Beefed up quote_value
|
2014-05-20 15:41:01 +01:00 |
Andrew Godwin
|
42607a9e33
|
Fixed #21844: Move quote_parameter off of Operations and rename
|
2014-02-09 12:42:26 +00:00 |
Alex Gaynor
|
2530735d2d
|
Fixed a number of flake8 errors -- particularly around unused imports and local variables
|
2013-09-06 21:56:40 -07:00 |
Andrew Godwin
|
efd1e6096e
|
Adding 'sqlmigrate' command and quote_parameter to support it.
|
2013-09-06 15:28:12 -05:00 |
Andrew Godwin
|
9cc6cfc405
|
Fix Oracle's default handling and schema-prepared-statement issue
|
2013-08-23 12:07:55 +01:00 |
Andrew Godwin
|
157604a87f
|
Oracle schema backend, passes most tests and is pretty complete.
|
2013-08-13 20:54:57 +01:00 |
Andrew Godwin
|
44f907dd98
|
Start of getting Oracle to do schema stuff
|
2013-08-12 20:05:20 +01:00 |
Andrew Godwin
|
3ffbfe4abc
|
Stubbed-out oracle schema file
|
2012-09-07 15:56:07 -04:00 |