Hello community,

here is the log from the commit of package perl-URI-db for openSUSE:Factory 
checked in at 2018-07-22 23:05:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-URI-db (Old)
 and      /work/SRC/openSUSE:Factory/.perl-URI-db.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-URI-db"

Sun Jul 22 23:05:41 2018 rev:3 rq:624417 version:0.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-URI-db/perl-URI-db.changes  2017-11-15 
16:52:47.923028211 +0100
+++ /work/SRC/openSUSE:Factory/.perl-URI-db.new/perl-URI-db.changes     
2018-07-22 23:05:42.308897905 +0200
@@ -1,0 +2,9 @@
+Fri Jul 20 06:13:19 UTC 2018 - [email protected]
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-URI-db/Changes
+
+  0.19  2018-07-19T15:15:04Z
+        - Added URI::snowflake.
+
+-------------------------------------------------------------------

Old:
----
  URI-db-0.18.tar.gz

New:
----
  URI-db-0.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-URI-db.spec ++++++
--- /var/tmp/diff_new_pack.8nHKmD/_old  2018-07-22 23:05:42.780897729 +0200
+++ /var/tmp/diff_new_pack.8nHKmD/_new  2018-07-22 23:05:42.780897729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-URI-db
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:           perl-URI-db
-Version:        0.18
+Version:        0.19
 Release:        0
 %define cpan_name URI-db
 Summary:        Database URIs
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/URI-db/
 Source0:        
https://cpan.metacpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz

++++++ URI-db-0.18.tar.gz -> URI-db-0.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/Changes new/URI-db-0.19/Changes
--- old/URI-db-0.18/Changes     2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/Changes     2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension URI::db.
 
+0.19  2018-07-19T15:15:04Z
+      - Added URI::snowflake.
+
 0.18  2017-11-03T15:01:43Z
       - Added URI::redshift to support db:redshift: URIs, thanks to a pull
         request from Steve Caldwell (PR #12).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/MANIFEST new/URI-db-0.19/MANIFEST
--- old/URI-db-0.18/MANIFEST    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/MANIFEST    2018-07-19 17:14:53.000000000 +0200
@@ -36,6 +36,7 @@
 lib/URI/postgresql.pm
 lib/URI/postgresxc.pm
 lib/URI/redshift.pm
+lib/URI/snowflake.pm
 lib/URI/sqlite.pm
 lib/URI/sqlite3.pm
 lib/URI/sqlserver.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/META.json new/URI-db-0.19/META.json
--- old/URI-db-0.18/META.json   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/META.json   2018-07-19 17:14:53.000000000 +0200
@@ -4,13 +4,13 @@
       "David E. Wheeler <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.421",
+   "generated_by" : "Module::Build version 0.4224",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "URI-db",
    "prereqs" : {
@@ -36,163 +36,167 @@
    "provides" : {
       "URI::cassandra" : {
          "file" : "lib/URI/cassandra.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::couch" : {
          "file" : "lib/URI/couch.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::couchdb" : {
          "file" : "lib/URI/couchdb.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::cubrid" : {
          "file" : "lib/URI/cubrid.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::db" : {
          "file" : "lib/URI/db.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::db2" : {
          "file" : "lib/URI/db2.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::derby" : {
          "file" : "lib/URI/derby.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::exasol" : {
          "file" : "lib/URI/exasol.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::firebird" : {
          "file" : "lib/URI/firebird.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::hive" : {
          "file" : "lib/URI/hive.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::impala" : {
          "file" : "lib/URI/impala.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::informix" : {
          "file" : "lib/URI/informix.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::ingres" : {
          "file" : "lib/URI/ingres.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::interbase" : {
          "file" : "lib/URI/interbase.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::ldapdb" : {
          "file" : "lib/URI/ldapdb.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::maria" : {
          "file" : "lib/URI/maria.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::mariadb" : {
          "file" : "lib/URI/mariadb.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::max" : {
          "file" : "lib/URI/max.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::maxdb" : {
          "file" : "lib/URI/maxdb.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::monet" : {
          "file" : "lib/URI/monet.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::monetdb" : {
          "file" : "lib/URI/monetdb.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::mongo" : {
          "file" : "lib/URI/mongo.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::mongodb" : {
          "file" : "lib/URI/mongodb.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::mssql" : {
          "file" : "lib/URI/mssql.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::mysql" : {
          "file" : "lib/URI/mysql.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::oracle" : {
          "file" : "lib/URI/oracle.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::pg" : {
          "file" : "lib/URI/pg.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::pgsql" : {
          "file" : "lib/URI/pgsql.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::pgxc" : {
          "file" : "lib/URI/pgxc.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::postgres" : {
          "file" : "lib/URI/postgres.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::postgresql" : {
          "file" : "lib/URI/postgresql.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::postgresxc" : {
          "file" : "lib/URI/postgresxc.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::redshift" : {
          "file" : "lib/URI/redshift.pm",
-         "version" : "0.18"
+         "version" : "0.19"
+      },
+      "URI::snowflake" : {
+         "file" : "lib/URI/snowflake.pm",
+         "version" : "0.19"
       },
       "URI::sqlite" : {
          "file" : "lib/URI/sqlite.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::sqlite3" : {
          "file" : "lib/URI/sqlite3.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::sqlserver" : {
          "file" : "lib/URI/sqlserver.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::sybase" : {
          "file" : "lib/URI/sybase.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::teradata" : {
          "file" : "lib/URI/teradata.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::unify" : {
          "file" : "lib/URI/unify.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       },
       "URI::vertica" : {
          "file" : "lib/URI/vertica.pm",
-         "version" : "0.18"
+         "version" : "0.19"
       }
    },
    "release_status" : "stable",
@@ -208,5 +212,6 @@
          "url" : "https://github.com/theory/uri-db/";
       }
    },
-   "version" : "0.18"
+   "version" : "0.19",
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/META.yml new/URI-db-0.19/META.yml
--- old/URI-db-0.18/META.yml    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/META.yml    2018-07-19 17:14:53.000000000 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   Module::Build: '0.30'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,124 +17,127 @@
 provides:
   URI::cassandra:
     file: lib/URI/cassandra.pm
-    version: '0.18'
+    version: '0.19'
   URI::couch:
     file: lib/URI/couch.pm
-    version: '0.18'
+    version: '0.19'
   URI::couchdb:
     file: lib/URI/couchdb.pm
-    version: '0.18'
+    version: '0.19'
   URI::cubrid:
     file: lib/URI/cubrid.pm
-    version: '0.18'
+    version: '0.19'
   URI::db:
     file: lib/URI/db.pm
-    version: '0.18'
+    version: '0.19'
   URI::db2:
     file: lib/URI/db2.pm
-    version: '0.18'
+    version: '0.19'
   URI::derby:
     file: lib/URI/derby.pm
-    version: '0.18'
+    version: '0.19'
   URI::exasol:
     file: lib/URI/exasol.pm
-    version: '0.18'
+    version: '0.19'
   URI::firebird:
     file: lib/URI/firebird.pm
-    version: '0.18'
+    version: '0.19'
   URI::hive:
     file: lib/URI/hive.pm
-    version: '0.18'
+    version: '0.19'
   URI::impala:
     file: lib/URI/impala.pm
-    version: '0.18'
+    version: '0.19'
   URI::informix:
     file: lib/URI/informix.pm
-    version: '0.18'
+    version: '0.19'
   URI::ingres:
     file: lib/URI/ingres.pm
-    version: '0.18'
+    version: '0.19'
   URI::interbase:
     file: lib/URI/interbase.pm
-    version: '0.18'
+    version: '0.19'
   URI::ldapdb:
     file: lib/URI/ldapdb.pm
-    version: '0.18'
+    version: '0.19'
   URI::maria:
     file: lib/URI/maria.pm
-    version: '0.18'
+    version: '0.19'
   URI::mariadb:
     file: lib/URI/mariadb.pm
-    version: '0.18'
+    version: '0.19'
   URI::max:
     file: lib/URI/max.pm
-    version: '0.18'
+    version: '0.19'
   URI::maxdb:
     file: lib/URI/maxdb.pm
-    version: '0.18'
+    version: '0.19'
   URI::monet:
     file: lib/URI/monet.pm
-    version: '0.18'
+    version: '0.19'
   URI::monetdb:
     file: lib/URI/monetdb.pm
-    version: '0.18'
+    version: '0.19'
   URI::mongo:
     file: lib/URI/mongo.pm
-    version: '0.18'
+    version: '0.19'
   URI::mongodb:
     file: lib/URI/mongodb.pm
-    version: '0.18'
+    version: '0.19'
   URI::mssql:
     file: lib/URI/mssql.pm
-    version: '0.18'
+    version: '0.19'
   URI::mysql:
     file: lib/URI/mysql.pm
-    version: '0.18'
+    version: '0.19'
   URI::oracle:
     file: lib/URI/oracle.pm
-    version: '0.18'
+    version: '0.19'
   URI::pg:
     file: lib/URI/pg.pm
-    version: '0.18'
+    version: '0.19'
   URI::pgsql:
     file: lib/URI/pgsql.pm
-    version: '0.18'
+    version: '0.19'
   URI::pgxc:
     file: lib/URI/pgxc.pm
-    version: '0.18'
+    version: '0.19'
   URI::postgres:
     file: lib/URI/postgres.pm
-    version: '0.18'
+    version: '0.19'
   URI::postgresql:
     file: lib/URI/postgresql.pm
-    version: '0.18'
+    version: '0.19'
   URI::postgresxc:
     file: lib/URI/postgresxc.pm
-    version: '0.18'
+    version: '0.19'
   URI::redshift:
     file: lib/URI/redshift.pm
-    version: '0.18'
+    version: '0.19'
+  URI::snowflake:
+    file: lib/URI/snowflake.pm
+    version: '0.19'
   URI::sqlite:
     file: lib/URI/sqlite.pm
-    version: '0.18'
+    version: '0.19'
   URI::sqlite3:
     file: lib/URI/sqlite3.pm
-    version: '0.18'
+    version: '0.19'
   URI::sqlserver:
     file: lib/URI/sqlserver.pm
-    version: '0.18'
+    version: '0.19'
   URI::sybase:
     file: lib/URI/sybase.pm
-    version: '0.18'
+    version: '0.19'
   URI::teradata:
     file: lib/URI/teradata.pm
-    version: '0.18'
+    version: '0.19'
   URI::unify:
     file: lib/URI/unify.pm
-    version: '0.18'
+    version: '0.19'
   URI::vertica:
     file: lib/URI/vertica.pm
-    version: '0.18'
+    version: '0.19'
 requires:
   URI: '1.40'
   URI::Nested: '0.10'
@@ -144,4 +147,5 @@
   homepage: https://search.cpan.org/dist/URI-db/
   license: http://dev.perl.org/licenses/
   repository: https://github.com/theory/uri-db/
-version: '0.18'
+version: '0.19'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/README new/URI-db-0.19/README
--- old/URI-db-0.18/README      2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/README      2018-07-19 17:14:53.000000000 +0200
@@ -1,4 +1,4 @@
-URI/db version 0.18
+URI/db version 0.19
 ===================
 
 This library implements a Perl interface for a proposed standard for database
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/_ado.pm 
new/URI-db-0.19/lib/URI/_ado.pm
--- old/URI-db-0.18/lib/URI/_ado.pm     2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/_ado.pm     2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::_ado;
 use base 'URI::_odbc';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub dbi_driver   { 'ADO' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/_db.pm 
new/URI-db-0.19/lib/URI/_db.pm
--- old/URI-db-0.18/lib/URI/_db.pm      2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/_db.pm      2018-07-19 17:14:53.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use 5.008001;
 use base 'URI::_login';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub uri    { shift }
 sub _no_scheme_ok { 0 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/_odbc.pm 
new/URI-db-0.19/lib/URI/_odbc.pm
--- old/URI-db-0.18/lib/URI/_odbc.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/_odbc.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::_odbc;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub dbi_driver   { 'ODBC' }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/cassandra.pm 
new/URI-db-0.19/lib/URI/cassandra.pm
--- old/URI-db-0.18/lib/URI/cassandra.pm        2017-11-03 16:02:00.000000000 
+0100
+++ new/URI-db-0.19/lib/URI/cassandra.pm        2018-07-19 17:14:53.000000000 
+0200
@@ -1,6 +1,6 @@
 package URI::cassandra;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 9160 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/couch.pm 
new/URI-db-0.19/lib/URI/couch.pm
--- old/URI-db-0.18/lib/URI/couch.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/couch.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::couch;
 use base 'URI::couchdb';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/couchdb.pm 
new/URI-db-0.19/lib/URI/couchdb.pm
--- old/URI-db-0.18/lib/URI/couchdb.pm  2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/couchdb.pm  2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::couchdb;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 5984 }
 sub canonical_engine { 'couchdb' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/cubrid.pm 
new/URI-db-0.19/lib/URI/cubrid.pm
--- old/URI-db-0.18/lib/URI/cubrid.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/cubrid.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::cubrid;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 33000 }
 sub dbi_driver   { 'cubrid' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/db.pm 
new/URI-db-0.19/lib/URI/db.pm
--- old/URI-db-0.18/lib/URI/db.pm       2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/db.pm       2018-07-19 17:14:53.000000000 +0200
@@ -13,7 +13,7 @@
 use 5.008001;
 use base 'URI::Nested';
 use URI::_db;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub prefix       { 'db' }
 sub nested_class { 'URI::_db' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/db2.pm 
new/URI-db-0.19/lib/URI/db2.pm
--- old/URI-db-0.18/lib/URI/db2.pm      2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/db2.pm      2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::db2;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 50000 }
 sub dbi_driver   { 'DB2' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/derby.pm 
new/URI-db-0.19/lib/URI/derby.pm
--- old/URI-db-0.18/lib/URI/derby.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/derby.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::derby;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 1527 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/exasol.pm 
new/URI-db-0.19/lib/URI/exasol.pm
--- old/URI-db-0.18/lib/URI/exasol.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/exasol.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::exasol;
 use base 'URI::_odbc';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 8563 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/firebird.pm 
new/URI-db-0.19/lib/URI/firebird.pm
--- old/URI-db-0.18/lib/URI/firebird.pm 2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/firebird.pm 2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::firebird;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 3050 }
 sub dbi_driver   { 'Firebird' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/hive.pm 
new/URI-db-0.19/lib/URI/hive.pm
--- old/URI-db-0.18/lib/URI/hive.pm     2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/hive.pm     2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::hive;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 10000 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/impala.pm 
new/URI-db-0.19/lib/URI/impala.pm
--- old/URI-db-0.18/lib/URI/impala.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/impala.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::impala;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 21000 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/informix.pm 
new/URI-db-0.19/lib/URI/informix.pm
--- old/URI-db-0.18/lib/URI/informix.pm 2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/informix.pm 2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::informix;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 1526 }
 sub dbi_driver   { 'Informix' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/ingres.pm 
new/URI-db-0.19/lib/URI/ingres.pm
--- old/URI-db-0.18/lib/URI/ingres.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/ingres.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::ingres;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 1524 }
 sub dbi_driver   { 'Ingres' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/interbase.pm 
new/URI-db-0.19/lib/URI/interbase.pm
--- old/URI-db-0.18/lib/URI/interbase.pm        2017-11-03 16:02:00.000000000 
+0100
+++ new/URI-db-0.19/lib/URI/interbase.pm        2018-07-19 17:14:53.000000000 
+0200
@@ -1,6 +1,6 @@
 package URI::interbase;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 3050 }
 sub dbi_driver   { 'InterBase' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/ldapdb.pm 
new/URI-db-0.19/lib/URI/ldapdb.pm
--- old/URI-db-0.18/lib/URI/ldapdb.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/ldapdb.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::ldapdb;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub dbi_driver   { 'LDAP' }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/maria.pm 
new/URI-db-0.19/lib/URI/maria.pm
--- old/URI-db-0.18/lib/URI/maria.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/maria.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::maria;
 use base 'URI::mysql';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/mariadb.pm 
new/URI-db-0.19/lib/URI/mariadb.pm
--- old/URI-db-0.18/lib/URI/mariadb.pm  2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/mariadb.pm  2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::mariadb;
 use base 'URI::mysql';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/max.pm 
new/URI-db-0.19/lib/URI/max.pm
--- old/URI-db-0.18/lib/URI/max.pm      2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/max.pm      2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::max;
 use base 'URI::maxdb';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/maxdb.pm 
new/URI-db-0.19/lib/URI/maxdb.pm
--- old/URI-db-0.18/lib/URI/maxdb.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/maxdb.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::maxdb;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 7673 }
 sub dbi_driver   { 'MaxDB' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/monet.pm 
new/URI-db-0.19/lib/URI/monet.pm
--- old/URI-db-0.18/lib/URI/monet.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/monet.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::monet;
 use base 'URI::monetdb';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/monetdb.pm 
new/URI-db-0.19/lib/URI/monetdb.pm
--- old/URI-db-0.18/lib/URI/monetdb.pm  2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/monetdb.pm  2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::monetdb;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 50000 }
 sub dbi_driver   { 'monetdb' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/mongo.pm 
new/URI-db-0.19/lib/URI/mongo.pm
--- old/URI-db-0.18/lib/URI/mongo.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/mongo.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::mongo;
 use base 'URI::mongodb';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/mongodb.pm 
new/URI-db-0.19/lib/URI/mongodb.pm
--- old/URI-db-0.18/lib/URI/mongodb.pm  2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/mongodb.pm  2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::mongodb;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 27017 }
 sub canonical_engine { 'mongodb' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/mssql.pm 
new/URI-db-0.19/lib/URI/mssql.pm
--- old/URI-db-0.18/lib/URI/mssql.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/mssql.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::mssql;
 use base 'URI::_odbc';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 1433 }
 sub canonical_engine { 'mssql' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/mysql.pm 
new/URI-db-0.19/lib/URI/mysql.pm
--- old/URI-db-0.18/lib/URI/mysql.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/mysql.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::mysql;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 3306 }
 sub dbi_driver   { 'mysql' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/oracle.pm 
new/URI-db-0.19/lib/URI/oracle.pm
--- old/URI-db-0.18/lib/URI/oracle.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/oracle.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::oracle;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 1521 }
 sub dbi_driver   { 'Oracle' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/pg.pm 
new/URI-db-0.19/lib/URI/pg.pm
--- old/URI-db-0.18/lib/URI/pg.pm       2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/pg.pm       2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::pg;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 5432 }
 sub dbi_driver   { 'Pg' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/pgsql.pm 
new/URI-db-0.19/lib/URI/pgsql.pm
--- old/URI-db-0.18/lib/URI/pgsql.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/pgsql.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,4 +1,4 @@
 package URI::pgsql;
 use base 'URI::pg';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/pgxc.pm 
new/URI-db-0.19/lib/URI/pgxc.pm
--- old/URI-db-0.18/lib/URI/pgxc.pm     2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/pgxc.pm     2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::pgxc;
 use base 'URI::pg';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/postgres.pm 
new/URI-db-0.19/lib/URI/postgres.pm
--- old/URI-db-0.18/lib/URI/postgres.pm 2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/postgres.pm 2018-07-19 17:14:53.000000000 +0200
@@ -1,4 +1,4 @@
 package URI::postgres;
 use base 'URI::pg';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/postgresql.pm 
new/URI-db-0.19/lib/URI/postgresql.pm
--- old/URI-db-0.18/lib/URI/postgresql.pm       2017-11-03 16:02:00.000000000 
+0100
+++ new/URI-db-0.19/lib/URI/postgresql.pm       2018-07-19 17:14:53.000000000 
+0200
@@ -1,5 +1,5 @@
 package URI::postgresql;
 use base 'URI::pg';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/postgresxc.pm 
new/URI-db-0.19/lib/URI/postgresxc.pm
--- old/URI-db-0.18/lib/URI/postgresxc.pm       2017-11-03 16:02:00.000000000 
+0100
+++ new/URI-db-0.19/lib/URI/postgresxc.pm       2018-07-19 17:14:53.000000000 
+0200
@@ -1,5 +1,5 @@
 package URI::postgresxc;
 use base 'URI::pg';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/redshift.pm 
new/URI-db-0.19/lib/URI/redshift.pm
--- old/URI-db-0.18/lib/URI/redshift.pm 2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/redshift.pm 2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::redshift;
 use base 'URI::pg';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/snowflake.pm 
new/URI-db-0.19/lib/URI/snowflake.pm
--- old/URI-db-0.18/lib/URI/snowflake.pm        1970-01-01 01:00:00.000000000 
+0100
+++ new/URI-db-0.19/lib/URI/snowflake.pm        2018-07-19 17:14:53.000000000 
+0200
@@ -0,0 +1,7 @@
+package URI::snowflake;
+use base 'URI::_odbc';
+our $VERSION = '0.19';
+
+sub default_port { 443 }
+
+1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/sqlite.pm 
new/URI-db-0.19/lib/URI/sqlite.pm
--- old/URI-db-0.18/lib/URI/sqlite.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/sqlite.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::sqlite;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub dbi_driver { 'SQLite' }
 sub canonical_engine { 'sqlite' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/sqlite3.pm 
new/URI-db-0.19/lib/URI/sqlite3.pm
--- old/URI-db-0.18/lib/URI/sqlite3.pm  2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/sqlite3.pm  2018-07-19 17:14:53.000000000 +0200
@@ -1,5 +1,5 @@
 package URI::sqlite3;
 use base 'URI::sqlite';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/sqlserver.pm 
new/URI-db-0.19/lib/URI/sqlserver.pm
--- old/URI-db-0.18/lib/URI/sqlserver.pm        2017-11-03 16:02:00.000000000 
+0100
+++ new/URI-db-0.19/lib/URI/sqlserver.pm        2018-07-19 17:14:53.000000000 
+0200
@@ -1,5 +1,5 @@
 package URI::sqlserver;
 use base 'URI::mssql';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/sybase.pm 
new/URI-db-0.19/lib/URI/sybase.pm
--- old/URI-db-0.18/lib/URI/sybase.pm   2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/sybase.pm   2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::sybase;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 2638 }
 sub dbi_driver   { 'Sybase' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/teradata.pm 
new/URI-db-0.19/lib/URI/teradata.pm
--- old/URI-db-0.18/lib/URI/teradata.pm 2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/teradata.pm 2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::teradata;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 1025 }
 sub dbi_driver   { 'Teradata' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/unify.pm 
new/URI-db-0.19/lib/URI/unify.pm
--- old/URI-db-0.18/lib/URI/unify.pm    2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/unify.pm    2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::unify;
 use base 'URI::_db';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 27117 }
 sub dbi_driver   { 'Unify' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/lib/URI/vertica.pm 
new/URI-db-0.19/lib/URI/vertica.pm
--- old/URI-db-0.18/lib/URI/vertica.pm  2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/lib/URI/vertica.pm  2018-07-19 17:14:53.000000000 +0200
@@ -1,6 +1,6 @@
 package URI::vertica;
 use base 'URI::_odbc';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 sub default_port { 5433 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/t/dbi.t new/URI-db-0.19/t/dbi.t
--- old/URI-db-0.18/t/dbi.t     2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/t/dbi.t     2018-07-19 17:14:53.000000000 +0200
@@ -388,6 +388,36 @@
         dbi => [ [EXAHOST => 'foo'], [EXAPORT => 123] ],
         qry => [ foo => 1, foo => 2, lol => 'yes', Driver => 'HPExasol' ],
     },
+    {
+        uri => 'db:snowflake:',
+        dsn => 'dbi:ODBC:',
+        dbi => [ [DSN => undef] ],
+        qry => [],
+    },
+    {
+        uri => 'db:snowflake:dbadmin',
+        dsn => 'dbi:ODBC:DSN=dbadmin',
+        dbi => [ [DSN => 'dbadmin'] ],
+        qry => [],
+    },
+    {
+        uri => 'db:snowflake://yow',
+        dsn => 'dbi:ODBC:Server=yow;Port=443',
+        dbi => [ [Server => 'yow'], [Port => 443], [Database => undef] ],
+        qry => [],
+    },
+    {
+        uri => 'db:snowflake://yow:33',
+        dsn => 'dbi:ODBC:Server=yow;Port=33',
+        dbi => [ [Server => 'yow'], [Port => 33], [Database => undef] ],
+        qry => [],
+    },
+    {
+        uri => 
'db:snowflake://foo:123/try?foo=1&foo=2&lol=yes&Driver=Snowflaker',
+        dsn => 
'dbi:ODBC:Server=foo;Port=123;Database=try;foo=1;foo=2;lol=yes;Driver=Snowflaker',
+        dbi => [ [Server => 'foo'], [Port => 123], [Database => 'try'] ],
+        qry => [ foo => 1, foo => 2, lol => 'yes', Driver => 'Snowflaker' ],
+    },
 ) {
     my $uri = $spec->{uri};
     ok my $u = URI->new($uri), "URI $uri";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-db-0.18/t/engines.t new/URI-db-0.19/t/engines.t
--- old/URI-db-0.18/t/engines.t 2017-11-03 16:02:00.000000000 +0100
+++ new/URI-db-0.19/t/engines.t 2018-07-19 17:14:53.000000000 +0200
@@ -48,6 +48,7 @@
     [ vertica    => 5433,  'vertica'   ],
     [ ldapdb     => undef, 'ldapdb'    ],
     [ exasol     => 8563,  'exasol'    ],
+    [ snowflake  => 443,   'snowflake' ],
 ) {
     my ($engine, $port, $canon) = @{ $spec };
     my $prefix = "db:$engine";


Reply via email to