|
|
|
@8989
|
[8989]
|
09/08/08 21:13:58 |
adrian |
db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., … |
|
|
|
@8819
|
[8819]
|
09/01/08 17:15:35 |
jacob |
Fixed #8210 and #8664: moved USStateField and PhoneNumberField to … |
|
|
|
@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 … |
|
|
|
@8536
|
[8536]
|
08/25/08 07:56:06 |
jacob |
Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive … |
|
|
|
@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 … |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8242
|
[8242]
|
08/08/08 15:09:53 |
mtredinnick |
Fixed #6523 -- Use the correct cast on field types for PostgreSQL … |
|
|
|
@7947
|
[7947]
|
07/17/08 23:34:47 |
adrian |
Fixed #7805 -- Removed ImageField?.get_internal_type() because it doesn't … |
|
|
|
@7789
|
[7789]
|
06/29/08 19:38:14 |
mtredinnick |
Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@6012
|
[6012]
|
08/25/07 14:24:47 |
adrian |
Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT … |
|
|
|
@6009
|
[6009]
|
08/25/07 13:56:43 |
adrian |
Fixed #5055 -- Changed Postgres DatabaseOperations?.sql_flush() to use … |
|
|
|
@5983
|
[5983]
|
08/19/07 22:32:06 |
adrian |
Made various negligible formatting cleanups to the database backends |
|
|
|
@5982
|
[5982]
|
08/19/07 22:26:55 |
adrian |
Refactored OPERATOR_MAPPING so that it exists as … |
|
|
|
@5974
|
[5974]
|
08/19/07 21:20:33 |
adrian |
Implemented BaseDatabaseFeatures? and changed all code to access it -- … |
|
|
|
@5972
|
[5972]
|
08/19/07 20:26:46 |
adrian |
Moved postgresql backend DatabaseOperations? class into a new module, … |
|
|
|
@5970
|
[5970]
|
08/19/07 20:14:53 |
adrian |
Removed backend.dictfetchall(), as it wasn't being used anywhere |
|
|
|
@5969
|
[5969]
|
08/19/07 20:14:03 |
adrian |
Removed backend.dictfetchmany(), as it wasn't being used anywhere |
|
|
|
@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 |
|
|
|
@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(). … |
|
|
|
@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 … |
|
|
|
@5834
|
[5834]
|
08/11/07 00:23:19 |
mtredinnick |
Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend. |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5725
|
[5725]
|
07/20/07 01:28:56 |
adrian |
Added a db_type() method to the database Field class. This is a hook for … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5555
|
[5555]
|
06/27/07 13:58:10 |
jacob |
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. |
|
|
|
@5519
|
[5519]
|
06/23/07 09:16:00 |
mtredinnick |
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. … |
|
|
|
@5455
|
[5455]
|
06/09/07 22:31:26 |
mtredinnick |
Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a … |
|
|
|
@5302
|
[5302]
|
05/20/07 20:29:58 |
mtredinnick |
Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the … |
|
|
|
@5204
|
[5204]
|
05/12/07 10:21:33 |
russellm |
Fixed #4231 -- Added quoting for sequence names on sequence reset for … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@5076
|
[5076]
|
04/25/07 05:18:56 |
mtredinnick |
Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This … |
|
|
|
@5017
|
[5017]
|
04/17/07 06:11:26 |
russellm |
Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres … |
|
|
|
@4937
|
[4937]
|
04/05/07 21:25:58 |
russellm |
Fixed #3790 -- Fixed a problem with sequence resetting during fixture … |
|
|
|
@4691
|
[4691]
|
03/09/07 01:55:40 |
mtredinnick |
Fixed #3024 -- Fixed database commit() and rollback() behaviour so it … |
|
|
|
@4662
|
[4662]
|
03/01/07 23:15:27 |
mtredinnick |
Fixed #3627 -- Made [4659] compatible with Python 2.3. Thanks, Gary … |
|
|
|
@4660
|
[4660]
|
03/01/07 11:54:35 |
jacob |
Changed the postgres version getting code to use cursor.fetchone() instead … |
|
|
|
@4659
|
[4659]
|
03/01/07 07:11:08 |
russellm |
Fixes #2333 -- Added test fixtures framework. |
|
|
|
@4610
|
[4610]
|
02/26/07 11:33:27 |
jacob |
Fixed #3390: the serializer can now contain forward references. Thanks, … |
|
|
|
@4573
|
[4573]
|
02/25/07 10:18:46 |
jacob |
Fixed #3459: Django no longer runs SET TIME ZONE for every query when … |
|
|
|
@4295
|
[4295]
|
01/08/07 14:28:31 |
jacob |
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4257
|
[4257]
|
12/29/06 13:01:29 |
adrian |
Fixed #3205 -- Fixed bug in custom postgresql executemany wrapper. Thanks … |
|
|
|
@4244
|
[4244]
|
12/26/06 23:14:02 |
adrian |
Fixed #3115 -- Changed postgresql backend to convert all Unicode strings … |
|
|
|
@4215
|
[4215]
|
12/15/06 16:32:16 |
adrian |
Improved error message in postgresql backend |
|
|
|
@4048
|
[4048]
|
11/06/06 23:17:38 |
jacob |
Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra … |
|
|
|
@3411
|
[3411]
|
07/21/06 12:11:13 |
jacob |
Fixed a bunch of spurious imports, typos, and other small errors turned up … |
|
|
|
@3278
|
[3278]
|
07/05/06 05:12:58 |
mtredinnick |
Fixed #2278 -- Fixed some argument parsing problems with the … |
|
|
|
@3115
|
[3115]
|
06/08/06 10:14:06 |
mtredinnick |
Fixed #2108 -- allow saving of empty models, rather than just dropping … |
|
|
|
@3073
|
[3073]
|
06/03/06 18:28:24 |
adrian |
Fixed #593 -- Added 'search' DB-API lookup type, which does full-text … |
|
|
|
@3047
|
[3047]
|
06/01/06 11:27:41 |
adrian |
Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have … |
|
|
|
@2993
|
[2993]
|
05/26/06 13:58:46 |
adrian |
Fixed #1673 -- Every database backend now raises ImproperlyConfigured? if … |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@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/postgresql:
|
|
|
|
@2732
|
[2732]
|
04/23/06 16:45:36 |
adrian |
magic-removal: Fixed #1373 -- Factored out database-specific 'DROP … |