mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
92571b0d48
statements. Uses a patch from eaw@woudy.org and some contributions from jpellerin@gmail.com. Also fixes #2034 and #1935. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
7 lines
329 B
SQL
7 lines
329 B
SQL
INSERT INTO initial_sql_regress_simple (name) VALUES ('John');
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Paul');
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Ringo');
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Miles O''Brien');
|
|
|