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

2015-07-19 Thread David E . Wheeler
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. > On many of those systems the plain int type might be 32 bits. > > I've just pushed an experimental change

[perl5-dbi/dbi]

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

[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 DBI.

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 > >>>SELECT c.change_id ... > > > >>> Binding paramete