django1/django/core/db
Adrian Holovaty 8f4fa5a4e7 Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() for mysql DB backend. Thanks, Manuzhai!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 02:13:20 +00:00
..
backends Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() for mysql DB backend. Thanks, Manuzhai! 2005-07-19 02:13:20 +00:00
__init__.py Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_sql(). Refs #46 2005-07-17 20:16:06 +00:00
base.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
typecasts.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00