[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 08:48:09 GMT 2013


line 36 in the sql dump is a blank line, these are the lines that immediately follow (ie from line 37):

```SQL
LOCK TABLES `tablename` WRITE;
/*!40000 ALTER TABLE `tablename` DISABLE KEYS */;
INSERT INTO `tablename` VALUES (2,'run');
/*!40000 ALTER TABLE `tablename` ENABLE KEYS */;
UNLOCK TABLES;
```


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


More information about the DBIx-Class-Devel mailing list