Sergey Fedoseev
|
93cdd07e8f
|
Used bytes.hex() and bytes.fromhex() to simplify.
|
2017-11-23 08:52:23 -05:00 |
Mariusz Felisiak
|
924a89e135
|
Fixed #26682 -- Added support for Oracle identity columns.
Thanks Shai Berger and Tim Graham for reviews.
|
2017-06-01 19:33:48 +02:00 |
Mariusz Felisiak
|
538bf43458
|
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
|
2017-05-23 17:02:40 +02:00 |
Tim Graham
|
8095496a1c
|
Fixed force_text() import in Oracle backend.
|
2017-04-27 08:47:33 -04:00 |
Mariusz Felisiak
|
87f9a3c5b2
|
Updated Oracle docs links to Oracle 12c.
|
2017-04-21 16:02:31 +02:00 |
Anton Samarchyan
|
60e52a047e
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Mariusz Felisiak
|
794f866cec
|
Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG.
|
2016-10-12 18:58:33 -04:00 |
Simon Charette
|
bdb382b2a4
|
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Thanks to Tim Graham for the report and Shai Berger for the review.
|
2015-06-24 19:37:55 -04:00 |
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 |