summaryrefslogtreecommitdiff
path: root/django/core/db
AgeCommit message (Collapse)Author
2005-08-01Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to ↵Jacob Kaplan-Moss
bytestrings (thanks hugo) git-svn-id: http://code.djangoproject.com/svn/django/trunk@383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-29Fixed #228 -- Better handling of timezones. Thanks, rmunnAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-29Fixed #219 and #188 -- Database timestamp typecast no longer assumes '-' ↵Adrian Holovaty
delineates the time zone git-svn-id: http://code.djangoproject.com/svn/django/trunk@346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-25Fixed #197 -- thanks for finding that, mmarshallJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% ↵Jacob Kaplan-Moss
perfect. git-svn-id: http://code.djangoproject.com/svn/django/trunk@288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21Refactor dictfetch* methods from mysql backend out into a seperate module; ↵Jacob Kaplan-Moss
this is so that future db backends that need these functions can share them. git-svn-id: http://code.djangoproject.com/svn/django/trunk@276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21Cleaned up [269] a tiny bitAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21fixes #133 -- thanks JoeriJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19Improved error message when DATABASE_ENGINE is invalid. It now displays a ↵Adrian Holovaty
list of all available database backends git-svn-id: http://code.djangoproject.com/svn/django/trunk@215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19Quick bugfix to [207] -- MySQL doesn't have ILIKEAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19Added support for istartswith and iendswith in database APIAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() ↵Adrian Holovaty
for mysql DB backend. Thanks, Manuzhai! git-svn-id: http://code.djangoproject.com/svn/django/trunk@190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai!Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Factored out database-specific date_trunc behavior into ↵Adrian Holovaty
dbmod.get_date_trunc_sql(). Refs #46 git-svn-id: http://code.djangoproject.com/svn/django/trunk@161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Changed core.db to give a friendlier error message if the DATABASE_ENGINE ↵Adrian Holovaty
setting is invalid git-svn-id: http://code.djangoproject.com/svn/django/trunk@160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Factored out database-specific date_extract behavior into ↵Adrian Holovaty
dbmod.get_date_extract_sql(). Refs #46 git-svn-id: http://code.djangoproject.com/svn/django/trunk@159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Fixed #42 -- OneToOneField now works with SQL generationAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for ↵Adrian Holovaty
postgresql git-svn-id: http://code.djangoproject.com/svn/django/trunk@122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Fixed #39 -- Thanks for the research, deelan!Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Fixed inconsistent capitalization in [109]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Changed postgresql DB backend so that it gives a helpful error message if ↵Adrian Holovaty
people are using psycopg 2 instead of version 1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13Changed db/backends/postgresql.py to add the password and host params only ↵Adrian Holovaty
if they're not blank git-svn-id: http://code.djangoproject.com/svn/django/trunk@6 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37