[DBIx-Class-Devel] [dbsrgits/dbix-class-schema-loader] add the `-o omit_view_definitions=1` option to remove the view definitions from server side views (#14)

Adam Herzog notifications at github.com
Fri Mar 2 18:42:41 GMT 2018


+1 for this.

MySQL includes the database name in the view definition, making the view undeployable to a database with a different name (which I do when running tests, for example.)

Right now, I simply redefine the view later in the file, after the md5sum, and that works fine. But I'd like to be able to omit the dumped definition for clarity.

-- 
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/dbix-class-schema-loader/pull/14#issuecomment-370014427
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20180302/1fe45718/attachment.htm>


More information about the DBIx-Class-Devel mailing list