[perl5-dbi/dbi] e29af9: Skip unicode PrintError/RaiseError test for perl <...

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: e29af98d70647b46f71baf481b54f07b11e5ca14
  
https://github.com/perl5-dbi/dbi/commit/e29af98d70647b46f71baf481b54f07b11e5ca14
  Author: Tim Bunce 
  Date:   2016-04-23 (Sat, 23 Apr 2016)

  Changed paths:
M t/91_store_warning.t

  Log Message:
  ---
  Skip unicode PrintError/RaiseError test for perl < 5.14


  Commit: 103ac3262000354837ffc0badfb0d8a05ead30d5
  
https://github.com/perl5-dbi/dbi/commit/103ac3262000354837ffc0badfb0d8a05ead30d5
  Author: Tim Bunce 
  Date:   2016-04-23 (Sat, 23 Apr 2016)

  Changed paths:
M DBI.xs

  Log Message:
  ---
  Avoid compile-time error for unicode support in old perls


  Commit: d8a2319330a8582c841e66b34e3c1c882a799e2e
  
https://github.com/perl5-dbi/dbi/commit/d8a2319330a8582c841e66b34e3c1c882a799e2e
  Author: Tim Bunce 
  Date:   2016-04-23 (Sat, 23 Apr 2016)

  Changed paths:
M DBI.xs

  Log Message:
  ---
  Avoid risk of segv during global destruction


Compare: https://github.com/perl5-dbi/dbi/compare/7af2dd71efc5...d8a2319330a8

[perl5-dbi/dbi] 7af2dd: Remove trailing ; in statements before parsing

2016-04-23 Thread H.Merijn Brand - Tux
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 7af2dd71efc5ceed3a542a3dca839c8b6732005b
  
https://github.com/perl5-dbi/dbi/commit/7af2dd71efc5ceed3a542a3dca839c8b6732005b
  Author: H.Merijn Brand - Tux 
  Date:   2016-04-23 (Sat, 23 Apr 2016)

  Changed paths:
M Changes
M lib/DBI/SQL/Nano.pm

  Log Message:
  ---
  Remove trailing ; in statements before parsing

https://github.com/perl5-dbi/DBD-CSV/issues/2

https://metacpan.org/pod/DBI#prepare

Some command-line SQL tools use statement terminators, like a semicolon,
to indicate the end of a statement. Such terminators should not normally
be used with the DBI.




[perl5-dbi/dbi] df9b14: Fix cases where ShowErrorStatement might not show ...

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: df9b142f13831f4b8e6970492c6d6d4fa0ac311e
  
https://github.com/perl5-dbi/dbi/commit/df9b142f13831f4b8e6970492c6d6d4fa0ac311e
  Author: Tim Bunce 
  Date:   2016-04-23 (Sat, 23 Apr 2016)

  Changed paths:
M Changes
M DBI.xs

  Log Message:
  ---
  Fix cases where ShowErrorStatement might not show correct Statement

Also add trace log for set_err_sv when HandleSetErr isn't set




[perl5-dbi/dbi] 3fe737: Update Changes to reflect recent changes

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 3fe737da7227fa5ece595eedde53a360f902f03e
  
https://github.com/perl5-dbi/dbi/commit/3fe737da7227fa5ece595eedde53a360f902f03e
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M Changes

  Log Message:
  ---
  Update Changes to reflect recent changes




[perl5-dbi/dbi] bdde51: Remove non-ASCI character in pod.

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: bdde51fd0a93d966501c830028abe0b2be46d5f1
  
https://github.com/perl5-dbi/dbi/commit/bdde51fd0a93d966501c830028abe0b2be46d5f1
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M DBI.pm

  Log Message:
  ---
  Remove non-ASCI character in pod.




[perl5-dbi/dbi] c8ed89: Update Changes

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: c8ed899d3961dd8eb230dea32f6a19a357bc6659
  
https://github.com/perl5-dbi/dbi/commit/c8ed899d3961dd8eb230dea32f6a19a357bc6659
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M Changes

  Log Message:
  ---
  Update Changes




[perl5-dbi/dbi] 156412: Update Changes to reflect recent changes

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 15641290dcf4eb586f03860115dcc7309bc0af54
  
https://github.com/perl5-dbi/dbi/commit/15641290dcf4eb586f03860115dcc7309bc0af54
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M Changes

  Log Message:
  ---
  Update Changes to reflect recent changes


  Commit: 71802a1e9968c16d00c83b5431d349535abafe12
  
https://github.com/perl5-dbi/dbi/commit/71802a1e9968c16d00c83b5431d349535abafe12
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M Changes
M DBI.xs

  Log Message:
  ---
  Fixed "panic: attempt to copy freed scalar" upon commit() or rollback()

Switched call_method("STORE", G_DISCARD); to use G_VOID.
Also switched two other call_method's (finish & DESTROY) from G_DISCARD to 
G_VOID.


Compare: https://github.com/perl5-dbi/dbi/compare/3fe737da7227...71802a1e9968

[perl5-dbi/dbi] f6b4aa: Removed the ancient DBI::FAQ module RT#102714

2016-04-23 Thread Tim Bunce
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: f6b4aa514c74082cfeefd79dc53165624425407c
  
https://github.com/perl5-dbi/dbi/commit/f6b4aa514c74082cfeefd79dc53165624425407c
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M Changes
R lib/DBI/FAQ.pm

  Log Message:
  ---
  Removed the ancient DBI::FAQ module RT#102714


  Commit: 35b21183d7c63556b3d7e1ad0c4afcae9f5be331
  
https://github.com/perl5-dbi/dbi/commit/35b21183d7c63556b3d7e1ad0c4afcae9f5be331
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M Changes
M t/pod.t

  Log Message:
  ---
  Fixed t/pod.t to require Test::Pod >= 1.41 RT#101769


  Commit: c42a57961a74b210ae9466db2ee0aefb6d7ac2ff
  
https://github.com/perl5-dbi/dbi/commit/c42a57961a74b210ae9466db2ee0aefb6d7ac2ff
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M dbipport.h

  Log Message:
  ---
  Update dbipport.h from ppport.h 3.20 to 3.32


  Commit: cd4eb34c296c5b81905c44b74b097b3618d66249
  
https://github.com/perl5-dbi/dbi/commit/cd4eb34c296c5b81905c44b74b097b3618d66249
  Author: Tim Bunce 
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
M DBI.xs
M t/91_store_warning.t

  Log Message:
  ---
  Report PrintError/RaiseError via warn_sv/croak_sv for UTF-8. RT#102404


Compare: https://github.com/perl5-dbi/dbi/compare/71802a1e9968...cd4eb34c296c