2019-09-10 09:29:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 8 19:49:39 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 1.47
|
|
|
|
|
see /usr/share/doc/packages/perl-DBD-Mock/Changes
|
|
|
|
|
|
|
|
|
|
1.47 2019-09-06T10:03:39Z
|
|
|
|
|
- Applied Max Carey's patch from rt86294 adding support for
|
|
|
|
|
nested keys to fetchall_hashref
|
|
|
|
|
- Added experimental Connection Callbacks feature
|
|
|
|
|
- Fixed build for Perl v5.8
|
|
|
|
|
|
2019-09-05 18:27:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 5 08:32:47 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 1.46
|
|
|
|
|
see /usr/share/doc/packages/perl-DBD-Mock/Changes
|
|
|
|
|
|
2015-04-16 18:11:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 16 17:32:14 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.45
|
|
|
|
|
see /usr/share/doc/packages/perl-DBD-Mock/Changes
|
|
|
|
|
|
|
|
|
|
{{NEXT}}
|
|
|
|
|
- Add git-repo url to meta-data
|
|
|
|
|
|
2011-08-29 14:22:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 29 14:19:13 UTC 2011 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- updated to 1.43
|
|
|
|
|
- Segregated into different packages
|
|
|
|
|
- Removed code coverage from POD
|
|
|
|
|
- Fixed bug rt49537 Basic support for named parameters
|
|
|
|
|
- Fixed bug rt70421 Build.PL now contains Test::Exception
|
|
|
|
|
- 1.42
|
|
|
|
|
- Fixed bug rt66815 DBD::Mock::Session error clobbered
|
|
|
|
|
- Fixed bug rt69460 Info on META.yml is outdated
|
|
|
|
|
- Fixed bug rt69055 Spelling mistakes in POD
|
|
|
|
|
- RaiseError now works
|
|
|
|
|
- 1.41 June 22, 2011
|
|
|
|
|
- Changed incorrect verion number
|
|
|
|
|
- 1.40 June 19, 2011
|
|
|
|
|
- Fixed bug rt44591 second preapre giving an error
|
|
|
|
|
- Fixed bug rt57981 warnings during clone
|
|
|
|
|
- Fixed bug rt63191 Synopsis errors
|
|
|
|
|
- cpanspec
|
|
|
|
|
- switch to Build.PL
|
|
|
|
|
|
2010-12-01 09:45:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 09:44:32 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
2009-07-25 17:36:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 25 19:36:54 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- spec mods
|
|
|
|
|
* removed ^----------
|
|
|
|
|
* removed ^#---------
|
|
|
|
|
|
2009-06-21 14:10:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-08-29 14:22:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 28 19:48:50 UTC 2008 - rpm@scorpio-it.net
|
|
|
|
|
|
|
|
|
|
- fixed Requires
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 3 20:04:00 UTC 2008 - rpm@scorpio-it.net
|
|
|
|
|
|
|
|
|
|
- first run 1.36
|