put FK at the end; return a list in list context
authorTina Mueller <cpan2@tinita.de>
Wed, 26 Aug 2015 14:46:14 +0000 (16:46 +0200)
committerMatt S Trout <mst@shadowcat.co.uk>
Mon, 6 Apr 2020 21:26:40 +0000 (21:26 +0000)
commitee468516f15e787ac9fc25f804f96b3ba69f1943
treeca0b03979fac434bb470ccbb8cc3d1312ba69407
parentbde41930d3824f9a9ee97e7d15ea42786364f2ee
put FK at the end; return a list in list context

In Sybase you can't deactivate foreign keys; so put all the
foreign key statements at the end after the create statements

Return a list of statements in list context, like DBIC deployment_statements
prefers.
lib/SQL/Translator/Producer/Sybase.pm