[DBIx-Class-Devel] [dbsrgits/sql-translator] Error with parser 'SQL::Translator::Parser::Sybase' (#78)

Matthew Musgrove notifications at github.com
Thu Jul 13 16:42:29 GMT 2017


It appears that SQL::Translator::Producer::Sybase creates SQL that SQL::Translator::Parser::Sybase cannot consume. The former creates comments like:
-- 
-- Created by SQL::Translator::Producer::Sybase
-- Created on Thu Jul 13 11:07:31 2017
-- 
--
-- Table: SomeTable
--

However SQL::Translator::Parser::Sybase only knows how to deal with C-style comments (e.g. /* this is 
a C-Style comment
that spans multiple lines */



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/78#issuecomment-315134582
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20170713/cae55a09/attachment.htm>


More information about the DBIx-Class-Devel mailing list