django1/django/core/db/backends
Jacob Kaplan-Moss 1510ca1a80 Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to bytestrings (thanks hugo)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:49:57 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
mysql.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
postgresql.py Added support for istartswith and iendswith in database API 2005-07-19 15:24:03 +00:00
sqlite3.py Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to bytestrings (thanks hugo) 2005-08-01 21:49:57 +00:00