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

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

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

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 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 systems the plain int type might be 32 bits. I've just pushed an

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: