django1/tests/regressiontests/backends
Russell Keith-Magee d18501b0ed Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend so that executemany raises exceptions when bad parameter counts are provided. Thanks to Niels <niels@pythonheads.nl> for the report, and Gabriel Hurley for the help narrowing down the problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-23 13:51:11 +00:00
..
__init__.py Added test cases for [6218]. 2007-09-14 21:38:45 +00:00
models.py Fixed #12818. SQLite now properly quotes strings for date extraction and truncation. Thanks, SmilyChris. 2010-02-24 15:29:25 +00:00
tests.py Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend so that executemany raises exceptions when bad parameter counts are provided. Thanks to Niels <niels@pythonheads.nl> for the report, and Gabriel Hurley for the help narrowing down the problem. 2010-03-23 13:51:11 +00:00