[perl5-dbi/dbi] b2fba6: Add test case for RT#89015 - cannot record a warni...

2015-07-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: b2fba6adcb86d3e4f91f684253dce1b29be86211
  
https://github.com/perl5-dbi/dbi/commit/b2fba6adcb86d3e4f91f684253dce1b29be86211
  Author: Martin J. Evans 
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
M Changes
M lib/DBD/NullP.pm
A t/91_store_warning.t

  Log Message:
  ---
  Add test case for RT#89015 - cannot record a warning in STORE method


  Commit: d4b402beb70db2ac90fb8de1c00eafb9cda136f6
  
https://github.com/perl5-dbi/dbi/commit/d4b402beb70db2ac90fb8de1c00eafb9cda136f6
  Author: Martin J. Evans 
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
M lib/DBD/NullP.pm
M t/91_store_warning.t

  Log Message:
  ---
  Change test for rt#89015 to use the value passed to STORE


  Commit: ac1e47caa27e61c740698827813e01d6e6055dd2
  
https://github.com/perl5-dbi/dbi/commit/ac1e47caa27e61c740698827813e01d6e6055dd2
  Author: Martin J. Evans 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
A .gdbinit
M .gitignore
M .travis.yml
M Changes
M DBI.pm
M DBI.xs
M Driver.xst
A LICENSE
M Makefile.PL
M dbd_xsh.h
M lib/Bundle/DBI.pm
M lib/DBD/ExampleP.pm
M lib/DBD/File.pm
M lib/DBD/Gofer.pm
M lib/DBD/Multiplex.pm
M lib/DBD/NullP.pm
M lib/DBD/Proxy.pm
M lib/DBD/Sponge.pm
M lib/DBI/Const/GetInfo/ANSI.pm
M lib/DBI/Const/GetInfo/ODBC.pm
M lib/DBI/DBD.pm
M lib/DBI/DBD/Metadata.pm
M lib/DBI/DBD/SqlEngine.pm
M lib/DBI/DBD/SqlEngine/HowTo.pod
M lib/DBI/FAQ.pm
M lib/DBI/Profile.pm
M lib/DBI/ProxyServer.pm
M lib/DBI/PurePerl.pm
M lib/Win32/DBIODBC.pm
M t/06attrs.t
M t/08keeperr.t
M t/10examp.t
M t/19fhtrace.t
M t/31methcache.t
M t/35thrclone.t
M t/40profile.t
M t/42prof_data.t
M t/49dbd_file.t
A t/53sqlengine_adv.t
M t/70callbacks.t

  Log Message:
  ---
  merge conflicts and get upto date with upstream


  Commit: bc297ab947b30a02308cb2f4bcbfd60c39cf9361
  
https://github.com/perl5-dbi/dbi/commit/bc297ab947b30a02308cb2f4bcbfd60c39cf9361
  Author: Martin J. Evans 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M dbd_xsh.h
M t/91_store_warning.t

  Log Message:
  ---
  Add 91_store_warning.t test for rt89015


  Commit: 9806e8d1c2a657646a98afb27bf7765129d265cb
  
https://github.com/perl5-dbi/dbi/commit/9806e8d1c2a657646a98afb27bf7765129d265cb
  Author: Martin J. Evans 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M DBI.pm
M lib/DBD/NullP.pm
M t/10examp.t

  Log Message:
  ---
  Fix quote_identifier when passed ('catalog',undef,undef) and add tests for 
special tables calls


  Commit: 80b92d238db412f3426280a6e810e106ab6d9cfe
  
https://github.com/perl5-dbi/dbi/commit/80b92d238db412f3426280a6e810e106ab6d9cfe
  Author: Martin J. Evans 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M Changes

  Log Message:
  ---
  update changes for quote_indentifier and NullP change


  Commit: bd78e39c884a76cdf79c76c65bd954d369c8b67f
  
https://github.com/perl5-dbi/dbi/commit/bd78e39c884a76cdf79c76c65bd954d369c8b67f
  Author: Tim Bunce 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M Changes
A t/91_store_warning.t

  Log Message:
  ---
  Added test case 91_store_warning.t to illustrate rt#89015 [Martin J. Evans]


  Commit: 15635ebb4b9652fb72f3e97a330575cc8e89b3f5
  
https://github.com/perl5-dbi/dbi/commit/15635ebb4b9652fb72f3e97a330575cc8e89b3f5
  Author: Tim Bunce 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M Changes
M DBI.pm
M lib/DBD/NullP.pm
M t/10examp.t

  Log Message:
  ---
  Fixed quote_identifier trailing separator when there was only a catalog 
(Martin J. Evans)

Also minor fix to DBD::NullP in fetchrow_arrayref which was calling _set_fbav 
incorrectly (Martin J. Evans)


  Commit: 9182df37ebfa1183bbcbdab5e37530b6a72bf2ea
  
https://github.com/perl5-dbi/dbi/commit/9182df37ebfa1183bbcbdab5e37530b6a72bf2ea
  Author: Tim Bunce 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M Changes
M DBI.pm

  Log Message:
  ---
  Bunp version to 1.633_92 and tweak Changes


Compare: https://github.com/perl5-dbi/dbi/compare/f83d7963b2fd...9182df37ebfa

[perl5-dbi/dbi]

2015-07-23 Thread timbunce
  Branch: refs/tags/1.633_92
  Home:   https://github.com/perl5-dbi/dbi


[perl5-dbi/dbi] 34a687: Revert "Change return type of dbd_st_execute, dbd_...

2015-07-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 34a687654da157db5871065893e18ac2826b3c35
  
https://github.com/perl5-dbi/dbi/commit/34a687654da157db5871065893e18ac2826b3c35
  Author: Tim Bunce 
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
M dbd_xsh.h

  Log Message:
  ---
  Revert "Change return type of dbd_st_execute, dbd_st_rows, and dbd_db_do4 
from int to IV"

This reverts commit 7b5a1d831740bdd121b301352e7b566e40181fa8.


  Commit: f83d7963b2fda52fd4fa3868c6c8717fabf28eb3
  
https://github.com/perl5-dbi/dbi/commit/f83d7963b2fda52fd4fa3868c6c8717fabf28eb3
  Author: Tim Bunce 
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M Driver.xst
M Perl.xs
M dbd_xsh.h
M lib/DBI/DBD.pm

  Log Message:
  ---
  Add dbd_db_do4_iv, dbd_st_rows_iv, dbd_st_execute_iv


Compare: https://github.com/perl5-dbi/dbi/compare/db4daeb3611f...f83d7963b2fd