summaryrefslogtreecommitdiff
path: root/django/core/db/backends
AgeCommit message (Expand)Author
2005-07-21Refactor dictfetch* methods from mysql backend out into a seperate module; th...Jacob Kaplan-Moss
2005-07-19Quick bugfix to [207] -- MySQL doesn't have ILIKEAdrian Holovaty
2005-07-19Added support for istartswith and iendswith in database APIAdrian Holovaty
2005-07-19Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() f...Adrian Holovaty
2005-07-18Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai!Adrian Holovaty
2005-07-17Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_...Adrian Holovaty
2005-07-17Factored out database-specific date_extract behavior into dbmod.get_date_extr...Adrian Holovaty
2005-07-17Fixed #42 -- OneToOneField now works with SQL generationAdrian Holovaty
2005-07-16Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...Adrian Holovaty
2005-07-16Fixed #39 -- Thanks for the research, deelan!Adrian Holovaty
2005-07-16Fixed inconsistent capitalization in [109]Adrian Holovaty
2005-07-16Changed postgresql DB backend so that it gives a helpful error message if peo...Adrian Holovaty
2005-07-13Changed db/backends/postgresql.py to add the password and host params only if...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty