Django

Code

root/django/trunk/django/db/backends/oracle


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9548 [9548] 12/02/08 12:40:40 ikelly Fixed #9706: made SlugField? honor max_length in Oracle, matching the other …
(edit) @9418 [9418] 11/13/08 18:54:16 ikelly Refs #9408: Removed support for passing params as dicts in the oracle …
(edit) @9272 [9272] 10/24/08 04:36:22 mtredinnick Fixed #9307 -- Added the ability to pickle the Query class used by the …
(edit) @9235 [9235] 10/17/08 19:00:20 ikelly Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for …
(edit) @9231 [9231] 10/13/08 14:38:18 ikelly Fixed Oracle introspection mapping of DATE columns, and added an entry for …
(edit) @9221 [9221] 10/10/08 12:15:58 ikelly Fixed .distinct() not working with slicing in Oracle, due to the row …
(edit) @8989 [8989] 09/08/08 21:13:58 adrian db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., …
(edit) @8965 [8965] 09/04/08 11:41:59 mboersma Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on …
(edit) @8819 [8819] 09/01/08 17:15:35 jacob Fixed #8210 and #8664: moved USStateField and PhoneNumberField to …
(edit) @8810 [8810] 09/01/08 14:58:41 ikelly Corrected Oracle DatabaseError? definition.
(edit) @8808 [8808] 09/01/08 14:37:48 ikelly Fixed escaping of wildcard characters in iexact lookups in Oracle.
(edit) @8545 [8545] 08/25/08 12:20:28 mboersma Fixed get_or_create test case for Oracle by re-raising the more specific …
(edit) @8522 [8522] 08/24/08 15:16:56 mboersma Fixed #7628 -- Oracle backend won't try to recreate existing sequences …
(edit) @8471 [8471] 08/22/08 15:26:20 mboersma Fixed Oracle backend limit/offset SQL to again use extra_select, properly …
(edit) @8466 [8466] 08/22/08 09:18:53 russellm Fixed #8485: Reordered imports in the database backends to ensure that the …
(edit) @8445 [8445] 08/19/08 18:04:34 mboersma Fixed Oracle backend not to use extra_select for limit/offset type …
(edit) @8330 [8330] 08/12/08 13:49:44 mboersma Fixed oracle-specific test DB creation code so the test suite will run …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8145 [8145] 07/29/08 20:29:31 mtredinnick Fixed #7637 -- Added an extra parameterisation hook to the Oracle …
(edit) @8131 [8131] 07/29/08 00:09:29 mtredinnick Fixed #7560 -- Moved a lot of the value conversion preparation …
(edit) @8069 [8069] 07/24/08 15:11:37 mboersma Fixed Oracle backend failure in test suite for modeltests.queries. …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @7947 [7947] 07/17/08 23:34:47 adrian Fixed #7805 -- Removed ImageField?.get_internal_type() because it doesn't …
(edit) @7852 [7852] 07/06/08 09:26:37 mtredinnick Fixed #7532 -- Removed some dead code from the db backends. Thanks, …
(edit) @7833 [7833] 07/03/08 14:21:54 ikelly Fixed #7407 -- in Oracle, made sure table names are properly quoted when …
(edit) @7831 [7831] 07/03/08 13:42:47 ikelly Refs #7565. Fixed Oracle sequence resetting on child models.
(edit) @7790 [7790] 06/29/08 23:46:59 mtredinnick Make sure we only create the minimum number of table indexes for …
(edit) @7772 [7772] 06/26/08 12:44:54 ikelly Fixed a "column" instance that wis massed in [7743].
(edit) @7747 [7747] 06/25/08 23:05:48 adrian Fixed #7319 -- Removed unused DatabaseFeatures? attribute …
(edit) @7743 [7743] 06/25/08 22:11:32 mtredinnick Fixed #7109 -- Quote certain values before passing them for substitution …
(edit) @7643 [7643] 06/15/08 22:15:04 adrian Fixed #7420 -- Abstracted some more database options into DatabaseFeatures?
(edit) @7514 [7514] 05/05/08 11:04:50 ikelly Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, …
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7412 [7412] 04/10/08 12:44:40 ikelly Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC …
(edit) @6995 [6995] 01/04/08 16:51:22 ikelly Fixed #6254: Made fetchone() in the oracle backend correctly convert …
(edit) @6965 [6965] 12/21/07 12:49:07 mboersma Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.
(edit) @6963 [6963] 12/20/07 17:06:30 mboersma Rearranged an Oracle ALTER statement so it is run only once per new …
(edit) @6905 [6905] 12/10/07 20:22:40 ikelly Fixed ORA-01461 error when trying to store more than 4000 bytes in a …
(edit) @6799 [6799] 12/01/07 12:50:43 ikelly Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to …
(edit) @6378 [6378] 09/19/07 18:33:57 jacob Fixed #231: all fields that should take max_length now do. Thanks, Don …
(edit) @6248 [6248] 09/14/07 18:23:55 ikelly Made Oracle backend cast CharField? values of None to u instead of
(edit) @6230 [6230] 09/14/07 17:07:54 ikelly Fixed an Oracle sqlflush / sequence reset column name bug exposed by the …
(edit) @6218 [6218] 09/14/07 16:32:25 ikelly Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and …
(edit) @6198 [6198] 09/14/07 13:26:07 mboersma Fixed #5226. Now we check the Oracle version and give an explicit error …
(edit) @6195 [6195] 09/14/07 13:12:36 ikelly Fixed #5218: Made Oracle create autoinc triggers using the correct name …
(edit) @5992 [5992] 08/21/07 12:06:06 mboersma Fixed breakage of test suite for Oracle by adding a null check.
(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) @5981 [5981] 08/19/07 22:16:55 adrian Changed backend create_test_db() and destroy_test_db() hooks NOT to take …
(edit) @5979 [5979] 08/19/07 22:10:20 adrian Simplified max_name_length() call in oracle database backend
(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) @5975 [5975] 08/19/07 21:28:40 adrian Removed a bunch of legacy django.db.backend imports
(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) @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) @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) @5943 [5943] 08/19/07 07:37:00 mtredinnick Fixed #5087 -- Fixed support for TextField? filtering with Oracle. Thanks, …
(edit) @5908 [5908] 08/16/07 14:27:58 adrian Updated Oracle 'syncdb' call from [5906] to use the options that it …
(edit) @5906 [5906] 08/16/07 12:47:30 mboersma Fixed runtests.py failing on Oracle after django.core.management was …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5725 [5725] 07/20/07 01:28:56 adrian Added a db_type() method to the database Field class. This is a hook for …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5519 [5519] 06/23/07 09:16:00 mtredinnick Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. …
(edit) @5302 [5302] 05/20/07 20:29:58 mtredinnick Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the …
(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) @4691 [4691] 03/09/07 01:55:40 mtredinnick Fixed #3024 -- Fixed database commit() and rollback() behaviour so it …
(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) @4295 [4295] 01/08/07 14:28:31 jacob Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt …
(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) @4108 [4108] 11/26/06 17:59:07 adrian Fixed #3028 -- Added 'svn:ignore' for *.pyc files for some packages that …
(edit) @4048 [4048] 11/06/06 23:17:38 jacob Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra …
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3254 [3254] 07/01/06 00:41:48 russellm Removed stray references to (now deprecated) __ne query type.
(edit) @3115 [3115] 06/08/06 10:14:06 mtredinnick Fixed #2108 -- allow saving of empty models, rather than just dropping …
(edit) @3073 [3073] 06/03/06 18:28:24 adrian Fixed #593 -- Added 'search' DB-API lookup type, which does full-text …
(edit) @3070 [3070] 06/03/06 08:37:34 lukeplant Eliminated lots of mutable default arguments (since they are bugs waiting …
(edit) @2993 [2993] 05/26/06 13:58:46 adrian Fixed #1673 -- Every database backend now raises ImproperlyConfigured? if …
(add) @2986 [2986] 05/26/06 00:37:21 adrian Added half of oracle backend. (The other half is all of the special-casing …
Note: See TracRevisionLog for help on using the revision log.