summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* boulder-oracle-sprint: Merged to [5511]archive/attic/boulder-oracle-sprintattic/boulder-oracle-sprintBoulder Sprinters2007-06-2221-284/+162
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5512 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5508]Boulder Sprinters2007-06-2110-42/+54
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5490]Boulder Sprinters2007-06-1832-794/+1619
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5466]Boulder Sprinters2007-06-122-6/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5462]Boulder Sprinters2007-06-1123-85/+496
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Changed NullBooleanField.allows_empty_string from Boulder Sprinters2007-06-061-0/+1
| | | | | | | | | inherited value of True to False. This allows Django to correctly choose a default value of None rather than "" when the Oracle backend is used, as well as being generally sensible. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Added an ugly hack so that Oracle returns a default ↵Boulder Sprinters2007-06-051-1/+1
| | | | | | Field value of "" instead of None as appropriate. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Re-added tuple parens that got lost.Boulder Sprinters2007-06-041-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Added all our new attributes and methods to the Boulder Sprinters2007-06-041-2/+21
| | | | | | | mysql_old backend. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5425 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Moved the "datatypes" test to regressiontests.Boulder Sprinters2007-06-042-0/+0
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Reverted constraint name construction to that used in ↵Boulder Sprinters2007-06-042-7/+8
| | | | | | | | the trunk. Made the mysql backend return None for get_max_name_length() for backwards compatibility. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5421]Boulder Sprinters2007-06-0420-33/+117
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed header line that implied the datatypes tests were a model example ↵Boulder Sprinters2007-06-011-2/+0
| | | | | | meant as documentation. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged [5385]. It got missed earlier.Boulder Sprinters2007-06-012-5/+39
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixed #4440.Boulder Sprinters2007-05-311-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5392]Boulder Sprinters2007-05-315-5/+12
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5383]Boulder Sprinters2007-05-3031-1789/+2077
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5334]Boulder Sprinters2007-05-241-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5318]Boulder Sprinters2007-05-224-27/+14
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Made Oracle return DecimalField values as decimal ↵Boulder Sprinters2007-05-212-8/+12
| | | | | | objects. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5306]Boulder Sprinters2007-05-2158-2435/+8309
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Added documentation for the db_tablespace options and ↵Boulder Sprinters2007-05-171-1/+18
| | | | | | Oracle coercion of the null option. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5274]Boulder Sprinters2007-05-177-29/+110
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixed oracle get_datetime_cast_sql for microsecond ↵Boulder Sprinters2007-05-161-1/+1
| | | | | | precision. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixed serializers_regress test cases for Oracle.Boulder Sprinters2007-05-161-23/+40
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixed previous commit, which broke ↵Boulder Sprinters2007-05-161-1/+1
| | | | | | TimeField.get_db_pre_save for MySQL. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Removed obsolete stripping of microseconds from ↵Boulder Sprinters2007-05-161-10/+7
| | | | | | datetime objects. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5258]Boulder Sprinters2007-05-163-26/+38
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: It makes more sense on multiple levels to just let ↵Boulder Sprinters2007-05-152-8/+9
| | | | | | Oracle store '' (empty string) as NULL like it wants to than to try to save the empty string by storing it as some other value. This breaks a few test cases in serializers_regress, but that IMO is a matter of fixing the test cases, not the backend. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed reverse type mapping in Oracle introspection.py: cx_Oracle.STRING is a ↵Boulder Sprinters2007-05-151-1/+1
| | | | | | VARCHAR2/CharField, not TextField. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5245]Boulder Sprinters2007-05-159-112/+115
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5234]Boulder Sprinters2007-05-1425-99/+3604
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5193]Boulder Sprinters2007-05-119-79/+97
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5182]Boulder Sprinters2007-05-1011-44/+229
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5177]Boulder Sprinters2007-05-0911-3227/+5657
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5173]Boulder Sprinters2007-05-0827-81/+271
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5156]Boulder Sprinters2007-05-0716-167/+450
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixes #4215: Applied quote_only_if_word.patch Boulder Sprinters2007-05-041-1/+1
| | | | | | | from Ben Khoo. Thanks! git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5147]Boulder Sprinters2007-05-038-55/+259
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixed sqlclear trying to drop sequences for Boulder Sprinters2007-05-022-5/+10
| | | | | | | | tables without AutoFields. Fixed output of sql, sqlall, sqlreset, and sqlflush for piping to SQL*Plus. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5134]Boulder Sprinters2007-05-0114-44/+231
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5127]Boulder Sprinters2007-04-3011-821/+1447
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5113]Boulder Sprinters2007-04-2716-191/+294
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5099]Boulder Sprinters2007-04-2653-119/+828
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5078]Boulder Sprinters2007-04-2551-2203/+2717
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5061]Boulder Sprinters2007-04-2310-34/+64
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Merged to [5045]Boulder Sprinters2007-04-2024-1302/+1932
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Fixed #4093 and added tests that cover it and the ↵Boulder Sprinters2007-04-204-1/+66
| | | | | | | | | tricky datetime fields. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Renamed the "tablespace" options to "db_tablespace".Boulder Sprinters2007-04-193-12/+12
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* boulder-oracle-sprint: Removed Oracle-specific code from ↵Boulder Sprinters2007-04-191-8/+1
| | | | | | DateField.get_db_prep_save and DateTimeField.get_db_prep_save. Casting to a datetime object is no longer necessary here, because the cursor wrapper automatically sets ansi date and timestamp formats. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5035 bcc190cf-cafb-0310-a4f2-bffc1f526a37