[liburi-db-perl] annotated tag upstream/0.16 created (now 7a2d768)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Oct 6 20:17:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/0.16
in repository liburi-db-perl.

        at  7a2d768   (tag)
   tagging  c98c266cd63016494931c1f834aebc944ca8acfd (commit)
  replaces  upstream/0.15
 tagged by  Lucas Kanashiro
        on  Tue Oct 6 17:05:14 2015 -0300

- Log -----------------------------------------------------------------
Upstream version 0.16
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJWFCl6AAoJEPgjonKYg8l8U5EP/2jhS2mssMjIAzs29/VQcv/B
6KePtJLxCrqNHQn6VjfMV/Uz3sdmHm2DiTP7pQKL88iXhdoW+Taqeg2PYhYxNXZB
dn14GK6f+CcoKRbLiMireLBzjLOMT0z17xRkGlgzlwUa0ieil9uYkRx2tIMDYExI
tXqSTupW2irWDBNP5VX5B8J5kVivIgxZjMGgSM7dJGIoK1PhegJ9WmbD6HKgNieI
58gumkLemSMRKNWsNSmKjzpn2mtwetIPwMJA/Wh18os0a/6rENs/Dda/tZD0LQ9Q
inVuZzLK4jokcwaraFqlzRlU5Um4zFl4I8pxJe8fNgzCzKDNaZUOfwnW00AOM+Iq
nXEeMS3ZVID/nYdyM7vPvm+1vcNkXaVEas/PhgQ9UjESXi/kp0i0eD0PUBgA+CJm
y/XGUaaTTvTk0VEahOuPG8fbeimkfv340sHZVAHVGJG4LR5lTEJsDjKy6URQExGf
vUqAXYtr96BrohFNbR7UNq405sM5oGFMcFygIL7T64kRiolJpihLuf33wu5cukXA
LVgxGcFpdSo8jLynZvFkXuEKpNCvdRUgB7btvKRnlHofriKEDMJPiMA1ZyxpzmSN
5qwS4Lc/FTnDZJSDd/IrcktHVqAlIjeG6tFQNkTCcvvsUiTpNvbUzXnn1R54M3BK
m2Y2rLK36PmIWUiccVuH
=SZa0
-----END PGP SIGNATURE-----

Brian T. Wightman (7):
      Create a connector for DBD::LDAP
      Add connector module
      Add contributers section
      Update Changes file
      Add test for uri to dsn mapping
      Add test for engine parameter behavior
      Add POD documentation

Brian Wightman (1):
      Update .travis.yml

David E. Wheeler (115):
      Init repo, start main files.
      Implement basics with first tests.
      Test many URI combinations.
      Add URI::postgresql.
      Add MySQL.
      Add SQLite.
      Add Oracle.
      Add Cubrid.
      Add Firebird.
      Add SQL Server
      Add DB2.
      Add Ingres.
      Add Sybase.
      Add Informix.
      Let URI load the db classes.
      Add Teradata.
      Add InterBase.
      Add Unify.
      Add MongoDB.
      Add MonetDB.
      Add MaxDB.
      Add Impala.
      Add CouchDB.
      Add Hive.
      Add Cassandra.
      Add Derby.
      Add Vertica.
      Add version.
      Convert to an opaque URI starting with "db:".
      Test handling of unrecognized engines.
      Spelling.
      Add DBI DSN support.
      Add examples to docs and reference URI::QueryParam.
      Update email address.
      Add username to a test.
      Add aliases for PostgreSQL.
      Add MarieaDB.
      Test MariaDB and PostgreSQL alias DSNs.
      Handle full db path when host part with no host.
      Add mssql.
      Document the format in the README.
      Separate spec README from Perl readme.
      Tweak some Pod examples.
      Authority part requires host.
      Remove tests with authority part and no host.
      Fix more borked authority examples.
      Disallow relative paths after authority parts.
      Doc tweaks.
      Revert "Disallow relative paths after authority parts."
      Okay, a path part actually may not begin with a slash.
      Capitalization.
      Allow authority without host.
      Missing host implice localhost.
      Tweak figure alignment.
      Update Pod.
      Require URI.
      Allow assignment to dbname.
      Add Travis CI config.
      Make the engine mutable.
      Document mutable accessors.
      I kant spel (thanks @timbunce).
      Add missing link.
      Add URI::db::couch.
      Just have couch inherit from couchdb.
      Add maria, max, monet, mongo, and sqlite3 subclasses.
      Only check spelling in the file with Pod.
      Plan once.
      Create new base class _db.
      Turn URI::db into a wrapper around a URI::_db object.
      Fix uninitialized value warning.
      Add tests to ensure URIs without "db:" prefix work.
      Add the `uri` method to _db.
      Update docs, add fragment tests.
      Allow the engine to be changed.
      Tweak the setting of scheme and engine.
      Add new_abs() and abs() to URI::db.
      Split engine tests into their own script.
      Add new().
      Add rel().
      Add eq().
      Hard-code common accessors and methods.
      Shorten query example, add fragment.
      Add note that some implementations may recognized non-db: URIs as database URIs.
      Add additional fragment docs, more notes on recognizing URIs without db:.
      Do not ship .travis.yml.
      Move code to URI::Nested.
      Warning: Alpha release!
      Timestamp v0.10.
      Inrement to v0.11.
      Pod tweaks.
      Generate a proper Oracle DSN when no host or port.
      Use DBD::Sybase for SQL Sever instead of ODBC.
      Timestamp v0.11.
      Increment to v0.12.
      Eliminate "v-string in use/require non-portable" warning.
      Timestamp v0.12.
      Increment to v0.13.
      Add subclasses for Postgres-XC.
      Merge pull request #3 from MidLifeXis/add_connector_for_dbd_ldap
      Note contribution of URI::ldapdb.
      Spelling.
      Timestamp v0.13.
      Increment to v0.14.
      Add abstract for URI::ldap.
      Use ODBC with Vertica.
      Always need the port for DSN-less ODBC.
      Add badges.
      Timestamp v0.14.
      Increment to v0.15.
      Add canonical_engine().
      Timestamp v0.15.
      Increment to v0.16.
      Switch MS SQL Server to ODBC.
      Fix dbname for URI with // but no authority.
      Timestamp v0.16.

Eric Radman (1):
      Add link to ruby-pg-url

Lucas Kanashiro (1):
      Imported Upstream version 0.16

Stefan Suciu (2):
      Cubrid default server port is 33000
      Update cubrid port in tests

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liburi-db-perl.git



More information about the Pkg-perl-cvs-commits mailing list