|
|
|
@9546
|
[9546]
|
12/02/08 10:58:06 |
ikelly |
Fixed a pair of bugs in determining the set of models to flush that were … |
|
|
|
@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., … |
|
|
|
@8782
|
[8782]
|
08/31/08 19:49:03 |
mtredinnick |
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key … |
|
|
|
@8646
|
[8646]
|
08/28/08 00:42:05 |
mtredinnick |
Fixed #8597 -- Allow the use of strings containing underscores and … |
|
|
|
@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]. |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8146
|
[8146]
|
07/29/08 22:16:39 |
mtredinnick |
Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo … |
|
|
|
@8131
|
[8131]
|
07/29/08 00:09:29 |
mtredinnick |
Fixed #7560 -- Moved a lot of the value conversion preparation … |
|
|
|
@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, … |
|
|
|
@7790
|
[7790]
|
06/29/08 23:46:59 |
mtredinnick |
Make sure we only create the minimum number of table indexes for … |
|
|
|
@7747
|
[7747]
|
06/25/08 23:05:48 |
adrian |
Fixed #7319 -- Removed unused DatabaseFeatures? attribute … |
|
|
|
@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. … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@6195
|
[6195]
|
09/14/07 13:12:36 |
ikelly |
Fixed #5218: Made Oracle create autoinc triggers using the correct name … |
|
|
|
@5978
|
[5978]
|
08/19/07 22:08:32 |
adrian |
Refactored get_drop_sequence() to DatabaseOperations?.drop_sequence_sql(). … |
|
|
|
@5977
|
[5977]
|
08/19/07 22:03:40 |
adrian |
Refactored get_field_cast_sql() to DatabaseOperations?.field_cast_sql(). … |
|
|
|
@5976
|
[5976]
|
08/19/07 21:39:05 |
adrian |
Refactored get_query_set_class() to DatabaseOperations?.query_set_class(). … |
|
|
|
@5974
|
[5974]
|
08/19/07 21:20:33 |
adrian |
Implemented BaseDatabaseFeatures? and changed all code to access it -- … |
|
|
|
@5971
|
[5971]
|
08/19/07 20:15:32 |
adrian |
Removed _dict_helper() DB backend helper function, as it wasn't being used … |
|
|
|
@5968
|
[5968]
|
08/19/07 20:13:12 |
adrian |
Removed backend.dictfetchone(), as it wasn't being used anywhere |
|
|
|
@5967
|
[5967]
|
08/19/07 20:03:33 |
adrian |
Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106 |
|
|
|
@5966
|
[5966]
|
08/19/07 19:30:19 |
adrian |
Refactored get_tablespace_sql() to DatabaseOperations?.tablespace_sql(). … |
|
|
|
@5965
|
[5965]
|
08/19/07 19:24:03 |
adrian |
Refactored get_start_transaction_sql() to … |
|
|
|
@5964
|
[5964]
|
08/19/07 19:21:10 |
adrian |
Refactored get_sql_sequence_reset() to … |
|
|
|
@5963
|
[5963]
|
08/19/07 19:15:53 |
adrian |
Refactored get_sql_flush() to DatabaseOperations?.sql_flush(). Refs #5106 |
|
|
|
@5962
|
[5962]
|
08/19/07 19:04:20 |
adrian |
Refactored get_random_function_sql() to … |
|
|
|
@5961
|
[5961]
|
08/19/07 18:59:06 |
adrian |
Refactored get_pk_default_value() to … |
|
|
|
@5960
|
[5960]
|
08/19/07 18:53:39 |
adrian |
Refactored get_max_name_length() to DatabaseOperations?.max_name_length(). … |
|
|
|
@5959
|
[5959]
|
08/19/07 18:24:59 |
adrian |
Refactored get_limit_offset_sql() to … |
|
|
|
@5958
|
[5958]
|
08/19/07 18:18:43 |
adrian |
Refactored get_last_insert_id() to DatabaseOperations?.last_insert_id(). … |
|
|
|
@5957
|
[5957]
|
08/19/07 18:13:06 |
adrian |
Refactored get_fulltext_search_sql() to … |
|
|
|
@5956
|
[5956]
|
08/19/07 18:07:34 |
adrian |
Refactored get_drop_foreignkey_sql() to … |
|
|
|
@5955
|
[5955]
|
08/19/07 18:03:38 |
adrian |
Refactored get_deferrable_sql() to DatabaseOperations?.deferrable_sql(). … |
|
|
|
@5954
|
[5954]
|
08/19/07 17:57:08 |
adrian |
Added extra documentation to BaseDatabaseOperations?.datetime_cast_sql() … |
|
|
|
@5953
|
[5953]
|
08/19/07 17:55:05 |
adrian |
Refactored get_datetime_cast_sql() to … |
|
|
|
@5952
|
[5952]
|
08/19/07 17:47:43 |
adrian |
Refactored get_date_trunc_sql() to DatabaseOperations?.date_trunc_sql(). … |
|
|
|
@5951
|
[5951]
|
08/19/07 17:40:06 |
adrian |
Refactored get_date_extract_sql() to … |
|
|
|
@5950
|
[5950]
|
08/19/07 17:29:57 |
adrian |
Began implementing BaseDatabaseOperations? class for every database … |
|
|
|
@5949
|
[5949]
|
08/19/07 16:30:57 |
adrian |
Refactored all database backends to inherit from a common base class to … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/django/db/backends/__init__.py:
|
|
|
|
@1632
|
[1632]
|
12/13/05 23:21:44 |
adrian |
magic-removal: Moved django.core.db.backends to django.db.backends |