[DBIx-Class-Devel] Re: [sql-translator] Invalid statement: Was expecting comment, or use, or set, or drop, or create, or alter, or insert, or delimiter, or empty statement (#33)

rw1 notifications at github.com
Mon Jul 29 09:50:54 GMT 2013


Further testing, if the .sql file is as follows, I get the same error on line 5:

```SQL
DROP TABLE IF EXISTS `test_table`;
CREATE TABLE `test_table` (
  `my_id` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`my_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
LOCK TABLES `test_table` WRITE;
UNLOCK TABLES;
```


---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/33#issuecomment-21709552
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20130729/fccb0638/attachment.htm


More information about the DBIx-Class-Devel mailing list