Bumping version to 1.62
Dagfinn Ilmari Mannsåker [Mon, 14 Sep 2020 13:16:08 +0000 (14:16 +0100)]
70 files changed:
lib/SQL/Translator.pm
lib/SQL/Translator/Filter/DefaultExtra.pm
lib/SQL/Translator/Filter/Globals.pm
lib/SQL/Translator/Filter/Names.pm
lib/SQL/Translator/Parser.pm
lib/SQL/Translator/Parser/Access.pm
lib/SQL/Translator/Parser/DBI.pm
lib/SQL/Translator/Parser/DBI/DB2.pm
lib/SQL/Translator/Parser/DBI/MySQL.pm
lib/SQL/Translator/Parser/DBI/Oracle.pm
lib/SQL/Translator/Parser/DBI/PostgreSQL.pm
lib/SQL/Translator/Parser/DBI/SQLServer.pm
lib/SQL/Translator/Parser/DBI/SQLite.pm
lib/SQL/Translator/Parser/DBI/Sybase.pm
lib/SQL/Translator/Parser/Excel.pm
lib/SQL/Translator/Parser/JSON.pm
lib/SQL/Translator/Parser/MySQL.pm
lib/SQL/Translator/Parser/Oracle.pm
lib/SQL/Translator/Parser/PostgreSQL.pm
lib/SQL/Translator/Parser/SQLServer.pm
lib/SQL/Translator/Parser/SQLite.pm
lib/SQL/Translator/Parser/Storable.pm
lib/SQL/Translator/Parser/Sybase.pm
lib/SQL/Translator/Parser/XML.pm
lib/SQL/Translator/Parser/XML/SQLFairy.pm
lib/SQL/Translator/Parser/YAML.pm
lib/SQL/Translator/Parser/xSV.pm
lib/SQL/Translator/Producer.pm
lib/SQL/Translator/Producer/ClassDBI.pm
lib/SQL/Translator/Producer/DB2.pm
lib/SQL/Translator/Producer/DiaUml.pm
lib/SQL/Translator/Producer/Diagram.pm
lib/SQL/Translator/Producer/Dumper.pm
lib/SQL/Translator/Producer/GraphViz.pm
lib/SQL/Translator/Producer/HTML.pm
lib/SQL/Translator/Producer/JSON.pm
lib/SQL/Translator/Producer/Latex.pm
lib/SQL/Translator/Producer/MySQL.pm
lib/SQL/Translator/Producer/Oracle.pm
lib/SQL/Translator/Producer/POD.pm
lib/SQL/Translator/Producer/PostgreSQL.pm
lib/SQL/Translator/Producer/SQLServer.pm
lib/SQL/Translator/Producer/SQLite.pm
lib/SQL/Translator/Producer/Storable.pm
lib/SQL/Translator/Producer/Sybase.pm
lib/SQL/Translator/Producer/TT/Base.pm
lib/SQL/Translator/Producer/TT/Table.pm
lib/SQL/Translator/Producer/TTSchema.pm
lib/SQL/Translator/Producer/XML.pm
lib/SQL/Translator/Producer/XML/SQLFairy.pm
lib/SQL/Translator/Producer/YAML.pm
lib/SQL/Translator/Schema.pm
lib/SQL/Translator/Schema/Constants.pm
lib/SQL/Translator/Schema/Constraint.pm
lib/SQL/Translator/Schema/Field.pm
lib/SQL/Translator/Schema/Index.pm
lib/SQL/Translator/Schema/Object.pm
lib/SQL/Translator/Schema/Procedure.pm
lib/SQL/Translator/Schema/Table.pm
lib/SQL/Translator/Schema/Trigger.pm
lib/SQL/Translator/Schema/View.pm
lib/SQL/Translator/Utils.pm
lib/Test/SQL/Translator.pm
script/sqlt
script/sqlt-diagram
script/sqlt-diff
script/sqlt-diff-old
script/sqlt-dumper
script/sqlt-graph
script/sqlt.cgi

index 67a8e07..cab19d2 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '1.61';
+our $VERSION  = '1.62';
 $VERSION =~ tr/_//d;
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";
index ebaa7df..eed01c5 100644 (file)
@@ -33,7 +33,7 @@ objects.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub filter {
     my $schema = shift;
index 9251689..2614cce 100644 (file)
@@ -38,7 +38,7 @@ SQL::Translator::Filter::Globals - Add global fields and indices to all tables.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub filter {
     my $schema = shift;
index 87038bd..666335a 100644 (file)
@@ -29,7 +29,7 @@ SQL::Translator::Filter::Names - Tweak the names of schema objects.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub filter {
     my $schema = shift;
index 953143a..77cfcc2 100644 (file)
@@ -2,7 +2,7 @@ package SQL::Translator::Parser;
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub parse { "" }
 
index f931d0a..b288f6b 100644 (file)
@@ -22,7 +22,7 @@ something similar to the output of mdbtools (http://mdbtools.sourceforge.net/).
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG = 0 unless defined $DEBUG;
index 3505af5..eb06117 100644 (file)
@@ -102,7 +102,7 @@ use strict;
 use warnings;
 use DBI;
 our @EXPORT;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use constant DRIVERS => {
     mysql            => 'MySQL',
index a03ebed..059bb99 100644 (file)
@@ -23,7 +23,7 @@ use SQL::Translator::Parser::DB2;
 use SQL::Translator::Schema::Constants;
 
 our ($DEBUG, $VERSION, @EXPORT_OK );
-# $VERSION = '1.61';
+# $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 sub parse {
index 3b4babb..cf19eff 100644 (file)
@@ -24,7 +24,7 @@ use SQL::Translator::Schema::Constants;
 use SQL::Translator::Parser::MySQL;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 sub parse {
index f6b03e2..fadb522 100644 (file)
@@ -22,7 +22,7 @@ use SQL::Translator::Schema::Table;
 use SQL::Translator::Schema::Field;
 use SQL::Translator::Schema::Constraint;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub parse {
     my ( $tr, $dbh ) = @_;
index 54949cd..9078266 100644 (file)
@@ -21,7 +21,7 @@ use Data::Dumper;
 use SQL::Translator::Schema::Constants;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 my $actions = {c => 'cascade',
index 99ca8e0..ab4e5f5 100644 (file)
@@ -21,7 +21,7 @@ use SQL::Translator::Schema;
 use Data::Dumper;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 no strict 'refs';
index b86ed03..4c88ce4 100644 (file)
@@ -26,7 +26,7 @@ use SQL::Translator::Parser::SQLite;
 use Data::Dumper;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 sub parse {
index c3583c0..e5b0893 100644 (file)
@@ -21,7 +21,7 @@ use SQL::Translator::Schema;
 use Data::Dumper;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 no strict 'refs';
index 54ef50b..e96b29f 100644 (file)
@@ -32,7 +32,7 @@ use strict;
 use warnings;
 our ($DEBUG, @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use Spreadsheet::ParseExcel;
 use Exporter;
index f6e5aee..937971b 100644 (file)
@@ -2,7 +2,7 @@ package SQL::Translator::Parser::JSON;
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use SQL::Translator::Schema;
 use SQL::Translator::Utils qw(header_comment);
index 5df48ed..46085e3 100644 (file)
@@ -132,7 +132,7 @@ More information about the MySQL comment-syntax: L<http://dev.mysql.com/doc/refm
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG   = 0 unless defined $DEBUG;
index 63a31ca..66a885c 100644 (file)
@@ -78,7 +78,7 @@ was altered to better handle the syntax created by DDL::Oracle.
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG   = 0 unless defined $DEBUG;
index d5c5a8f..37f6579 100644 (file)
@@ -89,7 +89,7 @@ View table:
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG   = 0 unless defined $DEBUG;
index 9b0979a..7b98481 100644 (file)
@@ -19,7 +19,7 @@ should probably be considered a work in progress.
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG   = 0 unless defined $DEBUG;
index ee70e05..1aab7f0 100644 (file)
@@ -133,7 +133,7 @@ like-op::=
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG   = 0 unless defined $DEBUG;
index 6d0776c..82b980e 100644 (file)
@@ -21,7 +21,7 @@ the data into a database tables or graphs.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG = 0 unless defined $DEBUG;
index 8089634..d92cd6d 100644 (file)
@@ -20,7 +20,7 @@ DBI-Sybase parser included with SQL::Translator.
 use strict;
 use warnings;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our $DEBUG;
 $DEBUG   = 0 unless defined $DEBUG;
index b154153..967e7bf 100644 (file)
@@ -23,7 +23,7 @@ Ken Y. Clark E<lt>kclark@cpan.orgE<gt>.
 use strict;
 use warnings;
 our $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 1 unless defined $DEBUG;
 
 use SQL::Translator::Parser::XML::SQLFairy;
index cef0340..3811bb8 100644 (file)
@@ -79,7 +79,7 @@ use strict;
 use warnings;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use Data::Dumper;
index c573eb5..af3b31b 100644 (file)
@@ -2,7 +2,7 @@ package SQL::Translator::Parser::YAML;
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use SQL::Translator::Schema;
 use SQL::Translator::Utils qw(header_comment);
index b2de869..e27da8a 100644 (file)
@@ -46,7 +46,7 @@ C<SQL::Translator::Utils::normalize_name>.
 use strict;
 use warnings;
 our @EXPORT;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use Exporter;
 use Text::ParseWords qw(quotewords);
index 65170dd..4486be0 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator::Producer;
 use strict;
 use warnings;
 use Scalar::Util ();
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub produce { "" }
 
index 519aa4b..f72a785 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator::Producer::ClassDBI;
 use strict;
 use warnings;
 our $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 1 unless defined $DEBUG;
 
 use SQL::Translator::Schema::Constants;
index 7fffa40..3d75a32 100644 (file)
@@ -21,7 +21,7 @@ use warnings;
 use strict;
 use warnings;
 our ( $DEBUG, $WARN );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use SQL::Translator::Schema::Constants;
index c65b8bc..6cffc5c 100644 (file)
@@ -34,7 +34,7 @@ use strict;
 use warnings;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use File::ShareDir qw/dist_dir/;
index 30bcef1..4dfa995 100644 (file)
@@ -47,7 +47,7 @@ use SQL::Translator::Schema::Constants;
 use SQL::Translator::Utils qw(debug);
 
 our $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use constant VALID_FONT_SIZE => {
index 843b012..f34c58f 100644 (file)
@@ -41,7 +41,7 @@ use Template;
 
 use Data::Dumper;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 sub produce {
     my $t              = shift;
index 16013a9..eff563d 100644 (file)
@@ -230,7 +230,7 @@ use SQL::Translator::Utils qw(debug);
 use Scalar::Util qw/openhandle/;
 
 our $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 sub produce {
index fa4a382..0cdc711 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Data::Dumper;
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 our $NAME = __PACKAGE__;
 our $NOWRAP = 0 unless defined $NOWRAP;
 our $NOLINKTABLE = 0 unless defined $NOLINKTABLE;
index dbb893b..dee6e02 100644 (file)
@@ -18,7 +18,7 @@ This module serializes a schema to a JSON string.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use JSON::MaybeXS 'to_json';
 
index 4358d84..447b5b8 100644 (file)
@@ -34,7 +34,7 @@ use strict;
 use warnings;
 
 our @EXPORT_OK;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use SQL::Translator::Utils 'debug';
 
index 3c5d45a..0430423 100644 (file)
@@ -82,7 +82,7 @@ Set the fields character set and collation order.
 use strict;
 use warnings;
 our ( $DEBUG, %used_names );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 # Maximum length for most identifiers is 64, according to:
index 6b940f4..017f41a 100644 (file)
@@ -90,7 +90,7 @@ context the slash will be still there to ensure compatibility with SQLPlus.
 use strict;
 use warnings;
 our ( $DEBUG, $WARN );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use base 'SQL::Translator::Producer';
index e655385..7bbfde5 100644 (file)
@@ -22,7 +22,7 @@ interesting formats using Pod::POM or Template::Toolkit's POD plugin.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use SQL::Translator::Schema::Constants;
 use SQL::Translator::Utils qw(header_comment);
index ccbd8c2..7520563 100644 (file)
@@ -22,7 +22,7 @@ Does not yet support PostGIS Views.
 use strict;
 use warnings;
 our ( $DEBUG, $WARN );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 0 unless defined $DEBUG;
 
 use base qw(SQL::Translator::Producer);
index 6c9d21b..6910a4e 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator::Producer::SQLServer;
 use strict;
 use warnings;
 our ( $DEBUG, $WARN );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 1 unless defined $DEBUG;
 
 use SQL::Translator::Schema::Constants;
index 36ca5ca..4623372 100644 (file)
@@ -25,7 +25,7 @@ use SQL::Translator::Utils qw(debug header_comment parse_dbms_version batch_alte
 use SQL::Translator::Generator::DDL::SQLite;
 
 our ( $DEBUG, $WARN );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 0 unless defined $DEBUG;
 $WARN = 0 unless defined $WARN;
 
index 773462b..b68c12a 100644 (file)
@@ -25,7 +25,7 @@ use strict;
 use warnings;
 our ( $DEBUG, @EXPORT_OK );
 $DEBUG = 0 unless defined $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use Storable;
 use Exporter;
index 06b06a4..582cba1 100644 (file)
@@ -20,7 +20,7 @@ This module will produce text output of the schema suitable for Sybase.
 use strict;
 use warnings;
 our ( $DEBUG, $WARN );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 1 unless defined $DEBUG;
 
 use Data::Dumper;
index 4c03728..40bdaef 100644 (file)
@@ -13,7 +13,7 @@ use strict;
 use warnings;
 
 our @EXPORT_OK;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use Template;
 use Data::Dumper;
index 9e5c1de..7b1f5cf 100644 (file)
@@ -157,7 +157,7 @@ use strict;
 use warnings;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use File::Path;
index 7617dac..3192056 100644 (file)
@@ -110,7 +110,7 @@ use strict;
 use warnings;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use Template;
index 02f6413..a25177b 100644 (file)
@@ -25,7 +25,7 @@ Ken Youens-Clark E<lt>kclark@cpan.orgE<gt>.
 use strict;
 use warnings;
 our $DEBUG;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 $DEBUG = 1 unless defined $DEBUG;
 
 use SQL::Translator::Producer::XML::SQLFairy;
index b3350f7..4ba0506 100644 (file)
@@ -143,7 +143,7 @@ To convert your old format files simply pass them through the translator :)
 use strict;
 use warnings;
 our @EXPORT_OK;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use Exporter;
 use base qw(Exporter);
index ea4e8af..bdf4b05 100644 (file)
@@ -21,7 +21,7 @@ takes a long time.
 
 use strict;
 use warnings;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use YAML qw(Dump);
 
index 728b23a..9b26425 100644 (file)
@@ -39,7 +39,7 @@ use Carp;
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 
 has _order => (is => 'ro', default => quote_sub(q{ +{ map { $_ => 0 } qw/
index 52fc361..31df70e 100644 (file)
@@ -43,7 +43,7 @@ use strict;
 use warnings;
 use base qw( Exporter );
 require Exporter;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 our @EXPORT = qw[
     CHECK_C
index 7490bac..99e2a1b 100644 (file)
@@ -32,7 +32,7 @@ use Sub::Quote qw(quote_sub);
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 my %VALID_CONSTRAINT_TYPE = (
     PRIMARY_KEY, 1,
index 497bd8f..e60a108 100644 (file)
@@ -31,7 +31,7 @@ use Scalar::Util ();
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 # Stringify to our name, being careful not to pass any args through so we don't
 # accidentally set it to undef. We also have to tweak bool so the object is
index d54ce4d..4d5ac2d 100644 (file)
@@ -34,7 +34,7 @@ use Sub::Quote qw(quote_sub);
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 my %VALID_INDEX_TYPE = (
   UNIQUE         => 1,
index ae4ff0f..f546fc4 100644 (file)
@@ -41,7 +41,7 @@ equality.
 use Moo 1.000003;
 
 # screw you PAUSE
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 with qw(
   SQL::Translator::Role::Error
index 8fa1742..ffb7e8a 100644 (file)
@@ -35,7 +35,7 @@ use Sub::Quote qw(quote_sub);
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 =head2 new
 
index f2ff231..d914867 100644 (file)
@@ -34,7 +34,7 @@ use Sub::Quote qw(quote_sub);
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 # Stringify to our name, being careful not to pass any args through so we don't
 # accidentally set it to undef. We also have to tweak bool so the object is
index 755b332..d8f81af 100644 (file)
@@ -35,7 +35,7 @@ use Sub::Quote qw(quote_sub);
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 =head2 new
 
index 9ac8e29..db1df79 100644 (file)
@@ -31,7 +31,7 @@ use Sub::Quote qw(quote_sub);
 
 extends 'SQL::Translator::Schema::Object';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 =head2 new
 
index 17c0777..59c1377 100644 (file)
@@ -8,7 +8,7 @@ use Scalar::Util qw(blessed);
 use Try::Tiny;
 use Carp qw(carp croak);
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use base qw(Exporter);
 our @EXPORT_OK = qw(
index d3d708b..890c7a3 100644 (file)
@@ -15,7 +15,7 @@ use SQL::Translator::Schema::Constants;
 
 use base qw(Exporter);
 our @EXPORT_OK;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 our @EXPORT = qw(
     schema_ok
     table_ok
index e224c9f..28e6ada 100755 (executable)
@@ -153,7 +153,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 my $from;             # the original database
 my $to;               # the destination database
index 25e9182..a84ee89 100755 (executable)
@@ -77,7 +77,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars '$VERSION';
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 #
 # Get arguments.
index 9c99ac3..75c8a84 100755 (executable)
@@ -114,7 +114,7 @@ use SQL::Translator::Diff;
 use SQL::Translator::Schema::Constants;
 
 use vars qw( $VERSION );
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 my ( @input, $list, $help, $debug, $trace, $caseopt, $ignore_index_names,
     $ignore_constraint_names, $output_db, $mysql_parser_version,
index 7a9b6d3..b411902 100755 (executable)
@@ -96,7 +96,7 @@ use SQL::Translator;
 use SQL::Translator::Schema::Constants;
 
 use vars qw( $VERSION );
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 my ( @input, $list, $help, $debug );
 for my $arg ( @ARGV ) {
index 0a16e0d..53a4451 100755 (executable)
@@ -63,7 +63,7 @@ use SQL::Translator;
 use File::Basename qw(basename);
 
 use vars '$VERSION';
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 my ( $help, $db, $skip, $skiplike, $db_user, $db_pass, $dsn );
 GetOptions(
index 4b562a4..68c0c5d 100755 (executable)
@@ -108,7 +108,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars '$VERSION';
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 #
 # Get arguments.
index e885c29..9604605 100755 (executable)
@@ -38,7 +38,7 @@ use CGI;
 use SQL::Translator;
 
 use vars '$VERSION';
-$VERSION = '1.61';
+$VERSION = '1.62';
 
 my $q = CGI->new;