[DBIx-Class-Devel] [sql-translator] Topic/producer postgresql batch alter table (#44)

Dagfinn Ilmari Mannsåker notifications at github.com
Fri Aug 22 13:58:37 GMT 2014


> @@ -0,0 +1,77 @@
> +#!/usr/bin/env perl
> +
> +use strict;
> +use warnings;
> +
> +use Test::More;
> +use Test::Exception;
> +use DBI;
> +use SQL::Translator;
> +use SQL::Translator::Parser::PostgreSQL;
> +use SQL::Translator::Diff;
> +
> +eval "use DBD::Pg";
> +plan skip_all => "DBD::Pg required" if $@;

Use Test::SQL::Translator::maybe_plan() instead of hand-rolling this.

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


More information about the DBIx-Class-Devel mailing list