django1/django/core/db
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
..
backends 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
__init__.py Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True and unique=True for MySQL. Thanks, gandalf@owca.info 2006-02-18 21:26:28 +00:00
base.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
dicthelpers.py Refactor dictfetch* methods from mysql backend out into a seperate module; this is so that future db backends that need these functions can share them. 2005-07-21 15:48:20 +00:00
typecasts.py Fixed #1062 -- Fixed database typecasting bug for DateTimeFields in SQLite. Thanks, Nesh and cmaloney 2006-01-15 05:54:47 +00:00