Up to [cvs.NetBSD.org] / pkgsrc / databases / p5-DBD-Mock
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:20 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
*: recursive bump for perl 5.38
Revision 1.24 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:21 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
*: recursive bump for perl 5.36
Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 24 08:44:18 2021 UTC (23 months, 1 week ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.22: +2 -3
lines
Diff to previous 1.22 (colored)
Update to 1.59 Upstream changes: 1.59 2021-02-22T13:25:52Z - Added error detection for when a result set's callback doesn't return an arrayref or arrayrefs - Moved to GitLab for issue tracking 1.58 2020-11-02T13:34:48Z - Added the ability for mock result sets to set custom attributes for statement handles. Thanks to Erik Huelsmann for testing the new feature.
Revision 1.22 / (download) - annotate - [select for diffs], Mon May 24 19:49:33 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
*: recursive bump for perl 5.34
Revision 1.21 / (download) - annotate - [select for diffs], Sun Sep 20 07:09:17 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
p5-DBD-Mock: update to 1.57. 1.57 2020-09-18T06:57:48Z - Fixed bug rt133358 t/016_mock_add_resultset_test.t fails (with older DBI) 1.56 2020-09-17T14:35:10Z - The DBD::st module now supports the last_insert_id method - Result sets with callbacks can now specify a last_insert_id
Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 6 20:10:53 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
p5-DBD-Mock: update to 1.55. 1.55 2019-12-30T14:20:00Z - Fixed bug rt131264 t/033_table_info.t fails (with older DBI) 1.54 2019-12-23T12:44:22Z - Added Bernhard Graf's 'Feature: one shot failure' merge request. - Fixed description of the failure attribute of mock_add_resultset. It no longer claims to support a hash ref (as it doesn't). Thanks to Bernhard Graf for both the bug report and a merge request that fixes it. - Fixed bug where it wasn't possible to replace a regular expression mock resultset. Thanks to Bernhard Graf for both the bug report and a merge request that fixes it. - Fixed bug where the failure attribute wasn't working with regular expression mock resultsets. Thanks to Bernhard Graf for both the bug report and a merge request that fixes it. 1.53 2019-12-03T10:50:57Z - Error handling in mock_add_resultset is no longer experimental - Attribute Aliasing is no longer experimental 1.52 2019-10-28T11:35:41Z - Added in callback feature for result sets so that their contents can be more dynamic. 1.51 2019-10-23T11:43:51Z - Fixed issue with using attribute aliases alongside a driver DSN in the DBI->connect call 1.50 2019-10-22T19:37:26Z - Added attribute aliases support for MariaDB
Revision 1.19 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:59 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Sep 14 19:58:30 2019 UTC (4 years ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
p5-DBD-Mock: note p5-Module-Build-Tiny dependency Fix bulk builds by noting this depends on p5-Module-Build-Tiny.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 12 23:54:44 2019 UTC (4 years ago) by wen
Branch: MAIN
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
Update to 1.49 Upstream changes: 1.49 2019-09-12T12:59:51Z - Fixing tests that fail on some old versions of Perl 1.48 2019-09-12T06:34:47Z - Added execution_history feature to enable tracking of multiple executes for prepared statements. - Added support for $dbh->table_info calls - Fixed bug rt91055 "insert IGNORE" doesn't raise last_insert_id - Fixed bug rt82243 Bug with Regex in DBD::Mock::Session 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 1.46 2019-09-04T12:02:08Z - Added git-repo url to meta-data - Fixed bug rt70587 Spelling Mistake - Added regex support to mock_add_resultset
Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:24 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 30 20:14:21 2019 UTC (4 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:14 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Recursive bump for perl5-5.28.0
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:25 2017 UTC (6 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:24 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Bump PKGREVISION for perl-5.24.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:38 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 20 07:50:35 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
Update 1.43 to 1.45, but Changes after 1.43 is not known.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 9 13:44:34 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Remove SVR4_PKGNAME, per discussion on tech-pkg.
Revision 1.8 / (download) - annotate - [select for diffs], Thu May 29 23:35:26 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Revision 1.7 / (download) - annotate - [select for diffs], Fri May 31 12:39:49 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 3 21:54:16 2012 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 2 21:25:27 2012 UTC (11 years ago) by asau
Branch: MAIN
Changes since 1.4: +1 -3
lines
Diff to previous 1.4 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 16 16:21:11 2011 UTC (11 years, 11 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update p5-DBD-Mock to 1.43. Changes from previous: 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
Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 6 20:10:13 2011 UTC (12 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.2: +4 -5
lines
Diff to previous 1.2 (colored)
Changes 1.41: * Changed incorrect verion number Changes 1.40: * Fixed bug rt44591 second preapre giving an error * Fixed bug rt57981 warnings during clone * Fixed bug rt63191 Synopsis errors * Fixed bug rt66813 Google's group link in the POD
Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 21 16:32:55 2010 UTC (13 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 11 13:50:20 2009 UTC (14 years, 8 months ago) by he
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import p5-DBD-Mock version 1.39. Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framework that uses DBI, particularly a framework that uses different types of persistence schemes, then it may be more useful to simply verify what the framework is trying to do -- ensure the right SQL is generated and that the correct parameters are bound. DBD::Mock makes it easy to just modify your configuration (presumably held outside your code) and just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your framework.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 11 13:50:20 2009 UTC (14 years, 8 months ago) by he
Branch: MAIN
Initial revision