projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9bf756d
)
Add test to prove insert statements with quoted semi-colons can still be skipped
Jess Robinson [Fri, 9 Jun 2006 13:58:03 +0000 (13:58 +0000)]
t/02mysql-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02mysql-parser.t
b/t/02mysql-parser.t
index
378e73e
..
a1dc503
100644
(file)
--- a/
t/02mysql-parser.t
+++ b/
t/02mysql-parser.t
@@
-427,7
+427,7
@@
BEGIN {
ALTER TABLE one ADD FOREIGN KEY (two_id) REFERENCES two (id);
- INSERT absolutely *#! any old $£ ? rubbish ;
+ INSERT absolutely *#! any old $£ ? rubbish, even "quoted; semi-what""sits";
]
) or die $tr->error;