mirror of
https://github.com/django/django.git
synced 2025-08-01 17:42:56 +00:00
parent
f2a0be6151
commit
34a50e99e8
2 changed files with 29 additions and 9 deletions
|
@ -7,5 +7,6 @@ INSERT INTO
|
|||
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
|
||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('Miles O''Brien');
|
||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('Semicolon;Man');
|
||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('"100%" of % are not placeholders');
|
||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('This line has a Windows line ending');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue