diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2006-09-14 20:18:24 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2006-09-14 20:18:24 +0000 |
| commit | b92f683f2dee195cc23c7aa13e973fecd6ab35a7 (patch) | |
| tree | 9b586e31dfbded7f99951dad4f21d931ee9ac2b6 /tests/regressiontests/ansi_sql/sql | |
| parent | 432070d0fbf20b800e667012fd220ae26e3f579f (diff) | |
[multi-db] Fixed bugs in handling of pending references. Fixed dropping of test database, and ensured that it drops even if syncdb() fails.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/ansi_sql/sql')
| -rw-r--r-- | tests/regressiontests/ansi_sql/sql/car.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/ansi_sql/sql/car.sql b/tests/regressiontests/ansi_sql/sql/car.sql index 8a377aabfb..eaac52a102 100644 --- a/tests/regressiontests/ansi_sql/sql/car.sql +++ b/tests/regressiontests/ansi_sql/sql/car.sql @@ -1,2 +1,2 @@ insert into ansi_sql_car (make, model, year, condition) - values ("Chevy", "Impala", 1966, "mint");
\ No newline at end of file + values ('Chevy', 'Impala', 1966, 'mint'); |
