Tim Graham
|
feeafdad02
|
Removed unused enter/exit methods of MySQL's CursorWrapper.
Unused since their introduction in e1d839237f .
|
2017-07-17 13:16:29 -04:00 |
Sergey Fedoseev
|
fc2dee6908
|
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
|
2017-07-14 09:14:21 -04:00 |
Sergey Fedoseev
|
18db55bb31
|
Replaced Oracle CursorIterator with generator expression.
|
2017-07-14 14:15:00 +05:00 |
Claude Paroz
|
169c3b3e07
|
Fixed #14204 -- Enforced SQLite foreign key constraints.
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
2017-07-11 09:07:31 -04:00 |
Mariusz Felisiak
|
cf57ecb221
|
Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospection.get_relations().
|
2017-07-06 07:39:01 -04:00 |
Mariusz Felisiak
|
df1106a40f
|
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value with similar methods.
|
2017-07-06 07:37:47 -04:00 |
Mariusz Felisiak
|
7d8fc65f36
|
Removed obsolete comment about IntegerField introspection on Oracle.
Obsolete since e9d12bae1e .
|
2017-07-04 14:46:40 +02:00 |
Ran Benita
|
b9f7dce84b
|
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
|
2017-06-29 16:00:15 -04:00 |
Mads Jensen
|
550cb3a365
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
Mariusz Felisiak
|
3297dede7f
|
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Thanks Markus Holtermann and Tim Graham for reviews.
|
2017-06-27 21:15:15 +02:00 |
Josh Schneier
|
fba0eaa5d6
|
Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False.
|
2017-06-22 21:31:56 -04:00 |
Simon Charette
|
b1cbbe9267
|
Refs #25530 -- Deleted deferred SQL references on delete operation.
|
2017-06-21 00:26:30 -04:00 |
Simon Charette
|
b50815ee41
|
Refs #25530 -- Renamed deferred SQL references on rename operation.
|
2017-06-21 00:26:30 -04:00 |
Simon Charette
|
3b429c9673
|
Refs #25530 -- Tracked references of deferred SQL statements.
|
2017-06-21 00:03:31 -04:00 |
Simon Charette
|
ea91ad4c13
|
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
|
2017-06-20 22:59:22 -04:00 |
Mads Jensen
|
de42adf4ff
|
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Thanks Tim Graham and Markus Holtermann for review.
|
2017-06-20 10:54:39 -04:00 |
Paul Tiplady
|
335a8d7895
|
Fixed #28322 -- Added dbshell support for MySQL client TLS certs.
|
2017-06-19 18:11:25 -04:00 |
chillaranand
|
08bda82c23
|
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
|
2017-06-13 10:53:39 -04:00 |
Mads Jensen
|
c7f6ffbdcf
|
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
|
2017-06-08 15:15:29 -04:00 |
Florian Apolloner
|
823d73be3e
|
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
|
2017-06-06 11:08:40 -04:00 |
Mariusz Felisiak
|
5e9f7f1e1c
|
Refs #20483 -- Removed unneeded column from _foreign_key_constraints() on Oracle.
|
2017-06-06 14:25:53 +02:00 |
Mariusz Felisiak
|
516b7664dc
|
Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle.
Thanks Tim Graham for the review.
|
2017-06-02 18:35:56 +02:00 |
Mariusz Felisiak
|
8149bd00d8
|
Fixed #28258 -- Optimized Oracle introspection by using LISTAGG.
Thanks Tim Graham and Jani Tiainen for reviews.
|
2017-06-02 16:54:34 +02:00 |
Jon Dufresne
|
2c69824e5a
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
Mariusz Felisiak
|
9af6c97504
|
Refs #26682 -- Added AutoField introspection on Oracle.
|
2017-06-01 19:33:48 +02: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 |
Jon Dufresne
|
21046e7773
|
Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
|
2017-05-27 19:08:46 -04:00 |
Mariusz Felisiak
|
91b2bc3e70
|
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before altering char/text field in PostgreSQL.
Thanks Tim Graham for the review.
|
2017-05-24 07:25:59 +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 |
Mariusz Felisiak
|
b3eb6eaf1a
|
Refs #27859 -- Added DatabaseWrapper.display_name.
Thanks Tim Graham for the review.
|
2017-05-23 09:09:35 -04:00 |
Tim Schneider
|
3a5299c19c
|
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
|
2017-05-15 08:33:31 -04:00 |
Mariusz Felisiak
|
5cff2cb4c0
|
Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().
Thanks Tim Graham for the review.
|
2017-05-14 18:34:45 +02:00 |
Florian Apolloner
|
837259a63f
|
Pass type to sql_alter_column_* where it was missing.
This is a followup to 2b3a941457
|
2017-05-09 12:47:35 +02:00 |
Tim Graham
|
05098fa449
|
Fixed typo in django/db/backends/base/schema.py comment.
|
2017-05-01 20:45:33 -04:00 |
Markus Holtermann
|
663e48947f
|
Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review.
|
2017-05-01 11:31:48 -04:00 |
Mariusz Felisiak
|
946775227c
|
Fixed #28138 -- Used output type handler instead of numbersAsStrings on Oracle cursor.
Thanks Tim Graham for the review.
|
2017-04-28 16:27:21 +02:00 |
Tim Graham
|
8095496a1c
|
Fixed force_text() import in Oracle backend.
|
2017-04-27 08:47:33 -04:00 |
Claude Paroz
|
301de774c2
|
Refs #27795 -- Replaced many force_text() with str()
Thanks Tim Graham for the review.
|
2017-04-27 09:10:02 +02:00 |
Mariusz Felisiak
|
e776dd2db6
|
Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.
Thanks Claude Paroz and Tim Graham for reviews.
|
2017-04-25 06:01:25 +02:00 |
Mariusz Felisiak
|
87f9a3c5b2
|
Updated Oracle docs links to Oracle 12c.
|
2017-04-21 16:02:31 +02:00 |
Mariusz Felisiak
|
63b36d6419
|
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Unused since its introduction in cac7675f24 .
|
2017-04-18 14:17:08 +02:00 |
Mariusz Felisiak
|
e5dce7b0fb
|
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
|
2017-04-17 14:22:00 +02:00 |
Mariusz Felisiak
|
e1253bc26f
|
Refs #25406 -- Removed exception hiding in MySQL test database creation during --keepdb.
Thanks Adam Johnson, Simon Charette and Tim Graham for reviews.
|
2017-04-13 20:20:01 +02:00 |
Sergey Fedoseev
|
e7afef13f5
|
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to another one.
|
2017-04-10 13:26:26 -04:00 |
Mariusz Felisiak
|
64264c9a19
|
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation during --keepdb.
Thanks Markus Holtermann and Tim Graham for reviews.
|
2017-04-10 13:04:00 -04:00 |
Mariusz Felisiak
|
054a44d6f0
|
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
|
2017-04-10 12:49:27 -04:00 |
Simon Charette
|
a354c69055
|
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report.
|
2017-04-07 16:47:52 -04:00 |
Mariusz Felisiak
|
695d4dd790
|
Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on Oracle.
Thanks Shai Berger and Tim Graham for the reviews.
|
2017-04-07 14:08:07 +02:00 |
Simon Charette
|
35c0025151
|
Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to non-null.
Thanks Christophe Pettus, Matteo Pietro Russo for reports and Tim for review.
|
2017-04-02 16:34:03 -04:00 |
Chris Sinchok
|
66150f7cf6
|
Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell.
Thanks Tim Martin for review.
|
2017-04-01 21:01:08 -04:00 |