pg_attrdef.adsrc no longer on Pg12+
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI.pm
index 73a73bc..3505af5 100644 (file)
@@ -102,7 +102,7 @@ use strict;
 use warnings;
 use DBI;
 our @EXPORT;
-our $VERSION = '1.59';
+our $VERSION = '1.61';
 
 use constant DRIVERS => {
     mysql            => 'MySQL',