django1/django/core/db/backends
Adrian Holovaty 0162a3b54f Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use cursor.lastrowid instead of a separate SELECT statement. Thanks, Andy Dustman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-10 00:32:42 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
ado_mssql.py Fixed #1442 -- Fixed multithreading problem with various database backends. Thanks, Eugene Lazutkin 2006-03-28 17:39:53 +00:00
mysql.py Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use cursor.lastrowid instead of a separate SELECT statement. Thanks, Andy Dustman 2006-04-10 00:32:42 +00:00
postgresql.py Fixed #1442 -- Fixed multithreading problem with various database backends. Thanks, Eugene Lazutkin 2006-03-28 17:39:53 +00:00
sqlite3.py Fixed #1442 -- Fixed multithreading problem with various database backends. Thanks, Eugene Lazutkin 2006-03-28 17:39:53 +00:00