[DBIx-Class-Devel] [sql-translator] fix several bugs in sybase producer: (#67)

Tina Müller (tinita) notifications at github.com
Wed Aug 26 14:49:57 GMT 2015


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.

datatype mapping wasn't done for identity fields


You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/sql-translator/pull/67

-- Commit Summary --

  * datatype mapping; IDENTITY
  * put FK at the end; return a list in list context

-- File Changes --

    M AUTHORS (2)
    M lib/SQL/Translator/Producer/Sybase.pm (44)

-- Patch Links --

https://github.com/dbsrgits/sql-translator/pull/67.patch
https://github.com/dbsrgits/sql-translator/pull/67.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/67
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20150826/df11215b/attachment.htm>


More information about the DBIx-Class-Devel mailing list