Django

Code

root/django/trunk/django/db/backends/mysql


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9467 [9467] 11/16/08 02:50:06 mtredinnick Fixed #6052 -- Worked around a bug in MySQLdb with regards to …
(edit) @8989 [8989] 09/08/08 21:13:58 adrian db: Gave each DatabaseClient? class an 'executable_name' attribute (e.g., …
(edit) @8819 [8819] 09/01/08 17:15:35 jacob Fixed #8210 and #8664: moved USStateField and PhoneNumberField to …
(edit) @8802 [8802] 09/01/08 12:48:39 jacob Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, …
(edit) @8782 [8782] 08/31/08 19:49:03 mtredinnick Fixed #8316 -- Put tighter restrictions on the type of Foreign Key …
(edit) @8692 [8692] 08/28/08 23:30:07 mtredinnick Fixed #8575 -- Catch one particular instance of OperationalError? in MySQL …
(edit) @8475 [8475] 08/22/08 23:14:23 brosner Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql …
(edit) @8466 [8466] 08/22/08 09:18:53 russellm Fixed #8485: Reordered imports in the database backends to ensure that the …
(edit) @8380 [8380] 08/15/08 09:58:59 mtredinnick Reverted [8318] and [8329], since the change turned out to have no effect, …
(edit) @8329 [8329] 08/12/08 11:28:52 mtredinnick Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2.
(edit) @8319 [8319] 08/12/08 02:52:33 mtredinnick Changed "exact" matches in MySQL to use the database's native …
(edit) @8318 [8318] 08/12/08 02:52:17 mtredinnick Convert binary-matched VARCHAR fields to unicode objects in the MySQL …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8131 [8131] 07/29/08 00:09:29 mtredinnick Fixed #7560 -- Moved a lot of the value conversion preparation …
(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) @7798 [7798] 06/30/08 05:25:35 mtredinnick Fixed #2170 -- "exact" lookups in MySQL are now case-sensitive (the same …
(edit) @7790 [7790] 06/29/08 23:46:59 mtredinnick Make sure we only create the minimum number of table indexes for …
(edit) @7643 [7643] 06/15/08 22:15:04 adrian Fixed #7420 -- Abstracted some more database options into DatabaseFeatures?
(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) @7358 [7358] 03/24/08 09:02:44 mtredinnick Fixed #5531 -- Changes a while back meant we are handling import errors …
(edit) @7131 [7131] 02/18/08 18:08:08 mtredinnick Fixed #6481 -- Fixed a bunch of import problems (and some whitespace …
(edit) @6650 [6650] 11/04/07 00:05:24 mtredinnick Fixed #5729 -- For MySQL (only), always delay the creation of foreign …
(edit) @6378 [6378] 09/19/07 18:33:57 jacob Fixed #231: all fields that should take max_length now do. Thanks, Don …
(edit) @6244 [6244] 09/14/07 18:02:39 jacob Fixed a missing import in mysql backend. Thanks for pointing it out, …
(edit) @6229 [6229] 09/14/07 17:05:58 adrian Fixed #5161 -- Changed MySQL backend only to report warning once. Thanks, …
(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) @5949 [5949] 08/19/07 16:30:57 adrian Refactored all database backends to inherit from a common base class to …
(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) @5555 [5555] 06/27/07 13:58:10 jacob Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
(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) @5042 [5042] 04/20/07 05:05:39 mtredinnick Fixed #4048 -- When introspecting a MySQL database, map CHAR(n) fields …
(edit) @4937 [4937] 04/05/07 21:25:58 russellm Fixed #3790 -- Fixed a problem with sequence resetting during fixture …
(edit) @4760 [4760] 03/20/07 18:32:39 mtredinnick Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction …
(edit) @4751 [4751] 03/18/07 14:16:47 mtredinnick Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, …
(edit) @4724 [4724] 03/14/07 07:08:19 mtredinnick Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. …
(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) @4267 [4267] 12/30/06 01:21:01 adrian Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before …
(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) @3873 [3873] 09/26/06 21:47:19 mtredinnick Fixed omission in [3872].
(edit) @3872 [3872] 09/26/06 21:42:31 mtredinnick Reintroduced the changes from [3855] with more flexible handling of …
(edit) @3868 [3868] 09/26/06 11:14:06 adrian Removed one more legacy bit from [3855]. Refs #2827.
(edit) @3867 [3867] 09/26/06 11:11:13 adrian Fixed #2827 -- Reverted [3855]
(edit) @3855 [3855] 09/26/06 05:46:34 mtredinnick Fixed #2188 -- Raise an error when using long CharFields? in combination …
(edit) @3750 [3750] 09/11/06 13:41:05 adrian Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, …
(edit) @3746 [3746] 09/11/06 13:31:46 adrian Fixed #2699 -- Added quote_name() call to MySQL introspection.py. Thanks …
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(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) @2993 [2993] 05/26/06 13:58:46 adrian Fixed #1673 -- Every database backend now raises ImproperlyConfigured? if …
(edit) @2922 [2922] 05/16/06 15:41:37 adrian Fixed #1830 -- MySQL inspectdb now detects tinyint field properly
(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/mysql:
(edit) @2736 [2736] 04/23/06 17:18:53 adrian magic-removal: Fixed #1481 -- Added support for using alternate MySQL Unix …
Note: See TracRevisionLog for help on using the revision log.