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?

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-25 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-25 Thread Tim Bunce
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 corruption in XS

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

2019-08-01 Thread Tim Bunce
mped) 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.xs M t

[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 Date

[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? > > > > > > Quo

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

[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

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 warni

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}

[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
e 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 Bunc

[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
tations for these databases. A fallback implementation just calls $dbh->last_insert_id(). Commit: 80126d4638e77bcca85a5215cfed5c8793fa2de5 https://github.com/perl5-dbi/dbi/commit/80126d4638e77bcca85a5215cfed5c8793fa2de5 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2018-05-16

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

[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 <tim.bu...@pobox.com> Date: 2018-03-19 (Mon, 19 Ma

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

2018-03-22 Thread Tim Bunce
* attr; ^~~~ Commit: f3f723acc7f657b7a091bd1d96acacaf9eb916ee https://github.com/perl5-dbi/dbi/commit/f3f723acc7f657b7a091bd1d96acacaf9eb916ee Author: Tim Bunce <tim.bu...@pobox.com> Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M Driver.xst M Perl.xs

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

2018-03-22 Thread Tim Bunce
524677 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M Changes M Makefile.PL M t/06attrs.t Log Message: --- Merge pull request #60 from ribasushi/gentler_storable Gentler fix of failing tests Compare: https://gith

[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 <tim.bu...@pobox.com> Date: 2018-01-28 (Sun, 28 Ja

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

2018-01-29 Thread Tim Bunce
https://github.com/perl5-dbi/dbi/commit/34ec603b6f08dbd2499fbe3a6c453caa3f091a06 Author: Tim Bunce <tim.bu...@pobox.com> 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/w

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

2018-01-29 Thread Tim Bunce
er own methods on $dbh 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 &

[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 <tim.bu...@pobox.com> Date: 2017-12-30 (Sat, 30 De

[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 <tim.bu...@pobox.com> Date: 2017-12-28 (Thu, 28 De

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

2017-12-28 Thread Tim Bunce
5-dbi/dbi/commit/654f47a4db12f6af9b6802415bc31888a985527b Author: Tim Bunce <tim.bu...@pobox.com> 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 w

[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 <tim.bu...@pobox.com> Date: 2017-12-28 (Thu, 28 De

[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 <tim.bu...@pobox.com> Date: 2017-12-28 (Thu, 28 De

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

2017-12-28 Thread Tim Bunce
g 2017) Changed paths: M DBI.pm Log Message: --- Add missing semicolon in documentation Commit: 90d30958b93515a42a3b265d6bcae23584462764 https://github.com/perl5-dbi/dbi/commit/90d30958b93515a42a3b265d6bcae23584462764 Author: Tim Bunce <tim.bu...@pobox.com>

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

2017-12-28 Thread Tim Bunce
Mem explaining where it's here, what's the expected outcome, some basic use cases. Let's see where it leads us to ... Signed-off-by: Jens Rehsack <s...@netbsd.org> Commit: 2f28cd2ab5b19c6e1b891112e88a7b9da3f42482 https://github.com/perl5-dbi/dbi/commit/2f28cd2ab5b19c6e1b891112e88a7b9d

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 <tim.bu...@pobox.com> > > > > > This is fixed by updating Storable, so the minimum requirement for > > > Storable's version is too low (or

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 > > > >

[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 <tim.bu...@pobox.com> Date: 2017-08-14 (Mon, 14 Au

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

2017-08-14 Thread Tim Bunce
commit/93faa5dfdc840306b4733f64c123f8d9f6f92f19 Author: Tim Bunce <tim.bu...@pobox.com> 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
commit/93faa5dfdc840306b4733f64c123f8d9f6f92f19 Author: Tim Bunce <tim.bu...@pobox.com> 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 <tim.bu...@pobox.com> Date: 2017-08-13 (Sun, 13 Au

[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 <tim.bu...@pobox.com> Date: 2017-08-13 (Sun, 13 Au

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

2017-08-07 Thread Tim Bunce
i/dbi/commit/fa0b0f45d9c0f22a60a0eb073c2fe9352a87c745 Author: Tim Bunce <tim.bu...@pobox.com> 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 t

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

2017-08-07 Thread Tim Bunce
commit/d63454cbfba2f95f410583705c92de074a9e45cb Author: Tim Bunce <tim.bu...@pobox.com> 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 p

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

2017-06-03 Thread Tim Bunce
i/dbi/commit/87e16ac0d1a036591189e02ce6238d7cffa888b5 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2017-06-02 (Fri, 02 Jun 2017) Changed paths: M DBI.pm M t/10examp.t Log Message: --- Merge pull request #40 from demerphq/master Remove block that prevents a reference $password

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

2017-06-01 Thread Tim Bunce
y 2017) Changed paths: M 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 &

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

2017-06-01 Thread Tim Bunce
be used to pass abitrary string parameter. Commit: b8b101438731de40b89d339208fe9606cfcbe68d https://github.com/perl5-dbi/dbi/commit/b8b101438731de40b89d339208fe9606cfcbe68d Author: Tim Bunce <tim.bu...@pobox.com> Date: 2017-05-29 (Mon, 29 May 2017) Changed paths: M DBI.xs

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

2017-06-01 Thread Tim Bunce
Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M lib/DBI/ProfileData.pm Log Message: --- Adds links to more module names in Pod. Commit: 4f3c17e2c3e6c11d5ff2aaf1c4ba1c86e5cb1d8f https://github.com/perl5-dbi/dbi/commit/4f3c17e2c3e6c11d5ff2aaf1c4ba1c86e5cb1d8f

Re: RFC: Official DBI for Perl 6

2016-12-08 Thread Tim Bunce
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 other &

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

2016-11-09 Thread Tim Bunce
hu, 19 May 2016) Changed paths: M DBI.pm Log Message: --- Small POD changes (Getting Help -> Online) Commit: e6656c4315d6da316aad7b5c76e85dd12933bb4e https://github.com/perl5-dbi/dbi/commit/e6656c4315d6da316aad7b5c76e85dd12933bb4e Author: Tim Bunce <tim.bu.

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

2016-11-09 Thread Tim Bunce
v 2016) Changed paths: M DBI.pm Log Message: --- Added support for DBD::XMLSimple Commit: 6513e6d87463671907485f991b60ad2b9a1ee697 https://github.com/perl5-dbi/dbi/commit/6513e6d87463671907485f991b60ad2b9a1ee697 Author: Tim Bunce <tim.bu...@pobox.com> Date: 201

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

2016-11-09 Thread Tim Bunce
20 Oct 2016) Changed paths: M DBI.pm Log Message: --- fix typo Commit: a9fe17ef7ab4abc64909abbb5b2e251486b7 https://github.com/perl5-dbi/dbi/commit/a9fe17ef7ab4abc64909abbb5b2e251486b7 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2016-11-09 (Wed,

[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 <tim.bu...@pobox.com> Date: 2016-04-24 (Sun, 24 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-24 (Sun, 24 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-23 (Sat, 23 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-23 (Sat, 23 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-23 (Sat, 23 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-22 (Fri, 22 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-22 (Fri, 22 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-22 (Fri, 22 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-22 (Fri, 22 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-21 (Thu, 21 Ap

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

2016-04-22 Thread Tim Bunce
hanged paths: M lib/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

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

2016-04-22 Thread Tim Bunce
26 Oct 2015) Changed paths: 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 <tim.bu...@

[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 <tim.bu...@pobox.com> Date: 2016-04-21 (Thu, 21 Ap

[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 <tim.bu...@pobox.com> Date: 2016-04-21 (Thu, 21 Ap

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

2016-04-22 Thread Tim Bunce
ub.com/perl5-dbi/dbi/commit/7661ae68043ccee5ca5b2adb72d188b9119f5dda Author: Tim Bunce <tim.bu...@pobox.com> 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". C

[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 <tim.bu...@pobox.com> Date: 2016-04-17 (Sun, 17 Ap

[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 tim.bu...@pobox.com Date: 2015-08-03 (Mon, 03 Aug 2015

[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 tim.bu...@pobox.com Date: 2015-08-02 (Sun, 02 Aug 2015

[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 tim.bu...@pobox.com Date: 2015-08-02 (Sun, 02 Aug 2015

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

2015-07-23 Thread Tim Bunce
https://github.com/perl5-dbi/dbi/commit/bd78e39c884a76cdf79c76c65bd954d369c8b67f Author: Tim Bunce tim.bu...@pobox.com 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

[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 tim.bu...@pobox.com Date: 2015-07-21 (Tue, 21 Jul 2015

[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 tim.bu...@pobox.com Date: 2015-07-21 (Tue, 21 Jul 2015

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: I think that would work

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 DBD::ODBC. Ah, thanks

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 tim.bu...@pobox.com 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. On many of those

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 drivers might not set

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 definition to returning an IV

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

2015-07-19 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 tim.bu...@pobox.com Date: 2015-07-18 (Sat, 18 Jul 2015

[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 tim.bu...@pobox.com Date: 2015-07-19 (Sun, 19 Jul 2015

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 tim.bu...@pobox.com wrote: Well, this contains lots more light! ... - dbd_st_execute for 03fdf4e0 parse_params statement SELECT c.change_id ... Binding parameters

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 tim.bu...@pobox.com 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 we go. $ DBI_TRACE=4

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 Trace

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. diff --git a/DBI.pm b/DBI.pm [...] adds a special case, passes DBI

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 instead:

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

2015-06-21 Thread Tim Bunce
2015) Changed 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

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

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

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

2015-05-26 Thread Tim Bunce
: e4e0a3891122be954164337605126874063db6b9 https://github.com/perl5-dbi/dbi/commit/e4e0a3891122be954164337605126874063db6b9 Author: Tim Bunce tim.bu...@pobox.com 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

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

Re: DBI, PR 18

2015-05-05 Thread Tim Bunce
On Tue, May 05, 2015 at 02:28:34PM +0200, Jens Rehsack wrote: Hi Tim, because I got interrupted the entire day by several events, I took it as a sign to merge my reviewed PR and review the others. https://github.com/perl5-dbi/dbi/pull/18 looks simple and sane to me, any objections to

Re: AnyData2/DBD::AnyData2 co-maint

2015-04-24 Thread Tim Bunce
On Fri, Apr 24, 2015 at 04:49:15PM +0200, H.Merijn Brand wrote: On Fri, 24 Apr 2015 09:19:03 -0500, David Nicol davidn...@cpan.org wrote: I look forward to being able to brag that DBIx::bind_param_inline is Approved by the Berlin DBI Committee or equivalent. As there is no, never was,

Re: Data::ShortNameProvider implementation

2015-04-18 Thread Tim Bunce
On Sat, Apr 18, 2015 at 09:58:05AM +0200, Philippe Bruhat (BooK) wrote: On Thu, Apr 16, 2015 at 05:58:27PM +0200, Philippe Bruhat (BooK) wrote: Hi, So after about a year of waiting, and with IRC feedback from TIMB, I've finally implemented a first version of Data::ShortNameProvider:

[perl5-dbi/dbi] 3bf1c1: fix method name verification to support numbers

2015-03-20 Thread Tim Bunce
https://github.com/perl5-dbi/dbi/commit/71dc73bf6cdd22977cda8c38423b5d259b68a063 Author: Tim Bunce tim.bu...@pobox.com Date: 2015-03-19 (Thu, 19 Mar 2015) Changed paths: M DBI.pm M lib/DBD/File.pm M lib/DBI/DBD/SqlEngine.pm M lib/DBI/DBD/SqlEngine/HowTo.pod M t

  1   2   3   4   5   6   7   8   9   10   >