Files
perl-DBD-Mock/perl-DBD-Mock.changes

52 lines
1.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Jul 25 19:36:54 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 21 16:09:49 CEST 2009 - chris@computersalat.de
- new package for obs
-------------------------------------------------------------------
Fri Jun 19 01:09:44 CEST 2009 - chris@computersalat.de
- spec fix for perl-macros
-------------------------------------------------------------------
Thu Jun 18 15:36:23 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
-------------------------------------------------------------------
Sun Jun 14 19:15:27 CEST 2009 - chris@computersalat.de
- update to 1.39
o If a statement handle had bound columns, then the fetch() and
fetchrow_arrayref() methods never returned false. After they
exhausted their data, they kept returning empty array
references.
o Hid all packaged but DBD::Mock from PAUSE.
- update to 1.38
o Bumped minimum Perl to 5.8.1, since that's what DBI requires.
o Fixed incorrect use of no_plan in t/025_mock_last_insert_id.t.
o The handling of attributes passed to the constructor was not
correct. The major symptom was that attributes (such as
RaiseError) which were passed to the constructor could not be
overridden in the database handle which was returned from
connect(). As a result, some attributes set to a false value may
return '' instead of 0.
- update to 1.37
o New co-maintainer (aka sucker), Dave Rolsky
o Added support for $sth->bind_col() and $sth->bind_cols()
o Fixed and clarified docs for the mock_last_insert_id and
mock_start_insert_id attributes. The previous docs were both
wrong and confusing
o Applied patch from RT #35145 to add support for the Column
attribute with selectcol_arrayref
o patch by Matt Lawrence