summaryrefslogtreecommitdiff
path: root/django/db/backends/util.py
AgeCommit message (Expand)Author
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-03-17Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ...Malcolm Tredinnick
2007-10-23Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat...Adrian Holovaty
2007-08-20Removed _dict_helper() DB backend helper function, as it wasn't being used an...Adrian Holovaty
2007-08-20Removed backend.dictfetchall(), as it wasn't being used anywhereAdrian Holovaty
2007-08-20Removed backend.dictfetchmany(), as it wasn't being used anywhereAdrian Holovaty
2007-08-20Removed backend.dictfetchone(), as it wasn't being used anywhereAdrian Holovaty
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-10Fixed #4518 -- Added handling of empty strings in typecast_decimal() forMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2006-11-07Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than...Jacob Kaplan-Moss
2006-09-22Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators,Malcolm Tredinnick
2006-08-31Fixed #2632 -- Made django.db.backends.util._dict_helper more efficient. Than...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-01Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyleAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty