[liburi-db-perl] branch master updated (80378e3 -> 428d124)

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


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

kanashiro-guest pushed a change to branch master
in repository liburi-db-perl.

      from  80378e3   releasing package liburi-db-perl version 0.15-2 to unstable
      adds  038ed6c   Init repo, start main files.
      adds  743e3ef   Implement basics with first tests.
      adds  138950c   Test many URI combinations.
      adds  bd21852   Add URI::postgresql.
      adds  dba02ff   Add MySQL.
      adds  94e331e   Add SQLite.
      adds  d3e8f9f   Add Oracle.
      adds  93a86c9   Add Cubrid.
      adds  4223972   Add Firebird.
      adds  6e1e1ef   Add SQL Server
      adds  a30855f   Add DB2.
      adds  b2a1b22   Add Ingres.
      adds  cafb342   Add Sybase.
      adds  aa0ad02   Add Informix.
      adds  9dc4d79   Let URI load the db classes.
      adds  c271de9   Add Teradata.
      adds  4d0243f   Add InterBase.
      adds  c33eeae   Add Unify.
      adds  63340d8   Add MongoDB.
      adds  1b46f7e   Add MonetDB.
      adds  44bf3bd   Add MaxDB.
      adds  1037153   Add Impala.
      adds  3fd8076   Add CouchDB.
      adds  c6ba18f   Add Hive.
      adds  4ffbb78   Add Cassandra.
      adds  acdadca   Add Derby.
      adds  abb129d   Add Vertica.
      adds  dfd4526   Add version.
      adds  dc878e0   Convert to an opaque URI starting with "db:".
      adds  cc3d5f6   Test handling of unrecognized engines.
      adds  8ed39c6   Spelling.
      adds  c92b4af   Add DBI DSN support.
      adds  4cccaa9   Add examples to docs and reference URI::QueryParam.
      adds  83d339d   Update email address.
      adds  6c122a9   Add username to a test.
      adds  62dff85   Add aliases for PostgreSQL.
      adds  1a57584   Add MarieaDB.
      adds  14d04c0   Test MariaDB and PostgreSQL alias DSNs.
      adds  cd60c7a   Handle full db path when host part with no host.
      adds  3185fe0   Add mssql.
      adds  8843da3   Document the format in the README.
      adds  a211736   Separate spec README from Perl readme.
      adds  1040681   Tweak some Pod examples.
      adds  5c995d2   Authority part requires host.
      adds  75b6758   Remove tests with authority part and no host.
      adds  c501ac6   Fix more borked authority examples.
      adds  0fdfa07   Disallow relative paths after authority parts.
      adds  c8fb417   Doc tweaks.
      adds  036a84e   Revert "Disallow relative paths after authority parts."
      adds  5332188   Okay, a path part actually may not begin with a slash.
      adds  2cc5c8d   Capitalization.
      adds  d804c3a   Allow authority without host.
      adds  0888062   Missing host implice localhost.
      adds  b85db1c   Tweak figure alignment.
      adds  f6f5723   Update Pod.
      adds  eac0b77   Require URI.
      adds  6fd31af   Allow assignment to dbname.
      adds  0f92aac   Add Travis CI config.
      adds  2b16ea5   Make the engine mutable.
      adds  eab8b3c   Document mutable accessors.
      adds  4bdf58e   I kant spel (thanks @timbunce).
      adds  554e3f5   Add missing link.
      adds  8db2bf6   Add URI::db::couch.
      adds  3a43aee   Just have couch inherit from couchdb.
      adds  6cbfe8f   Add maria, max, monet, mongo, and sqlite3 subclasses.
      adds  53fe77b   Only check spelling in the file with Pod.
      adds  9b9d70e   Plan once.
      adds  7877d6c   Cubrid default server port is 33000
      adds  0a3c29f   Update cubrid port in tests
      adds  32f171f   Create new base class _db.
      adds  9a1df18   Turn URI::db into a wrapper around a URI::_db object.
      adds  c082abf   Fix uninitialized value warning.
      adds  c0cfbdb   Add tests to ensure URIs without "db:" prefix work.
      adds  6d80acb   Add the `uri` method to _db.
      adds  cf32a85   Update docs, add fragment tests.
      adds  bf9bf7b   Allow the engine to be changed.
      adds  7bfd209   Tweak the setting of scheme and engine.
      adds  c19eab6   Add new_abs() and abs() to URI::db.
      adds  7ad79b5   Split engine tests into their own script.
      adds  8f6bfe3   Add new().
      adds  e356272   Add rel().
      adds  1007b19   Add eq().
      adds  7e6800f   Hard-code common accessors and methods.
      adds  50bc195   Shorten query example, add fragment.
      adds  4bc7097   Add note that some implementations may recognized non-db: URIs as database URIs.
      adds  a12d2bc   Add additional fragment docs, more notes on recognizing URIs without db:.
      adds  ee93ea8   Do not ship .travis.yml.
      adds  d178897   Move code to URI::Nested.
      adds  915ae35   Warning: Alpha release!
      adds  440cfc6   Timestamp v0.10.
      adds  0924508   Inrement to v0.11.
      adds  3781387   Pod tweaks.
      adds  52d4d5f   Generate a proper Oracle DSN when no host or port.
      adds  3a938d1   Use DBD::Sybase for SQL Sever instead of ODBC.
      adds  4b39ca2   Timestamp v0.11.
      adds  947acbe   Increment to v0.12.
      adds  33d5ef6   Eliminate "v-string in use/require non-portable" warning.
      adds  ab12ab3   Timestamp v0.12.
      adds  7b50886   Increment to v0.13.
      adds  2f0d5cb   Add subclasses for Postgres-XC.
      adds  5c8e3b4   Create a connector for DBD::LDAP
      adds  1966f4c   Add connector module
      adds  7c7e404   Add contributers section
      adds  2266c29   Update Changes file
      adds  429a5af   Add test for uri to dsn mapping
      adds  968a2bf   Add test for engine parameter behavior
      adds  87cef36   Add POD documentation
      adds  73b3d25   Update .travis.yml
      adds  a45a035   Merge pull request #3 from MidLifeXis/add_connector_for_dbd_ldap
      adds  602b86a   Note contribution of URI::ldapdb.
      adds  5b98d23   Spelling.
      adds  dcf6ae5   Timestamp v0.13.
      adds  701d0e0   Increment to v0.14.
      adds  0afb38a   Add abstract for URI::ldap.
      adds  1f9ee6f   Use ODBC with Vertica.
      adds  301dfdf   Always need the port for DSN-less ODBC.
      adds  bd5f490   Add badges.
      adds  b38a0dc   Timestamp v0.14.
      adds  1e3893d   Increment to v0.15.
      adds  b7375e8   Add canonical_engine().
      adds  e1e33b8   Timestamp v0.15.
      adds  3a68eeb   Increment to v0.16.
      adds  6b86b5a   Switch MS SQL Server to ODBC.
      adds  f6b4431   Add link to ruby-pg-url
      adds  cd65521   Fix dbname for URI with // but no authority.
      adds  de907c0   Timestamp v0.16.
      adds  c98c266   Imported Upstream version 0.16
       new  8e56b82   Merge tag 'upstream/0.16'
       new  80c14fa   Update debian/changelog
       new  895fb9e   Bump debhelper compatibility level to 9
       new  2776e14   Declare compliance with Debian policy 3.9.6
       new  428d124   Releasing liburi-db-perl version 0.16-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                          | 13 +++++++
 MANIFEST                         |  5 ++-
 META.json                        | 80 ++++++++++++++++++++--------------------
 META.yml                         | 80 ++++++++++++++++++++--------------------
 README                           |  2 +-
 README.md                        |  1 +
 debian/changelog                 |  9 +++++
 debian/compat                    |  2 +-
 debian/control                   |  4 +-
 lib/URI/_db.pm                   |  4 +-
 lib/URI/{vertica.pm => _odbc.pm} |  6 +--
 lib/URI/cassandra.pm             |  2 +-
 lib/URI/couch.pm                 |  2 +-
 lib/URI/couchdb.pm               |  2 +-
 lib/URI/cubrid.pm                |  2 +-
 lib/URI/db.pm                    |  4 +-
 lib/URI/db2.pm                   |  2 +-
 lib/URI/derby.pm                 |  2 +-
 lib/URI/firebird.pm              |  2 +-
 lib/URI/hive.pm                  |  2 +-
 lib/URI/impala.pm                |  2 +-
 lib/URI/informix.pm              |  2 +-
 lib/URI/ingres.pm                |  2 +-
 lib/URI/interbase.pm             |  2 +-
 lib/URI/ldapdb.pm                |  2 +-
 lib/URI/maria.pm                 |  2 +-
 lib/URI/mariadb.pm               |  2 +-
 lib/URI/max.pm                   |  2 +-
 lib/URI/maxdb.pm                 |  2 +-
 lib/URI/monet.pm                 |  2 +-
 lib/URI/monetdb.pm               |  2 +-
 lib/URI/mongo.pm                 |  2 +-
 lib/URI/mongodb.pm               |  2 +-
 lib/URI/mssql.pm                 |  7 +++-
 lib/URI/mysql.pm                 |  2 +-
 lib/URI/oracle.pm                |  2 +-
 lib/URI/pg.pm                    |  2 +-
 lib/URI/pgsql.pm                 |  2 +-
 lib/URI/pgxc.pm                  |  2 +-
 lib/URI/postgres.pm              |  2 +-
 lib/URI/postgresql.pm            |  2 +-
 lib/URI/postgresxc.pm            |  2 +-
 lib/URI/sqlite.pm                |  2 +-
 lib/URI/sqlite3.pm               |  2 +-
 lib/URI/sqlserver.pm             |  9 +----
 lib/URI/sybase.pm                |  2 +-
 lib/URI/teradata.pm              |  2 +-
 lib/URI/unify.pm                 |  2 +-
 lib/URI/vertica.pm               | 23 +-----------
 t/db.t                           | 19 +++++++++-
 t/dbi.t                          | 44 ++++++++++++++++++----
 t/engines.t                      |  8 ++--
 52 files changed, 218 insertions(+), 170 deletions(-)
 copy lib/URI/{vertica.pm => _odbc.pm} (88%)

-- 
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