[DBIx-Class-Devel] [dbix-class] Create DDL syntax without the need of temp files and directories (#67)

Wesley Schwengle notifications at github.com
Fri Nov 14 11:54:35 GMT 2014


Hello, at work we needed to generate the SQL DDL based on the current schema, but without the hassle of temp files and directories. I've introduced create_ddl which does this. 
You can merge this Pull Request by running:

  git pull https://github.com/waterkip/dbix-class sql_to_string

Or you can view, comment on it, or merge it online at:

  https://github.com/dbsrgits/dbix-class/pull/67

-- Commit Summary --

  * Create DDL syntax with a seperate call so we can use it without any tempfiles or directories.

-- File Changes --

    M lib/DBIx/Class/Storage/DBI.pm (136)
    M t/storage/deploy.t (5)

-- Patch Links --

https://github.com/dbsrgits/dbix-class/pull/67.patch
https://github.com/dbsrgits/dbix-class/pull/67.diff

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


More information about the DBIx-Class-Devel mailing list