|
|
|
@9548
|
[9548]
|
12/02/08 12:40:40 |
ikelly |
Fixed #9706: made SlugField? honor max_length in Oracle, matching the other … |
|
|
|
@9546
|
[9546]
|
12/02/08 10:58:06 |
ikelly |
Fixed a pair of bugs in determining the set of models to flush that were … |
|
|
|
@9543
|
[9543]
|
12/02/08 07:23:29 |
russellm |
Fixed #9736 -- Added quoting to the SQL constraint names generated during … |
|
|
|
@9467
|
[9467]
|
11/16/08 02:50:06 |
mtredinnick |
Fixed #6052 -- Worked around a bug in MySQLdb with regards to … |
|
|
|
@9466
|
[9466]
|
11/16/08 02:48:24 |
mtredinnick |
Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. … |
|
|
|
@9418
|
[9418]
|
11/13/08 18:54:16 |
ikelly |
Refs #9408: Removed support for passing params as dicts in the oracle … |
|
|
|
@9394
|
[9394]
|
11/11/08 18:35:24 |
kmtracey |
Fixed #5079 -- Avoid converting Decimals to floats during save to the … |
|
|
|
@9272
|
[9272]
|
10/24/08 04:36:22 |
mtredinnick |
Fixed #9307 -- Added the ability to pickle the Query class used by the … |
|
|
|
@9235
|
[9235]
|
10/17/08 19:00:20 |
ikelly |
Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for … |
|
|
|
@9231
|
[9231]
|
10/13/08 14:38:18 |
ikelly |
Fixed Oracle introspection mapping of DATE columns, and added an entry for … |
|
|
|
@9221
|
[9221]
|
10/10/08 12:15:58 |
ikelly |
Fixed .distinct() not working with slicing in Oracle, due to the
row … |
|
|
|
@9060
|
[9060]
|
09/17/08 02:23:17 |
mtredinnick |
Fixed #9113 -- Improved exception message reporting when importing sqlite3 … |
|
|
|
@9004
|
[9004]
|
09/10/08 18:03:07 |
ikelly |
Fixed an incorrectly named DatabaseOperations? method. It was causing … |
|
|
|
@8989
|
[8989]
|
09/08/08 21:13:58 |
adrian |
db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., … |
|
|
|
@8965
|
[8965]
|
09/04/08 11:41:59 |
mboersma |
Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on … |
|
|
|
@8819
|
[8819]
|
09/01/08 17:15:35 |
jacob |
Fixed #8210 and #8664: moved USStateField and PhoneNumberField to … |
|
|
|
@8810
|
[8810]
|
09/01/08 14:58:41 |
ikelly |
Corrected Oracle DatabaseError? definition. |
|
|
|
@8808
|
[8808]
|
09/01/08 14:37:48 |
ikelly |
Fixed escaping of wildcard characters in iexact lookups in Oracle. |
|
|
|
@8802
|
[8802]
|
09/01/08 12:48:39 |
jacob |
Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, … |
|
|
|
@8782
|
[8782]
|
08/31/08 19:49:03 |
mtredinnick |
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key … |
|
|
|
@8692
|
[8692]
|
08/28/08 23:30:07 |
mtredinnick |
Fixed #8575 -- Catch one particular instance of OperationalError? in MySQL … |
|
|
|
@8648
|
[8648]
|
08/28/08 01:49:00 |
mtredinnick |
Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled … |
|
|
|
@8646
|
[8646]
|
08/28/08 00:42:05 |
mtredinnick |
Fixed #8597 -- Allow the use of strings containing underscores and … |
|
|
|
@8580
|
[8580]
|
08/26/08 03:58:07 |
mtredinnick |
Fixed #8347 -- Added a few missing field type conversion to SQLite's … |
|
|
|
@8545
|
[8545]
|
08/25/08 12:20:28 |
mboersma |
Fixed get_or_create test case for Oracle by re-raising the more specific … |
|
|
|
@8536
|
[8536]
|
08/25/08 07:56:06 |
jacob |
Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive … |
|
|
|
@8532
|
[8532]
|
08/24/08 23:13:27 |
mtredinnick |
Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString? values … |
|
|
|
@8522
|
[8522]
|
08/24/08 15:16:56 |
mboersma |
Fixed #7628 -- Oracle backend won't try to recreate existing sequences … |
|
|
|
@8494
|
[8494]
|
08/23/08 13:01:16 |
mtredinnick |
Fixed #8214 -- Added back a stringification that was dropped during … |
|
|
|
@8475
|
[8475]
|
08/22/08 23:14:23 |
brosner |
Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql … |
|
|
|
@8471
|
[8471]
|
08/22/08 15:26:20 |
mboersma |
Fixed Oracle backend limit/offset SQL to again use extra_select, properly … |
|
|
|
@8466
|
[8466]
|
08/22/08 09:18:53 |
russellm |
Fixed #8485: Reordered imports in the database backends to ensure that the … |
|
|
|
@8445
|
[8445]
|
08/19/08 18:04:34 |
mboersma |
Fixed Oracle backend not to use extra_select for limit/offset type … |
|
|
|
@8402
|
[8402]
|
08/15/08 23:48:57 |
russellm |
Fixed #8355: Removed some whitespace that was apparently causing … |
|
|
|
@8380
|
[8380]
|
08/15/08 09:58:59 |
mtredinnick |
Reverted [8318] and [8329], since the change turned out to have no effect, … |
|
|
|
@8364
|
[8364]
|
08/15/08 02:35:47 |
russellm |
Fixed #8331 -- Added style parameter to sqlite backend implementation of … |
|
|
|
@8330
|
[8330]
|
08/12/08 13:49:44 |
mboersma |
Fixed oracle-specific test DB creation code so the test suite will run … |
|
|
|
@8329
|
[8329]
|
08/12/08 11:28:52 |
mtredinnick |
Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2. |
|
|
|
@8328
|
[8328]
|
08/12/08 11:06:55 |
mtredinnick |
Fixed a group of missing imports, aliases and parameter passings from … |
|
|
|
@8319
|
[8319]
|
08/12/08 02:52:33 |
mtredinnick |
Changed "exact" matches in MySQL to use the database's native … |
|
|
|
@8318
|
[8318]
|
08/12/08 02:52:17 |
mtredinnick |
Convert binary-matched VARCHAR fields to unicode objects in the MySQL … |
|
|
|
@8317
|
[8317]
|
08/12/08 01:31:29 |
mtredinnick |
Do not use savepoints with PostgreSQL prior to 8.0. |
|
|
|
@8314
|
[8314]
|
08/12/08 00:34:56 |
mtredinnick |
Added savepoint support to the transaction code.
This is a no-op for most … |
|
|
|
@8305
|
[8305]
|
08/11/08 10:54:42 |
jacob |
Fixed stupid syntax error in [8303]. |
|
|
|
@8303
|
[8303]
|
08/11/08 10:24:44 |
jacob |
Fixed #8228: fixed a Python 2.3 compatibility from [8296]. |
|
|
|
@8301
|
[8301]
|
08/11/08 09:16:09 |
russellm |
Removed some empty modules that are no longer required after [8296]. |
|
|
|
@8298
|
[8298]
|
08/11/08 08:15:34 |
russellm |
Purged the mysql_old backend directory. |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8276
|
[8276]
|
08/09/08 18:59:01 |
jacob |
Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, … |
|
|
|
@8242
|
[8242]
|
08/08/08 15:09:53 |
mtredinnick |
Fixed #6523 -- Use the correct cast on field types for PostgreSQL … |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@8146
|
[8146]
|
07/29/08 22:16:39 |
mtredinnick |
Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo … |
|
|
|
@8145
|
[8145]
|
07/29/08 20:29:31 |
mtredinnick |
Fixed #7637 -- Added an extra parameterisation hook to the Oracle … |
|
|
|
@8131
|
[8131]
|
07/29/08 00:09:29 |
mtredinnick |
Fixed #7560 -- Moved a lot of the value conversion preparation … |
|
|
|
@8069
|
[8069]
|
07/24/08 15:11:37 |
mboersma |
Fixed Oracle backend failure in test suite for modeltests.queries. … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7956
|
[7956]
|
07/18/08 17:36:31 |
mtredinnick |
Fixed #5552 -- Raise an error, rather than failing silently, when … |
|
|
|
@7949
|
[7949]
|
07/18/08 12:38:53 |
mtredinnick |
Removed the mysql_old backend. It smells bad and has no friends. |
|
|
|
@7947
|
[7947]
|
07/17/08 23:34:47 |
adrian |
Fixed #7805 -- Removed ImageField?.get_internal_type() because it doesn't … |
|
|
|
@7926
|
[7926]
|
07/15/08 13:47:32 |
mtredinnick |
Fixed #7411 -- worked around some possible transaction conflicts in … |
|
|
|
@7852
|
[7852]
|
07/06/08 09:26:37 |
mtredinnick |
Fixed #7532 -- Removed some dead code from the db backends. Thanks, … |
|
|
|
@7833
|
[7833]
|
07/03/08 14:21:54 |
ikelly |
Fixed #7407 -- in Oracle, made sure table names are properly quoted when … |
|
|
|
@7831
|
[7831]
|
07/03/08 13:42:47 |
ikelly |
Refs #7565. Fixed Oracle sequence resetting on child models. |
|
|
|
@7798
|
[7798]
|
06/30/08 05:25:35 |
mtredinnick |
Fixed #2170 -- "exact" lookups in MySQL are now case-sensitive (the same … |
|
|
|
@7790
|
[7790]
|
06/29/08 23:46:59 |
mtredinnick |
Make sure we only create the minimum number of table indexes for … |
|
|
|
@7789
|
[7789]
|
06/29/08 19:38:14 |
mtredinnick |
Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in … |
|
|
|
@7772
|
[7772]
|
06/26/08 12:44:54 |
ikelly |
Fixed a "column" instance that wis massed in [7743]. |
|
|
|
@7747
|
[7747]
|
06/25/08 23:05:48 |
adrian |
Fixed #7319 -- Removed unused DatabaseFeatures? attribute … |
|
|
|
@7743
|
[7743]
|
06/25/08 22:11:32 |
mtredinnick |
Fixed #7109 -- Quote certain values before passing them for substitution … |
|
|
|
@7643
|
[7643]
|
06/15/08 22:15:04 |
adrian |
Fixed #7420 -- Abstracted some more database options into DatabaseFeatures? … |
|
|
|
@7624
|
[7624]
|
06/11/08 23:23:14 |
adrian |
Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. … |
|
|
|
@7514
|
[7514]
|
05/05/08 11:04:50 |
ikelly |
Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, … |
|
|
|
@7496
|
[7496]
|
04/28/08 06:51:52 |
mtredinnick |
Made some types of nested update queries very slightly more efficient at … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7415
|
[7415]
|
04/12/08 21:04:10 |
mtredinnick |
Fixed #6433 -- Handle some varied PostgreSQL version strings (beta … |
|
|
|
@7412
|
[7412]
|
04/10/08 12:44:40 |
ikelly |
Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC … |
|
|
|
@7364
|
[7364]
|
03/26/08 03:25:48 |
mtredinnick |
Removed the ado_mssql database backend.
It has not been maintained, … |
|
|
|
@7358
|
[7358]
|
03/24/08 09:02:44 |
mtredinnick |
Fixed #5531 -- Changes a while back meant we are handling import errors … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7259
|
[7259]
|
03/17/08 09:15:15 |
mtredinnick |
Fixed #5883 -- Added iter methods to the debug cursor and the … |
|
|
|
@7161
|
[7161]
|
02/26/08 17:12:47 |
jacob |
Re-enable substring lookups for IP address fields in Postgres using HOST() … |
|
|
|
@7160
|
[7160]
|
02/26/08 16:17:45 |
jacob |
Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens … |
|
|
|
@7151
|
[7151]
|
02/23/08 03:15:35 |
mtredinnick |
Fixed #708 -- Fixed searching within IP fields on PostgreSQL.
Based on a … |
|
|
|
@7131
|
[7131]
|
02/18/08 18:08:08 |
mtredinnick |
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace … |
|
|
|
@6995
|
[6995]
|
01/04/08 16:51:22 |
ikelly |
Fixed #6254: Made fetchone() in the oracle backend correctly convert … |
|
|
|
@6965
|
[6965]
|
12/21/07 12:49:07 |
mboersma |
Set Oracle stmtcachesize to 20 instead of 0 for a performance boost. |
|
|
|
@6963
|
[6963]
|
12/20/07 17:06:30 |
mboersma |
Rearranged an Oracle ALTER statement so it is run only once per new … |
|
|
|
@6905
|
[6905]
|
12/10/07 20:22:40 |
ikelly |
Fixed ORA-01461 error when trying to store more than 4000 bytes in a … |
|
|
|
@6816
|
[6816]
|
12/01/07 16:26:24 |
mtredinnick |
Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode? -> unicode. … |
|
|
|
@6799
|
[6799]
|
12/01/07 12:50:43 |
ikelly |
Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to … |
|
|
|
@6650
|
[6650]
|
11/04/07 00:05:24 |
mtredinnick |
Fixed #5729 -- For MySQL (only), always delay the creation of foreign … |
|
|
|
@6601
|
[6601]
|
10/23/07 14:00:31 |
adrian |
Added a BaseDatabaseOperations?.last_executed_query() hook, which allows a … |
|
|
|
@6507
|
[6507]
|
10/14/07 00:53:56 |
gwilson |
Fixed #5710 -- Fixed a missing table name quoting in the postgresql … |
|
|
|
@6378
|
[6378]
|
09/19/07 18:33:57 |
jacob |
Fixed #231: all fields that should take max_length now do. Thanks, Don … |
|
|
|
@6248
|
[6248]
|
09/14/07 18:23:55 |
ikelly |
Made Oracle backend cast CharField? values of None to u instead of |
|
|
|
@6244
|
[6244]
|
09/14/07 18:02:39 |
jacob |
Fixed a missing import in mysql backend. Thanks for pointing it out, … |
|
|
|
@6230
|
[6230]
|
09/14/07 17:07:54 |
ikelly |
Fixed an Oracle sqlflush / sequence reset column name bug exposed by the … |
|
|
|
@6229
|
[6229]
|
09/14/07 17:05:58 |
adrian |
Fixed #5161 -- Changed MySQL backend only to report warning once. Thanks, … |
|
|
|
@6218
|
[6218]
|
09/14/07 16:32:25 |
ikelly |
Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and … |
|
|
|
@6198
|
[6198]
|
09/14/07 13:26:07 |
mboersma |
Fixed #5226. Now we check the Oracle version and give an explicit
error … |