django1/django/db/backends
Jacob Kaplan-Moss a72f908924 Changed the postgres version getting code to use cursor.fetchone() instead of dictfetchone(); some versions (including mine) of psycopg don't export dictfetch functions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-01 17:54:35 +00:00
..
ado_mssql Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
dummy Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
mysql Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
oracle Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
postgresql Changed the postgres version getting code to use cursor.fetchone() instead of dictfetchone(); some versions (including mine) of psycopg don't export dictfetch functions. 2007-03-01 17:54:35 +00:00
postgresql_psycopg2 Changed the postgres version getting code to use cursor.fetchone() instead of dictfetchone(); some versions (including mine) of psycopg don't export dictfetch functions. 2007-03-01 17:54:35 +00:00
sqlite3 Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
util.py Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Thanks, artdent@freeshell.org 2006-11-07 05:00:19 +00:00