Tux (H.Merijn Brand) is now admin for the perl5-dbi org

2024-08-11 Thread Tim Bunce
Hello. I have not been engaged with DBI maintenance, or indeed Perl, for a few years now. I have quietly slipped away, and that's been just fine. I have also quietly forgotten much of the technical details, so I'm unlikely to be effective at PR reviews etc. To help get out of the way of new rele

Re: Future of support for older Perl versions in DBI

2020-09-20 Thread Tim Bunce
On Sat, Sep 19, 2020 at 11:46:57PM -0700, Darren Duncan wrote: > Question: > > Are there any plans to sunset support for older Perl versions such as 5.8.x > in DBI in the foreseeable future or is the plan to continue to support > 5.8.1+ indefinitely until something unforeseen thing prevents it? T

Re: [USN-4503-1] Perl DBI module vulnerability

2020-09-17 Thread Tim Bunce
> I've not seen much (any?) traffic on this list recently. Is this list still > alive? The DBI is very, um, stable. > Is there a new release of DBI with the fix in place that I missed? Yes, 1.643. It's not made very clear though. CVE-2020-14392

[perl5-dbi/dbi] d44af1: Add date to DBI 1.643 notes in Changes

2020-01-31 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: d44af130dbfa7e6e07b2553c056ae7357ea70caa https://github.com/perl5-dbi/dbi/commit/d44af130dbfa7e6e07b2553c056ae7357ea70caa Author: Tim Bunce Date: 2020-01-31 (Fri, 31 Jan 2020) Changed paths: M

[perl5-dbi/dbi]

2020-01-31 Thread Tim Bunce
Branch: refs/tags/1.643 Home: https://github.com/perl5-dbi/dbi

[perl5-dbi/dbi] 4a68c5: Bump VERSION to 1.643

2020-01-31 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 4a68c5a79ab859b6308dd742ac2d2416e3d0dd92 https://github.com/perl5-dbi/dbi/commit/4a68c5a79ab859b6308dd742ac2d2416e3d0dd92 Author: Tim Bunce Date: 2020-01-31 (Fri, 31 Jan 2020) Changed paths: M

[perl5-dbi/dbi] ef0190: Update Changes. Convert encoding from ISO8859-1 to...

2020-01-26 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: ef019035159a9a695db5e8d49298aea8b137d635 https://github.com/perl5-dbi/dbi/commit/ef019035159a9a695db5e8d49298aea8b137d635 Author: Tim Bunce Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M

[perl5-dbi/dbi] eca7d7: Fix a NULL profile dereference in dbi_profile()

2019-08-24 Thread Tim Bunce
https://github.com/perl5-dbi/dbi/commit/9c9dd0722e9a208a701bb47fd198679b11512206 Author: Tim Bunce Date: 2019-08-22 (Thu, 22 Aug 2019) Changed paths: M DBI.xs Log Message: --- Merge pull request #84 from ppisar/dbi_profile_null_profile Fix a NULL profile dereference

[perl5-dbi/dbi] ea99b6: Fix memory corruption in XS functions when Perl st...

2019-08-24 Thread Tim Bunce
Commit: 2c335f308ee25ee811d386f04929c614302de4c9 https://github.com/perl5-dbi/dbi/commit/2c335f308ee25ee811d386f04929c614302de4c9 Author: Tim Bunce Date: 2019-08-22 (Thu, 22 Aug 2019) Changed paths: M DBI.xs M Driver.xst Log Message: --- Merge pull request #85 from pali/master Fix memory corru

[perl5-dbi/dbi] 36f2a2: Fix a buffer overlfow on an overlong DBD class name

2019-08-01 Thread Tim Bunce
d (core dumped) https://rt.cpan.org/Ticket/Display.html?id=130191 Commit: eaf547a5696b8530b597f82dbb094ff1e3f6713d https://github.com/perl5-dbi/dbi/commit/eaf547a5696b8530b597f82dbb094ff1e3f6713d Author: Tim Bunce Date: 2019-08-01 (Thu, 01 Aug 2019) Changed paths: M DBI.

[perl5-dbi/dbi] ba16b2: Correct argument names of XS preparse()

2019-07-30 Thread Tim Bunce
, statement, ps_accept, ps_return, foo=Nullch) SV *dbh This patch corrects the discrepancy. Commit: a0e17557590fd913611d8c79a8879b31e42032e4 https://github.com/perl5-dbi/dbi/commit/a0e17557590fd913611d8c79a8879b31e42032e4 Author: Tim Bunce Date: 2019-07-27 (Sat, 27 Jul 2019

[perl5-dbi/dbi] 517b1a: Introduce select and do wrappers earlier

2019-07-26 Thread Tim Bunce
DBI.pm Log Message: --- Introduce select and do wrappers earlier Commit: 11b9b87e4f256c7091665103d70efbe904ea39fb https://github.com/perl5-dbi/dbi/commit/11b9b87e4f256c7091665103d70efbe904ea39fb Author: Tim Bunce Date: 2019-07-26 (Fri, 26 Jul 2019) Changed paths

[perl5-dbi/dbi] 00e2ec: Mark old API functions which overflow or are affec...

2019-07-26 Thread Tim Bunce
dbd_xsh.h Log Message: --- Mark old API functions which overflow or are affected by Perl's The Unicode Bug as deprecated Commit: d58bcc98c7f9a413058b4dec2803b16342d3850f https://github.com/perl5-dbi/dbi/commit/d58bcc98c7f9a413058b4dec2803b16342d3850f Author: Tim Bunce

[perl5-dbi/dbi] b5a144: Fix calling newSV() in malloc_using_sv()

2019-07-26 Thread Tim Bunce
). Commit: abbcc3bcb649173ede8e1d407e852d7d51ce9e6e https://github.com/perl5-dbi/dbi/commit/abbcc3bcb649173ede8e1d407e852d7d51ce9e6e Author: Tim Bunce Date: 2019-07-26 (Fri, 26 Jul 2019) Changed paths: M DBI.xs Log Message: --- Merge pull request #81 from pali/newSV

[perl5-dbi/dbi] 598f17: Add new attribute RaiseWarn

2019-04-30 Thread Tim Bunce
exceptions rather then simply printing them. It is off by default. Similar to attribute RaiseError. Commit: 073e9ae2a7ad90941a5f2e8119712aa218a3dee0 https://github.com/perl5-dbi/dbi/commit/073e9ae2a7ad90941a5f2e8119712aa218a3dee0 Author: Tim Bunce Date: 2019-04-30 (Tue, 30 Apr 2019

Re: RaiseWarn attribute for DBI

2019-04-15 Thread Tim Bunce
On Fri, Apr 12, 2019 at 10:22:57AM +0200, p...@cpan.org wrote: > On Monday 21 January 2019 16:55:07 p...@cpan.org wrote: > > On Sunday 20 January 2019 17:27:22 Tim Bunce wrote: > > > > > > Couldn't HandleSetErr be used for this? > > > > > >

Re: Better diagnostic support in DBI

2019-04-08 Thread Tim Bunce
> Tim, what is opinion for adding that new diagnostic API into DBI? I'd much prefer to wait till multiple drivers have added their own driver-specific, and driver-optimized, interface. And then have a discussion about how the DBI might best provide a common API. That approach has worked well in t

[perl5-dbi/dbi] 0d1b61: Fix calling dbd_db_do6 API function

2019-03-04 Thread Tim Bunce
n 3 (some arguments are optional). Commit: 321d2865b345455308c5fe21369f6304c1121d2f https://github.com/perl5-dbi/dbi/commit/321d2865b345455308c5fe21369f6304c1121d2f Author: Tim Bunce Date: 2019-03-04 (Mon, 04 Mar 2019) Changed paths: M Driver.xst Log Mess

[perl5-dbi/dbi] 0a1685: Update dbipport.h from Devel::PPPort 3.43

2019-02-21 Thread Tim Bunce
DBI.xs Log Message: --- Remove compatibility macros which are either provided by new Devel::PPPort or by Perl 5.8.1 Commit: d04cc8102704a8354dafc0616cdc282fee70a9bf https://github.com/perl5-dbi/dbi/commit/d04cc8102704a8354dafc0616cdc282fee70a9bf Author: Tim Bunce Date

[perl5-dbi/dbi] f39c08: Update documentation in which version was $dbh->se...

2019-01-24 Thread Tim Bunce
Log Message: --- Update documentation in which version was $dbh->selectall_array() method introduced Commit: 0717caee91f6d44d14710676008811e93cc62d57 https://github.com/perl5-dbi/dbi/commit/0717caee91f6d44d14710676008811e93cc62d57 Author: Tim Bunce Date: 2019-01

Re: Better diagnostic support in DBI

2019-01-23 Thread Tim Bunce
A key goal of the DBI is to provide a database independant interface to databases to enable application portability. What you're suggesting seems inherently database specific. The DBI defines a way for drivers to offer database specific functionality. A good way to move a suggestion like this mo

Re: RaiseWarn attribute for DBI

2019-01-20 Thread Tim Bunce
On Fri, Jan 18, 2019 at 10:47:41AM +0100, p...@cpan.org wrote: > On Friday 18 January 2019 09:13:48 Tim Bunce wrote: > > On Thu, Jan 17, 2019 at 10:02:39AM +0100, p...@cpan.org wrote: > > > > > > Currently DBI has only $dbh->{PrintWarn} attribute to control warnings.

Re: RaiseWarn attribute for DBI

2019-01-18 Thread Tim Bunce
On Thu, Jan 17, 2019 at 10:02:39AM +0100, p...@cpan.org wrote: > > Currently DBI has only $dbh->{PrintWarn} attribute to control warnings. > When is set to true (by default) all warnings from DBI driver are passed > to perl's "warn" function. > > So I would propose to add $dbh->{RaiseWarn} attrib

[perl5-dbi/dbi] 509f92: Update Changes. Bump version to 1.642.

2018-10-28 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 509f9287295dcb3b50339bf88bed9330e6a48ac5 https://github.com/perl5-dbi/dbi/commit/509f9287295dcb3b50339bf88bed9330e6a48ac5 Author: Tim Bunce Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M

[perl5-dbi/dbi] da5298: Add a new API function dbd_db_do6()

2018-10-21 Thread Tim Bunce
trieve i-th supplied bind parameter. This would allow DBI drivers to implement Unicode aware $dbh->do() method with passing also binding parameters. Commit: 271a8c303e3bcdb3b174a39b3c42f2799ef0794a https://github.com/perl5-dbi/dbi/commit/271a8c303e3bcdb3b174a39b3c42f2799ef0794a Author: Tim

[perl5-dbi/dbi] 84a2fb: Update DBI.pm

2018-10-21 Thread Tim Bunce
DBI.pm Log Message: --- Update DBI.pm Misprints in doc of selectall_hashref Commit: 7f4ae0855bf986f76c6f87d885795257b57bf5cb https://github.com/perl5-dbi/dbi/commit/7f4ae0855bf986f76c6f87d885795257b57bf5cb Author: Tim Bunce Date: 2018-10-21 (Sun, 21 Oct 2018) Changed

[perl5-dbi/dbi] 2f3ffa: Remove outdated links to DBI related training reso...

2018-08-05 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 2f3ffa470b80311f237c91bdf66ed42905532739 https://github.com/perl5-dbi/dbi/commit/2f3ffa470b80311f237c91bdf66ed42905532739 Author: Tim Bunce Date: 2018-08-04 (Sat, 04 Aug 2018) Changed paths: M

[perl5-dbi/dbi] 41613e: Allow to call $dbh->last_insert_id() method withou...

2018-05-17 Thread Tim Bunce
lback implementation just calls $dbh->last_insert_id(). Commit: 80126d4638e77bcca85a5215cfed5c8793fa2de5 https://github.com/perl5-dbi/dbi/commit/80126d4638e77bcca85a5215cfed5c8793fa2de5 Author: Tim Bunce Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: M DBI.pm M Drive

Re: Extend API for last_insert_id

2018-05-15 Thread Tim Bunce
On Fri, May 04, 2018 at 02:10:18PM +0200, p...@cpan.org wrote: > Hello, do you have any opinion or comments? > > Tim, you as a DBI maintainer, what do you think about those ideas? > > On Friday 27 April 2018 16:03:59 p...@cpan.org wrote: > > > > So I'm proposing change that caller would be allow

[perl5-dbi/dbi] af7eac: Bump version, update Changes

2018-03-22 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: af7eac9e702d8e770120d28a164eca9701bc2b8b https://github.com/perl5-dbi/dbi/commit/af7eac9e702d8e770120d28a164eca9701bc2b8b Author: Tim Bunce Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M

[perl5-dbi/dbi] bc7801: Fix compile warnings in Driver.xst

2018-03-22 Thread Tim Bunce
: f3f723acc7f657b7a091bd1d96acacaf9eb916ee https://github.com/perl5-dbi/dbi/commit/f3f723acc7f657b7a091bd1d96acacaf9eb916ee Author: Tim Bunce Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M Driver.xst M Perl.xs Log Message: --- Merge pull request #59 from pali

[perl5-dbi/dbi] 585b80: Gentler fix of failing tests

2018-03-22 Thread Tim Bunce
: M Changes M Makefile.PL M t/06attrs.t Log Message: --- Gentler fix of failing tests Mostly reverts 41e039cfa Commit: 3accfb15cb46ca745d7c27a6811825efe1524677 https://github.com/perl5-dbi/dbi/commit/3accfb15cb46ca745d7c27a6811825efe1524677 Author: Tim Bunce

[perl5-dbi/dbi] 95bcd9: Update Changes. Bump version.

2018-01-29 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 95bcd9907875c39f76a21b8df8bd47424c5506ee https://github.com/perl5-dbi/dbi/commit/95bcd9907875c39f76a21b8df8bd47424c5506ee Author: Tim Bunce Date: 2018-01-28 (Sun, 28 Jan 2018) Changed paths: M

[perl5-dbi/dbi] 8654af: Fix test t/91_store_warning.t

2018-01-29 Thread Tim Bunce
/34ec603b6f08dbd2499fbe3a6c453caa3f091a06 Author: Tim Bunce Date: 2018-01-28 (Sun, 28 Jan 2018) Changed paths: M .travis.yml M t/91_store_warning.t Log Message: --- Merge pull request #57 from pali/warning Fix test t/91_store_warning.t for Perl 5.10.0 Compare: https

[perl5-dbi/dbi] 752baa: Add mariadb_ prefix for a new DBD::MariaDB driver

2018-01-29 Thread Tim Bunce
or $sth handles and throw error: method name prefix 'mariadb_' is not associated with a registered driver Commit: 2e1b45c728cc92f470d971dcc2510a524c5d529b https://github.com/perl5-dbi/dbi/commit/2e1b45c728cc92f470d971dcc2510a524c5d529b Author: Tim Bunce Date: 2018-01-2

[perl5-dbi/dbi] be4dc7: Update Changes to record 1.639 release date

2018-01-01 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: be4dc7873a33f3d4ef56812ed01a34587d71aa15 https://github.com/perl5-dbi/dbi/commit/be4dc7873a33f3d4ef56812ed01a34587d71aa15 Author: Tim Bunce Date: 2017-12-30 (Sat, 30 Dec 2017) Changed paths: M

[perl5-dbi/dbi] d497cd: Add new Changes in DBI 1.638 section with latest c...

2017-12-28 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: d497cd63c78f13fba0c20a6d23d40f9b99768e7b https://github.com/perl5-dbi/dbi/commit/d497cd63c78f13fba0c20a6d23d40f9b99768e7b Author: Tim Bunce Date: 2017-12-28 (Thu, 28 Dec 2017) Changed paths: M

[perl5-dbi/dbi] 5deedc: Implement warn_sv/croak_sv with UTF-8 support also...

2017-12-28 Thread Tim Bunce
-dbi/dbi/commit/654f47a4db12f6af9b6802415bc31888a985527b Author: Tim Bunce Date: 2017-12-28 (Thu, 28 Dec 2017) Changed paths: M DBI.xs M t/91_store_warning.t Log Message: --- Merge pull request #53 from pali/master Implement warn_sv/croak_sv with UTF-8 support also for Perl prior to

[perl5-dbi/dbi] 206032: Bump version to 1.639. Add lib/DBD/Mem.pm to MANIF...

2017-12-28 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 2060321973fca6ce324250879a89b4e013b5a952 https://github.com/perl5-dbi/dbi/commit/2060321973fca6ce324250879a89b4e013b5a952 Author: Tim Bunce Date: 2017-12-28 (Thu, 28 Dec 2017) Changed paths: M

[perl5-dbi/dbi] 7c5683: Update Changes. Add t/54_dbd_mem.t to MANIFEST

2017-12-28 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 7c5683771d5f8c384ce78b4d174ead45e98c1901 https://github.com/perl5-dbi/dbi/commit/7c5683771d5f8c384ce78b4d174ead45e98c1901 Author: Tim Bunce Date: 2017-12-28 (Thu, 28 Dec 2017) Changed paths: M

[perl5-dbi/dbi] 88e038: Add missing semicolon in documentation

2017-12-28 Thread Tim Bunce
DBI.pm Log Message: --- Add missing semicolon in documentation Commit: 90d30958b93515a42a3b265d6bcae23584462764 https://github.com/perl5-dbi/dbi/commit/90d30958b93515a42a3b265d6bcae23584462764 Author: Tim Bunce Date: 2017-12-28 (Thu, 28 Dec 2017) Changed paths

[perl5-dbi/dbi] 08dadf: DBD::Mem - add new pure perl driver DBD::Mem

2017-12-28 Thread Tim Bunce
where it leads us to ... Signed-off-by: Jens Rehsack Commit: 2f28cd2ab5b19c6e1b891112e88a7b9da3f42482 https://github.com/perl5-dbi/dbi/commit/2f28cd2ab5b19c6e1b891112e88a7b9da3f42482 Author: Tim Bunce Date: 2017-12-28 (Thu, 28 Dec 2017) Changed paths: M DBI.pm A li

Re: DBI-git on perl-5.8.8

2017-09-21 Thread Tim Bunce
On Mon, Sep 18, 2017 at 07:25:54PM +0200, H.Merijn Brand wrote: > On Mon, 18 Sep 2017 17:57:39 +0100, Tim Bunce > > > > > This is fixed by updating Storable, so the minimum requirement for > > > Storable's version is too low (or in our case, not required at a

Re: DBI-git on perl-5.8.8

2017-09-18 Thread Tim Bunce
On Mon, Sep 18, 2017 at 11:46:34AM +0200, H.Merijn Brand wrote: > On Mon, 18 Sep 2017 11:19:08 +0200, "H.Merijn Brand" > wrote: > > > Makefile.PL states MIN_PERL_VERSION => '5.008', so I am still in the > > supported range. > > > > My cause for digging is > > > > Tie-Hash-DBD-0.16: > > - x86_64

[perl5-dbi/dbi] 13228e: Bump version. Update Changes. Fix stray char in po...

2017-08-14 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 13228e89fec085502fd3f1e63803b5741340c2be https://github.com/perl5-dbi/dbi/commit/13228e89fec085502fd3f1e63803b5741340c2be Author: Tim Bunce Date: 2017-08-14 (Mon, 14 Aug 2017) Changed paths: M

[perl5-dbi/dbi] f70f31: Fix DBI documentation about eval { } usage

2017-08-14 Thread Tim Bunce
Author: Tim Bunce Date: 2017-08-13 (Sun, 13 Aug 2017) Changed paths: M DBI.pm Log Message: --- Use Try::Tiny for some examples using eval. Compare: https://github.com/perl5-dbi/dbi/compare/a43696a9673d...93faa5dfdc84

[perl5-dbi/dbi] f70f31: Fix DBI documentation about eval { } usage

2017-08-14 Thread Tim Bunce
: Tim Bunce Date: 2017-08-13 (Sun, 13 Aug 2017) Changed paths: M DBI.pm Log Message: --- Use Try::Tiny for some examples using eval. Compare: https://github.com/perl5-dbi/dbi/compare/f70f31d8455e^...93faa5dfdc84

[perl5-dbi/dbi] a43696: Allow $sth NAME_* attributes to be set from perl c...

2017-08-14 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: a43696a9673d402726191fd96a9410f9d49df779 https://github.com/perl5-dbi/dbi/commit/a43696a9673d402726191fd96a9410f9d49df779 Author: Tim Bunce Date: 2017-08-13 (Sun, 13 Aug 2017) Changed paths: M

[perl5-dbi/dbi] 79b2c9: Add cautionary note to prepare_cached docs re refs...

2017-08-13 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 79b2c9ca86a65a78c3fa6d5a5b73137819db38a7 https://github.com/perl5-dbi/dbi/commit/79b2c9ca86a65a78c3fa6d5a5b73137819db38a7 Author: Tim Bunce Date: 2017-08-13 (Sun, 13 Aug 2017) Changed paths: M

[perl5-dbi/dbi] b9a569: .travis.yml: add more perls to test with

2017-08-07 Thread Tim Bunce
/fa0b0f45d9c0f22a60a0eb073c2fe9352a87c745 Author: Tim Bunce Date: 2017-08-06 (Sun, 06 Aug 2017) Changed paths: M .travis.yml Log Message: --- Merge pull request #50 from rehsack/test_on_more_perls .travis.yml: add more perls to test with Compare: https://github.com/perl5-dbi/dbi/compare/87e16ac0d1a0

[perl5-dbi/dbi] 9ba7b0: test SvOK() before copying Statement to the parent...

2017-08-07 Thread Tim Bunce
/d63454cbfba2f95f410583705c92de074a9e45cb Author: Tim Bunce Date: 2017-08-06 (Sun, 06 Aug 2017) Changed paths: M DBI.xs Log Message: --- Merge pull request #34 from charsbar/fix_copy_statement_to_parent test SvOK() before copying Statement to the parent handle Compare: https://github.com/perl5-dbi

[perl5-dbi/dbi] cf0e54: Remove unused $HAS_WEAKEN var and setup

2017-06-03 Thread Tim Bunce
if the ref is blessed. Apparently this restriction on password type is untested, so this patch adds tests for both blessed and unblessed refs. Commit: 87e16ac0d1a036591189e02ce6238d7cffa888b5 https://github.com/perl5-dbi/dbi/commit/87e16ac0d1a036591189e02ce6238d7cffa888b5 Author: Tim

[perl5-dbi/dbi] c3d7a1: Fix disappearing $_ inside callbacks.

2017-06-01 Thread Tim Bunce
DBI.xs M t/70callbacks.t Log Message: --- Fix disappearing $_ inside callbacks. Commit: 515c66ef53154bfa4e745ed986c428b5d68b314e https://github.com/perl5-dbi/dbi/commit/515c66ef53154bfa4e745ed986c428b5d68b314e Author: Tim Bunce Date: 2017-05-29 (Mon, 29 May 2017

[perl5-dbi/dbi] c6d410: Fix crashing when calling warn() and croak() funct...

2017-06-01 Thread Tim Bunce
pass abitrary string parameter. Commit: b8b101438731de40b89d339208fe9606cfcbe68d https://github.com/perl5-dbi/dbi/commit/b8b101438731de40b89d339208fe9606cfcbe68d Author: Tim Bunce Date: 2017-05-29 (Mon, 29 May 2017) Changed paths: M DBI.xs M dbipport.h Log Message:

[perl5-dbi/dbi] 0d5b6c: Fixes Pod typo

2017-06-01 Thread Tim Bunce
/DBI/ProfileData.pm Log Message: --- Adds links to more module names in Pod. Commit: 4f3c17e2c3e6c11d5ff2aaf1c4ba1c86e5cb1d8f https://github.com/perl5-dbi/dbi/commit/4f3c17e2c3e6c11d5ff2aaf1c4ba1c86e5cb1d8f Author: Tim Bunce Date: 2017-05-29 (Mon, 29 May 2017

Re: RFC: Official DBI for Perl 6

2016-12-08 Thread Tim Bunce
as we worked on prototypes (DBI and DBD::Oracle). > I have already been working on a "Perl 6 DBI" or "Plack for databases" for > awhile now, and in a few weeks I should be ready to show it off for > evaluation. But in the meantime, I was hoping to get Tim Bunce and

[perl5-dbi/dbi] 5fe7e0: Small POD changes (Getting Help -> Online)

2016-11-09 Thread Tim Bunce
DBI.pm Log Message: --- Small POD changes (Getting Help -> Online) Commit: e6656c4315d6da316aad7b5c76e85dd12933bb4e https://github.com/perl5-dbi/dbi/commit/e6656c4315d6da316aad7b5c76e85dd12933bb4e Author: Tim Bunce Date: 2016-11-09 (Wed, 09 Nov 2016) Changed pa

[perl5-dbi/dbi] dbba28: Added support for DBD::XMLSimple

2016-11-09 Thread Tim Bunce
DBI.pm Log Message: --- Added support for DBD::XMLSimple Commit: 6513e6d87463671907485f991b60ad2b9a1ee697 https://github.com/perl5-dbi/dbi/commit/6513e6d87463671907485f991b60ad2b9a1ee697 Author: Tim Bunce Date: 2016-11-09 (Wed, 09 Nov 2016) Changed paths: M

[perl5-dbi/dbi] 8fcfaa: fix typo

2016-11-09 Thread Tim Bunce
: M DBI.pm Log Message: --- fix typo Commit: a9fe17ef7ab4abc64909abbb5b2e251486b7 https://github.com/perl5-dbi/dbi/commit/a9fe17ef7ab4abc64909abbb5b2e251486b7 Author: Tim Bunce Date: 2016-11-09 (Wed, 09 Nov 2016) Changed paths: M DBI.pm Log Message

[perl5-dbi/dbi] 3910d7: Fix compilation for threaded perl <= 5.12

2016-04-26 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 3910d765d89226ba3cc6a4cb5bc14a394d1b28f4 https://github.com/perl5-dbi/dbi/commit/3910d765d89226ba3cc6a4cb5bc14a394d1b28f4 Author: Tim Bunce Date: 2016-04-24 (Sun, 24 Apr 2016) Changed paths: M

[perl5-dbi/dbi] 505f41: Output perl version and archname in t/01basics.t

2016-04-26 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 505f41c060435b24036bbf47aa04c6c54c64cbd1 https://github.com/perl5-dbi/dbi/commit/505f41c060435b24036bbf47aa04c6c54c64cbd1 Author: Tim Bunce Date: 2016-04-24 (Sun, 24 Apr 2016) Changed paths: M t

[perl5-dbi/dbi] a96f34: Corrected doc example to use dbi: instead of DBI: ...

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

[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

[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

[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

[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

[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

[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

[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

[perl5-dbi/dbi] 6a2331: Fixed spelling errors in pod. RT#107838

2016-04-22 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 6a2331719771cdfb913abc1abdc634aa58d5dc69 https://github.com/perl5-dbi/dbi/commit/6a2331719771cdfb913abc1abdc634aa58d5dc69 Author: Tim Bunce Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M

[perl5-dbi/dbi] 8f6011: Fix gofer.t test failures due to utf8-enabled STDI...

2016-04-22 Thread Tim Bunce
/DBI/Gofer/Transport/pipeone.pm Log Message: --- Fix gofer.t test failures due to utf8-enabled STDIN/STDOUT Commit: 66b7b4502194334f268eade7310dabbe79c40fe1 https://github.com/perl5-dbi/dbi/commit/66b7b4502194334f268eade7310dabbe79c40fe1 Author: Tim Bunce Date: 2016

[perl5-dbi/dbi] 179fc5: add appveyor: CI for Windows, like Travis

2016-04-22 Thread Tim Bunce
: A appveyor.yml Log Message: --- add appveyor: CI for Windows, like Travis Commit: ad2c11ea6e5f4b3fc7e4c7b309eba8b6c425101d https://github.com/perl5-dbi/dbi/commit/ad2c11ea6e5f4b3fc7e4c7b309eba8b6c425101d Author: Tim Bunce Date: 2016-04-21 (Thu, 21 Apr 2016

[perl5-dbi/dbi] 3c858f: Cease to ignore DESTROY of outer handle in DBI::Pu...

2016-04-22 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 3c858f7c4447cfcd7511972ea82194714bb27cdb https://github.com/perl5-dbi/dbi/commit/3c858f7c4447cfcd7511972ea82194714bb27cdb Author: Tim Bunce Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M

[perl5-dbi/dbi] ad5b79: Weaken CachedKids ref in attribute cache, RT#11385...

2016-04-22 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: ad5b793dc6319d069a9d454e8e696b4207b0ca9d https://github.com/perl5-dbi/dbi/commit/ad5b793dc6319d069a9d454e8e696b4207b0ca9d Author: Tim Bunce Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M

[perl5-dbi/dbi] 046c7d: removed broken links from POD

2016-04-22 Thread Tim Bunce
/7661ae68043ccee5ca5b2adb72d188b9119f5dda Author: Tim Bunce Date: 2016-04-21 (Thu, 21 Apr 2016) Changed paths: M DBI.xs M lib/DBI/Profile.pm Log Message: --- Treat undef in Profile Path as "undef". Clarify docs. RT#113298 Commit: 5378127e26be4afb52470b3aee070b

[perl5-dbi/dbi] 48d1b4: Clarify docs for DBI::hash

2016-04-18 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 48d1b48a0a0a3f8994c616894772304b67b2d6eb https://github.com/perl5-dbi/dbi/commit/48d1b48a0a0a3f8994c616894772304b67b2d6eb Author: Tim Bunce Date: 2016-04-17 (Sun, 17 Apr 2016) Changed paths: M

[perl5-dbi/dbi] 6933f2: Update Changes. Bump version to 1.634

2015-08-03 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 6933f270d6115187b9c455a383ae8bc827cdd4db https://github.com/perl5-dbi/dbi/commit/6933f270d6115187b9c455a383ae8bc827cdd4db Author: Tim Bunce Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M

[perl5-dbi/dbi] c01588: Fix typo in Changes and clarify the wording a litt...

2015-08-03 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: c01588cc64f6f8269c7cab0dd048673fbc316c72 https://github.com/perl5-dbi/dbi/commit/c01588cc64f6f8269c7cab0dd048673fbc316c72 Author: Tim Bunce Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M

[perl5-dbi/dbi] e2ec3a: Rework support for 64bit row counts to rely on mac...

2015-08-03 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: e2ec3a3ab60c981f69b024ef802437e9912f7fd6 https://github.com/perl5-dbi/dbi/commit/e2ec3a3ab60c981f69b024ef802437e9912f7fd6 Author: Tim Bunce Date: 2015-08-02 (Sun, 02 Aug 2015) Changed paths: M

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

2015-07-23 Thread Tim Bunce
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-2

[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

[perl5-dbi/dbi] 7b5a1d: Change return type of dbd_st_execute, dbd_st_rows,...

2015-07-21 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 7b5a1d831740bdd121b301352e7b566e40181fa8 https://github.com/perl5-dbi/dbi/commit/7b5a1d831740bdd121b301352e7b566e40181fa8 Author: Tim Bunce Date: 2015-07-21 (Tue, 21 Jul 2015) Changed paths: M

Re: DBD::mysql Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-21 Thread Tim Bunce
On Tue, Jul 21, 2015 at 01:33:34PM +0100, Martin J. Evans wrote: > Long, sorry. No problem. The whole topic is a bit of a mess. > On 20/07/15 18:00, Tim Bunce wrote: > >On Mon, Jul 20, 2015 at 02:54:53PM +0100, Martin J. Evans wrote: > >>On 20/07/15 14:15, Tim Bunce wrote:

Re: DBD::mysql Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-20 Thread Tim Bunce
On Mon, Jul 20, 2015 at 06:00:53PM +0100, Tim Bunce wrote: > On Mon, Jul 20, 2015 at 02:54:53PM +0100, Martin J. Evans wrote: > > I also noticed something I should have seen before: dbd_st_rows() is > defined as returning an int. I _think_ it would be safe to change the > definiti

Re: DBD::mysql Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-20 Thread Tim Bunce
On Mon, Jul 20, 2015 at 02:54:53PM +0100, Martin J. Evans wrote: > On 20/07/15 14:15, Tim Bunce wrote: > > I think that would work for me - I'm happy to test it our here if you want to > give it a go. > > IIRC, when this was last discussed the problem is that some

Re: DBD::mysql Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-20 Thread Tim Bunce
On Mon, Jul 20, 2015 at 08:55:40AM +0100, Martin J. Evans wrote: > On 19/07/15 15:41, Tim Bunce wrote: > > Please also see the issue I reported in DBI back in 2012: > > https://rt.cpan.org/Ticket/Display.html?id=81911 > > I had to add various workarounds and a warning to D

Re: DBD::mysql Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-20 Thread Tim Bunce
On Sun, Jul 19, 2015 at 06:39:59PM -0700, David E. Wheeler wrote: > On Jul 19, 2015, at 7:41 AM, Tim Bunce wrote: > > > Internally the DBI has a DBIc_ROW_COUNT(sth) macro that has an IV type. > > That's a signed int that would be 64 bits on most modern systems. > >

[perl5-dbi/dbi] 29f6b9: Improve handling of row count on 32bit int systems...

2015-07-19 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 29f6b9b76e9c637be31cb80f1a262ff68b42ef43 https://github.com/perl5-dbi/dbi/commit/29f6b9b76e9c637be31cb80f1a262ff68b42ef43 Author: Tim Bunce Date: 2015-07-19 (Sun, 19 Jul 2015) Changed paths: M

DBD::mysql Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-19 Thread Tim Bunce
On Thu, Jul 16, 2015 at 10:46:35AM -0700, David E. Wheeler wrote: > On Jul 16, 2015, at 6:40 AM, Tim Bunce wrote: > > > Well, this contains lots more light! ... > > > >>> -> dbd_st_execute for 03fdf4e0 > >>>> parse_params statement > &

[perl5-dbi/dbi] 4a3aa0: Remove redundant double initialization of $imp_dat...

2015-07-18 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 4a3aa00b418a4b3f05ca22f2446e6cacaa39f35f https://github.com/perl5-dbi/dbi/commit/4a3aa00b418a4b3f05ca22f2446e6cacaa39f35f Author: Tim Bunce Date: 2015-07-18 (Sat, 18 Jul 2015) Changed paths: M lib

Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-16 Thread Tim Bunce
On Wed, Jul 15, 2015 at 10:49:45AM -0700, David E. Wheeler wrote: > On Jul 14, 2015, at 3:24 AM, Tim Bunce wrote: > > > I can't see anything obvious from this trace. Come back with a level 4 > > trace and hopefully that'll shed sufficient light. > > Here

Re: Why is selectrow_hashref complaining about a fetch without execute?

2015-07-14 Thread Tim Bunce
On Mon, Jul 13, 2015 at 03:53:43PM -0700, David E. Wheeler wrote: >DBIers, >Got a complaint about a “fetch() without execute()” error. Asked for a > trace, got this. Looks like >it’s coming from selectrow_hashref()? That shouldn’t happen, right? > > $ DBI_TRACE=1 sqitch status T

[perl5-dbi/dbi] c5c1dd: s/ can be done simple / can be done simply /

2015-07-03 Thread Tim Bunce
ri, 03 Jul 2015) Changed paths: M DBI.pm Log Message: --- s/ can be done simple / can be done simply / Commit: 5aaf17432a846d3d1c86449442f8606c5067f142 https://github.com/perl5-dbi/dbi/commit/5aaf17432a846d3d1c86449442f8606c5067f142 Author: Tim Bunce Date: 2015

Re: table_info('','','','%') cannot return any types

2015-06-25 Thread Tim Bunce
On Thu, Jun 25, 2015 at 11:08:14AM +0100, Martin J. Evans wrote: > On 24/06/15 13:24, Tim Bunce wrote: > > > >The tables('', '', '', '%') call is a special case so it seems > >reasonable to handle it as a special case in the code. >

Re: table_info('','','','%') cannot return any types

2015-06-24 Thread Tim Bunce
On Tue, Jun 23, 2015 at 09:12:16AM +0100, Martin J. Evans wrote: > I was recently confirming table_info special cases and discovered the case > for getting table_types cannot work. > > table_info('','','','%') > > should return a list of table types but it returns a list of empty strings > inst

[perl5-dbi/dbi] 563a17: Remove redundant keys() call in fetchall_arrayref ...

2015-06-21 Thread Tim Bunce
paths: M DBI.pm Log Message: --- Remove redundant keys() call in fetchall_arrayref with hash slice Commit: 8ac7dae07504a52eebe526c80bef3875040e8562 https://github.com/perl5-dbi/dbi/commit/8ac7dae07504a52eebe526c80bef3875040e8562 Author: Tim Bunce Date: 2015-06-21

[perl5-dbi/dbi] 23a218: Correct xref to Placeholders section, remove quote...

2015-05-27 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 23a218efd732492338d38680f11aa46ad824a507 https://github.com/perl5-dbi/dbi/commit/23a218efd732492338d38680f11aa46ad824a507 Author: Tim Bunce Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M

[perl5-dbi/dbi] 2d4aa9: add a license file

2015-05-26 Thread Tim Bunce
: A LICENSE Log Message: --- add a license file Commit: f0f60039c87d4bdbd26101bf657f769c4ddc7116 https://github.com/perl5-dbi/dbi/commit/f0f60039c87d4bdbd26101bf657f769c4ddc7116 Author: Tim Bunce Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: A LICENSE

[perl5-dbi/dbi] ff0d29: Enable strictures on all lib/ files

2015-05-26 Thread Tim Bunce
b.com/perl5-dbi/dbi/commit/e4e0a3891122be954164337605126874063db6b9 Author: Tim Bunce Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M lib/Bundle/DBI.pm M lib/DBD/ExampleP.pm M lib/DBD/Multiplex.pm M lib/DBD/NullP.pm M lib/DBD/Sponge.pm M lib/DBI/Const/GetInfo/AN

"password will expire" Re: proposed DBD::Oracle patch for ORA-28002

2015-05-06 Thread Tim Bunce
On Tue, May 05, 2015 at 07:42:14AM -0600, J.D. Laub wrote: >I'd like to propose a small enhancement to DBD::Oracle. >However, when I connect via DBI using an oracle wallet (SEPS) entry, that > information is never >presented. I tracked the inconsistency to > DBD-Oracle-1.74/lib/DBD/

  1   2   3   4   5   6   7   8   9   10   >