Django

Code

root/django/trunk/django/db/backends/dummy


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8301 [8301] 08/11/08 09:16:09 russellm Removed some empty modules that are no longer required after [8296].
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @6002 [6002] 08/25/07 13:27:57 adrian Fixed #5255 -- It's now possible again to use Django without a database. …
(edit) @5983 [5983] 08/19/07 22:32:06 adrian Made various negligible formatting cleanups to the database backends
(edit) @5982 [5982] 08/19/07 22:26:55 adrian Refactored OPERATOR_MAPPING so that it exists as …
(edit) @5974 [5974] 08/19/07 21:20:33 adrian Implemented BaseDatabaseFeatures? and changed all code to access it -- …
(edit) @5970 [5970] 08/19/07 20:14:53 adrian Removed backend.dictfetchall(), as it wasn't being used anywhere
(edit) @5969 [5969] 08/19/07 20:14:03 adrian Removed backend.dictfetchmany(), as it wasn't being used anywhere
(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) @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) @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) @5557 [5557] 06/27/07 21:52:54 russellm Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for …
(edit) @5519 [5519] 06/23/07 09:16:00 mtredinnick Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. …
(edit) @5410 [5410] 06/01/07 11:30:38 simon rollback on dummy database now has no effect (previously raised an error). …
(edit) @5076 [5076] 04/25/07 05:18:56 mtredinnick Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This …
(edit) @4937 [4937] 04/05/07 21:25:58 russellm Fixed #3790 -- Fixed a problem with sequence resetting during fixture …
(edit) @4659 [4659] 03/01/07 07:11:08 russellm Fixes #2333 -- Added test fixtures framework.
(edit) @4610 [4610] 02/26/07 11:33:27 jacob Fixed #3390: the serializer can now contain forward references. Thanks, …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4048 [4048] 11/06/06 23:17:38 jacob Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra …
(edit) @3073 [3073] 06/03/06 18:28:24 adrian Fixed #593 -- Added 'search' DB-API lookup type, which does full-text …
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(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/dummy:
(edit) @2732 [2732] 04/23/06 16:45:36 adrian magic-removal: Fixed #1373 -- Factored out database-specific 'DROP …
Note: See TracRevisionLog for help on using the revision log.