The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.16 - 2015-09-22

  • Added new abstract class, URI::_odbc, for URIs that use ODBC in `dbi_dsn`.
  • The `dbi_dsn` method of URI::mssql now returns an ODBC DSN instead of DBD::Sybase, since the latter would require Sybase to build.
  • URI::sqlserver now inherits from URI::mssql rather than the other way around.
  • Fixed a bug where a URI with three slashes but no authority part after the first two would incorrectly think the databse name should be an absolute path. That is, in "db:sqlite:///foo.db", the `dbname` value is "foo.db", not "/foo.db". Thanks to Dan Book for the report (issue #8).

Modules

Database URIs
LDAP database URI

Provides

in lib/URI/cassandra.pm
in lib/URI/couch.pm
in lib/URI/couchdb.pm
in lib/URI/cubrid.pm
in lib/URI/db2.pm
in lib/URI/derby.pm
in lib/URI/firebird.pm
in lib/URI/hive.pm
in lib/URI/impala.pm
in lib/URI/informix.pm
in lib/URI/ingres.pm
in lib/URI/interbase.pm
in lib/URI/maria.pm
in lib/URI/mariadb.pm
in lib/URI/max.pm
in lib/URI/maxdb.pm
in lib/URI/monet.pm
in lib/URI/monetdb.pm
in lib/URI/mongo.pm
in lib/URI/mongodb.pm
in lib/URI/mssql.pm
in lib/URI/mysql.pm
in lib/URI/oracle.pm
in lib/URI/pg.pm
in lib/URI/pgsql.pm
in lib/URI/pgxc.pm
in lib/URI/postgres.pm
in lib/URI/postgresql.pm
in lib/URI/postgresxc.pm
in lib/URI/sqlite.pm
in lib/URI/sqlite3.pm
in lib/URI/sqlserver.pm
in lib/URI/sybase.pm
in lib/URI/teradata.pm
in lib/URI/unify.pm
in lib/URI/vertica.pm