[libdbd-odbc-perl] branch master updated (00d8867 -> 8a2cb44)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Fri Nov 29 05:21:21 UTC 2013


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

xguimard-guest pushed a change to branch master
in repository libdbd-odbc-perl.

      from  00d8867   Remove trailing whitespace
      adds  7046e47   Imported Upstream version 1.45
       new  8b07fd8   Merge tag 'upstream/1.45'
       new  572393e   Update debian/copyright years
       new  8a2cb44   Update d/ch (+version 1.45-1)

The 3 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                                  | 433 ++++++++++++++++++++-----------
 FAQ                                      |  32 +--
 MANIFEST                                 |   3 +
 META.yml                                 |   6 +-
 Makefile.PL                              |   2 +-
 ODBC.h                                   |   2 +-
 ODBC.pm                                  | 179 +++++++------
 ODBC.xs                                  |   2 +-
 README                                   |   4 +-
 README.RH9                               |   2 +-
 README.adabas                            |   2 +-
 README.af                                |   2 +-
 README.hpux                              |   2 +-
 README.informix                          |   2 +-
 README.osx                               |   2 +-
 README.sqlserver                         |   2 +-
 README.unicode                           |   2 +-
 README.windows                           |   2 +-
 TO_DO                                    |   2 +
 dbdimp.c                                 | 274 ++++++++++---------
 dbdimp.h                                 |   8 +-
 debian/changelog                         |   7 +
 debian/copyright                         |   2 +-
 examples/DbiTest.pl                      |   2 +-
 examples/DbiTest2.pl                     |   2 +-
 examples/backup_restore.pl               |   2 +-
 examples/big_result.pl                   |   2 +-
 examples/cancel_big_fetch.pl             |   2 +-
 examples/column_info.pl                  |  37 ++-
 examples/dml_counts.pl                   |   2 +-
 examples/driver_complete.pl              |   2 +-
 examples/enable_odbc_tracing.pl          |   2 +-
 examples/execute_for_fetch.pl            |   2 +-
 examples/getinfo.pl                      |   2 +-
 examples/identity.pl                     |   2 +-
 examples/joetest7.pl                     |   2 +-
 examples/leakcheck.pl                    |   2 +-
 examples/listtabs.pl                     |   2 +-
 examples/lob_read.pl                     |  48 ++--
 examples/longbin.pl                      |   2 +-
 examples/money_test.cgi                  |   2 +-
 examples/moreresults.pl                  |   2 +-
 examples/multiple_active_stmts.pl        |   2 +-
 examples/northwind.pl                    |   2 +-
 examples/odbc_diag.pl                    |   2 +-
 examples/params_in_error.pl              |   2 +-
 examples/perl-DBD-ODBC.spec              |  62 +++++
 examples/proctest1.pl                    |   2 +-
 examples/proctest2.pl                    |   2 +-
 examples/proctest3.pl                    |   2 +-
 examples/randombind.pl                   |   2 +-
 examples/set_nocount_on.pl               |   2 +-
 examples/sqlserver_supplementary_chrs.pl |   2 +-
 examples/sqltmptabs.pl                   |   2 +-
 examples/temp_table.pl                   |   2 +-
 examples/testPrc.sql                     |   2 +-
 examples/testclob.pl                     |   2 +-
 examples/testconn.pl                     |   2 +-
 examples/testcrtable.pl                  |   2 +-
 examples/testdatasources.pl              |   2 +-
 examples/testdestruction.pl              |   2 +-
 examples/testdisc.pl                     |   2 +-
 examples/testerrhandler.pl               |   2 +-
 examples/testfunc.pl                     |   2 +-
 examples/testgetinfo.pl                  |   2 +-
 examples/testigparams.pl                 |   2 +-
 examples/testinout.pl                    |   2 +-
 examples/testkeys.pl                     |   2 +-
 examples/testmoney.pl                    |   2 +-
 examples/testmulti.pl                    |   2 +-
 examples/testproc.pl                     |   2 +-
 examples/testproc2.pl                    |   2 +-
 examples/testproc3.pl                    |   2 +-
 examples/testproc4.pl                    |   2 +-
 examples/testspmulti.pl                  |   2 +-
 examples/testundef.pl                    |   2 +-
 examples/testundef2.pl                   |   2 +-
 examples/testundef3.pl                   |   2 +-
 examples/testver.pl                      |   2 +-
 examples/testxml.pl                      |   2 +-
 examples/thrtest.pl                      |   2 +-
 examples/timetest.pl                     |   2 +-
 examples/unicode_params.pl               |   2 +-
 examples/unicode_sql.pl                  |   2 +-
 t/01base.t                               |   2 +-
 t/02simple.t                             |  14 +-
 t/03dbatt.t                              |   2 +-
 t/05meth.t                               |   2 +-
 t/07bind.t                               |   2 +-
 t/08bind2.t                              |   2 +-
 t/09multi.t                              |   2 +-
 t/10handler.t                            |   2 +-
 t/12blob.t                               |   2 +-
 t/20SqlServer.t                          | 154 ++++++-----
 t/30Oracle.t                             |   2 +-
 t/40UnicodeRoundTrip.t                   |   0
 t/41Unicode.t                            |   0
 t/50_odbc_utf8_on.t                      |   2 +-
 t/70execute_array_dbi.t                  |   2 +-
 t/70execute_array_native.t               |   6 +-
 t/80_odbc_diags.t                        |   2 +-
 t/82_table_info.t                        | 147 +++++++++++
 t/87_odbc_lob_read.t                     | 109 ++++++++
 t/ExecuteArray.pm                        |  24 +-
 t/ODBCTEST.pm                            |  13 +-
 t/odbc_describe_parameter.t              |   2 +-
 t/pod.t                                  |   2 +-
 t/rt_38977.t                             |   2 +-
 t/rt_39841.t                             |   2 +-
 t/rt_39897.t                             |   2 +-
 t/rt_43384.t                             |   2 +-
 t/rt_46597.t                             |   2 +-
 t/rt_50852.t                             |   2 +-
 t/rt_57957.t                             |   0
 t/rt_61370.t                             |   2 +-
 t/rt_62033.t                             |   2 +-
 t/rt_63550.t                             |   2 +-
 t/rt_78838.t                             |   2 +-
 t/rt_79190.t                             |   4 +-
 t/rt_79397.t                             |   2 +-
 t/rt_81911.t                             |   2 +-
 t/rt_null_nvarchar.t                     |   2 +-
 t/sql_type_cast.t                        |  21 +-
 unicode_helper.c                         |   2 +-
 unicode_helper.h                         |   2 +-
 125 files changed, 1187 insertions(+), 600 deletions(-)
 mode change 100644 => 100755 examples/column_info.pl
 create mode 100644 examples/perl-DBD-ODBC.spec
 mode change 100755 => 100644 t/40UnicodeRoundTrip.t
 mode change 100755 => 100644 t/41Unicode.t
 mode change 100644 => 100755 t/70execute_array_native.t
 create mode 100644 t/82_table_info.t
 create mode 100644 t/87_odbc_lob_read.t
 mode change 100755 => 100644 t/rt_57957.t

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



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