SHA256
8
0
forked from pool/perl-URI-db
Files
perl-URI-db/perl-URI-db.changes

26 lines
1.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Sep 22 09:42:33 UTC 2015 - coolo@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-URI-db/Changes
0.16 2015-09-22T00:17:07Z
- 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).
-------------------------------------------------------------------
Tue Apr 14 18:53:32 UTC 2015 - coolo@suse.com
- initial package $version
* created by $NAME $VERSION