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

gregoa pushed a change to branch master
in repository libdbi-perl.

      from  315074f   releasing package libdbi-perl version 1.633-1
      adds  3bf1c1a   fix method name verification to support numbers
      adds  0be053d   introduce new_sql_engine_meta to PurePerl DBD's
      adds  71dc73b   Merge pull request #19 from rehsack/master
      adds  489e67f   allow special table classes in meta
      adds  db55026   add a test-case showing PoC of new_sql_engine_meta
      adds  706609e   reflect Changes
      adds  ff0d294   Enable strictures on all lib/ files
      adds  e4e0a38   Merge pull request #22 from jluis/cpanprjluis2
      adds  2d4aa9f   add a license file
      adds  f0f6003   Merge pull request #21 from jluis/cpanprjluis
      adds  23a218e   Correct xref to Placeholders section, remove quotes from 
xrefs
      adds  9696106   Remove some stray trailing whitespace and needless comment
      adds  7acd82b   Add Memory Leaks section to the DBI docs
      adds  563a178   Remove redundant keys() call in fetchall_arrayref with 
hash slice
      adds  8ac7dae   Merge pull request #24 from 
ilmari/remove-redundant-keys-call
      adds  c5c1dd2   s/ can be done simple / can be done simply /
      adds  5aaf174   Merge pull request #25 from 1nickt/patch-1
      adds  4a3aa00   Remove redundant double initialization of $imp_data_size 
(from #22)
      adds  cc8ea78   Update LICENSE with "as perl itself" verbiage.
      adds  4e32a83   Update Changes for DBI 1.634
      adds  29f6b9b   Improve handling of row count on 32bit int systems, add 
sanity check warn
      adds  397c1be   Update Changes. Bump version 1.633_91
      adds  7b5a1d8   Change return type of dbd_st_execute, dbd_st_rows, and 
dbd_db_do4 from int to IV
      adds  db4daeb   Added support for tables('', '', '', '%') special case 
(Martin J. Evans)
      adds  34a6876   Revert "Change return type of dbd_st_execute, 
dbd_st_rows, and dbd_db_do4 from int to IV"
      adds  f83d796   Add dbd_db_do4_iv, dbd_st_rows_iv, dbd_st_execute_iv
      adds  b2fba6a   Add test case for RT#89015 - cannot record a warning in 
STORE method
      adds  d4b402b   Change test for rt#89015 to use the value passed to STORE
      adds  ac1e47c   merge conflicts and get upto date with upstream
      adds  bc297ab   Add 91_store_warning.t test for rt89015
      adds  bd78e39   Added test case 91_store_warning.t to illustrate rt#89015 
[Martin J. Evans]
      adds  9806e8d   Fix quote_identifier when passed ('catalog',undef,undef) 
and add tests for special tables calls
      adds  80b92d2   update changes for quote_indentifier and NullP change
      adds  15635eb   Fixed quote_identifier trailing separator when there was 
only a catalog (Martin J. Evans)
      adds  9182df3   Bunp version to 1.633_92 and tweak Changes
      adds  e2ec3a3   Rework support for 64bit row counts to rely on macros 
only. Bump to 1.633_93
      adds  c01588c   Fix typo in Changes and clarify the wording a little.
      adds  6933f27   Update Changes. Bump version to 1.634
      adds  f0bd2eb   Imported Upstream version 1.634
       new  d37cab8   Merge tag 'upstream/1.634'
       new  533e09f   Update debian/changelog
       new  4c716a5   Update fix-spelling.patch.
       new  b64668c   releasing package libdbi-perl version 1.634-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                           | 20 +++++++++++++
 DBI.pm                            | 57 +++++++++++++++++++++++++----------
 DBI.xs                            |  6 ++--
 Driver.xst                        | 30 +++++++++++++++----
 META.json                         |  5 ++--
 META.yml                          |  5 ++--
 Perl.xs                           |  2 +-
 dbd_xsh.h                         |  7 +++--
 debian/changelog                  |  7 +++++
 debian/patches/fix-spelling.patch | 63 ++++++++++++++++++++++++++++++++++++---
 lib/Bundle/DBI.pm                 |  1 +
 lib/DBD/ExampleP.pm               |  4 +++
 lib/DBD/File.pm                   |  2 ++
 lib/DBD/NullP.pm                  | 53 +++++++++++++++++++++++++++-----
 lib/DBD/Sponge.pm                 |  9 +++---
 lib/DBI/Const/GetInfo/ANSI.pm     |  3 ++
 lib/DBI/Const/GetInfo/ODBC.pm     |  3 +-
 lib/DBI/DBD.pm                    | 24 +++++++++++----
 lib/DBI/DBD/Metadata.pm           | 10 +++----
 lib/DBI/DBD/SqlEngine.pm          | 53 +++++++++++++++++++++++++++-----
 lib/DBI/DBD/SqlEngine/HowTo.pod   |  8 ++---
 lib/DBI/FAQ.pm                    |  1 +
 lib/Win32/DBIODBC.pm              |  2 +-
 t/10examp.t                       | 49 +++++++++++++++++++++++-------
 t/49dbd_file.t                    | 10 ++++++-
 25 files changed, 352 insertions(+), 82 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to