Django

Code

root/django/trunk/django/db/backends/__init__.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9546 [9546] 12/02/08 10:58:06 ikelly Fixed a pair of bugs in determining the set of models to flush that were …
(edit) @9004 [9004] 09/10/08 18:03:07 ikelly Fixed an incorrectly named DatabaseOperations? method. It was causing …
(edit) @8989 [8989] 09/08/08 21:13:58 adrian db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., …
(edit) @8782 [8782] 08/31/08 19:49:03 mtredinnick Fixed #8316 -- Put tighter restrictions on the type of Foreign Key …
(edit) @8646 [8646] 08/28/08 00:42:05 mtredinnick Fixed #8597 -- Allow the use of strings containing underscores and …
(edit) @8314 [8314] 08/12/08 00:34:56 mtredinnick Added savepoint support to the transaction code. This is a no-op for most …
(edit) @8305 [8305] 08/11/08 10:54:42 jacob Fixed stupid syntax error in [8303].
(edit) @8303 [8303] 08/11/08 10:24:44 jacob Fixed #8228: fixed a Python 2.3 compatibility from [8296].
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8146 [8146] 07/29/08 22:16:39 mtredinnick Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo …
(edit) @8131 [8131] 07/29/08 00:09:29 mtredinnick Fixed #7560 -- Moved a lot of the value conversion preparation …
(edit) @7926 [7926] 07/15/08 13:47:32 mtredinnick Fixed #7411 -- worked around some possible transaction conflicts in …
(edit) @7852 [7852] 07/06/08 09:26:37 mtredinnick Fixed #7532 -- Removed some dead code from the db backends. Thanks, …
(edit) @7790 [7790] 06/29/08 23:46:59 mtredinnick Make sure we only create the minimum number of table indexes for …
(edit) @7747 [7747] 06/25/08 23:05:48 adrian Fixed #7319 -- Removed unused DatabaseFeatures? attribute …
(edit) @7643 [7643] 06/15/08 22:15:04 adrian Fixed #7420 -- Abstracted some more database options into DatabaseFeatures?
(edit) @7624 [7624] 06/11/08 23:23:14 adrian Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. …
(edit) @7496 [7496] 04/28/08 06:51:52 mtredinnick Made some types of nested update queries very slightly more efficient at …
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @6650 [6650] 11/04/07 00:05:24 mtredinnick Fixed #5729 -- For MySQL (only), always delay the creation of foreign …
(edit) @6601 [6601] 10/23/07 14:00:31 adrian Added a BaseDatabaseOperations?.last_executed_query() hook, which allows a …
(edit) @6195 [6195] 09/14/07 13:12:36 ikelly Fixed #5218: Made Oracle create autoinc triggers using the correct name …
(edit) @5978 [5978] 08/19/07 22:08:32 adrian Refactored get_drop_sequence() to DatabaseOperations?.drop_sequence_sql(). …
(edit) @5977 [5977] 08/19/07 22:03:40 adrian Refactored get_field_cast_sql() to DatabaseOperations?.field_cast_sql(). …
(edit) @5976 [5976] 08/19/07 21:39:05 adrian Refactored get_query_set_class() to DatabaseOperations?.query_set_class(). …
(edit) @5974 [5974] 08/19/07 21:20:33 adrian Implemented BaseDatabaseFeatures? and changed all code to access it -- …
(edit) @5971 [5971] 08/19/07 20:15:32 adrian Removed _dict_helper() DB backend helper function, as it wasn't being used …
(edit) @5968 [5968] 08/19/07 20:13:12 adrian Removed backend.dictfetchone(), as it wasn't being used anywhere
(edit) @5967 [5967] 08/19/07 20:03:33 adrian Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106
(edit) @5966 [5966] 08/19/07 19:30:19 adrian Refactored get_tablespace_sql() to DatabaseOperations?.tablespace_sql(). …
(edit) @5965 [5965] 08/19/07 19:24:03 adrian Refactored get_start_transaction_sql() to …
(edit) @5964 [5964] 08/19/07 19:21:10 adrian Refactored get_sql_sequence_reset() to …
(edit) @5963 [5963] 08/19/07 19:15:53 adrian Refactored get_sql_flush() to DatabaseOperations?.sql_flush(). Refs #5106
(edit) @5962 [5962] 08/19/07 19:04:20 adrian Refactored get_random_function_sql() to …
(edit) @5961 [5961] 08/19/07 18:59:06 adrian Refactored get_pk_default_value() to …
(edit) @5960 [5960] 08/19/07 18:53:39 adrian Refactored get_max_name_length() to DatabaseOperations?.max_name_length(). …
(edit) @5959 [5959] 08/19/07 18:24:59 adrian Refactored get_limit_offset_sql() to …
(edit) @5958 [5958] 08/19/07 18:18:43 adrian Refactored get_last_insert_id() to DatabaseOperations?.last_insert_id(). …
(edit) @5957 [5957] 08/19/07 18:13:06 adrian Refactored get_fulltext_search_sql() to …
(edit) @5956 [5956] 08/19/07 18:07:34 adrian Refactored get_drop_foreignkey_sql() to …
(edit) @5955 [5955] 08/19/07 18:03:38 adrian Refactored get_deferrable_sql() to DatabaseOperations?.deferrable_sql(). …
(edit) @5954 [5954] 08/19/07 17:57:08 adrian Added extra documentation to BaseDatabaseOperations?.datetime_cast_sql() …
(edit) @5953 [5953] 08/19/07 17:55:05 adrian Refactored get_datetime_cast_sql() to …
(edit) @5952 [5952] 08/19/07 17:47:43 adrian Refactored get_date_trunc_sql() to DatabaseOperations?.date_trunc_sql(). …
(edit) @5951 [5951] 08/19/07 17:40:06 adrian Refactored get_date_extract_sql() to …
(edit) @5950 [5950] 08/19/07 17:29:57 adrian Began implementing BaseDatabaseOperations? class for every database …
(edit) @5949 [5949] 08/19/07 16:30:57 adrian Refactored all database backends to inherit from a common base class to …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(copy) @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:
(add) @1632 [1632] 12/13/05 23:21:44 adrian magic-removal: Moved django.core.db.backends to django.db.backends
Note: See TracRevisionLog for help on using the revision log.