[liburi-db-perl] branch master updated (025bf48 -> 98229d2)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Feb 4 15:32:09 UTC 2016


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  025bf48   update changelog
      adds  27c1d3a   Increment to v0.17.
      adds  05061bf   Switch mssql to ADO driver.
      adds  9ba2b48   Get driver switching woring in mssql.
      adds  66bcb53   Document support for driver names to dbi_dsn.
      adds  f75f750   Document dbi_dsn in URI::mssql.
      adds  6146039   Go back to ODBC as default myssql driver.
      adds  2a09bcc   Credit @drmuey.
      adds  9ed4c65   Note that ADO support is experimental.
      adds  51cc3ab   Merge branch 'ado'
      adds  a0360cc   mssql default DSN uses ODBC.
      adds  80a6873   Direct ADO feedback to issue #11.
      adds  918c5a7   Test on Perl 5.22 & 5.23.
      adds  0d7bb2a   Drop 5.23 tests.
      adds  2104614   Timestamp v0.17.
      adds  25d2b39   Imported Upstream version 0.17
       new  0870bd7   Merge tag 'upstream/0.17'
       new  30c2b37   Update debian/changelog
       new  2155f46   Declare compliance with Debian policy 3.9.7
       new  98229d2   Releasing liburi-db-perl version 0.17-1

The 4 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               | 11 ++++++++
 MANIFEST              |  5 ++--
 META.json             | 78 +++++++++++++++++++++++++--------------------------
 META.yml              | 78 +++++++++++++++++++++++++--------------------------
 README                |  2 +-
 debian/changelog      | 11 ++++++--
 debian/control        |  2 +-
 lib/URI/_ado.pm       |  5 ++++
 lib/URI/_db.pm        |  2 +-
 lib/URI/_odbc.pm      |  2 +-
 lib/URI/cassandra.pm  |  2 +-
 lib/URI/couch.pm      |  2 +-
 lib/URI/couchdb.pm    |  2 +-
 lib/URI/cubrid.pm     |  2 +-
 lib/URI/db.pm         | 10 ++++---
 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     |  8 +++---
 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      | 46 +++++++++++++++++++++++++++++-
 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  |  2 +-
 lib/URI/sybase.pm     |  2 +-
 lib/URI/teradata.pm   |  2 +-
 lib/URI/unify.pm      |  2 +-
 lib/URI/vertica.pm    |  2 +-
 t/dbi.t               | 32 +++++++++++++++++++++
 49 files changed, 232 insertions(+), 130 deletions(-)
 create mode 100644 lib/URI/_ado.pm

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