Upstream changes:
2.033004 2018-01-26 09:33:20-08:00 America/Los_Angeles
- Fix ::RemoveColumns and ::AutoRemoveColumns to not wreak havoc when select/as
is used (Thanks Vladimir Melnik for test and ribasushi for hint at fix!)
- Allow easily subclassing types to be skipped in ::ToJSON
(Thanks Paul Williams!) (closes GH#79 and GH#80)
Upstream changes:
2.033002 2016-10-31 16:03:23-07:00 America/Los_Angeles
- Fix ::ProxyResultSetMethod to work when calling ->update
(Thanks for the report Ryan Voots!)
- Fix a number of warnings induced by upcoming DBIC (Thanks ribasushi!)
Upstream changes:
2.033000 2016-07-03 22:02:03-07:00 America/Los_Angeles
- Add ::Schema::Verifier::ColumnInfo (Thanks Wes Malone!) (Closes GH#67)
- Uninserted rows do not set their storage value anymore
(Thanks for the report Wes Malone!) (Closes GH#69)
2.032002 2016-05-24 10:00:16-07:00 America/Los_Angeles
- Fix variation in list context when using ::OnColumnMissing
(Thanks to David Farrell for the bug report!)
(Closes GH#63)
Upstream changes:
2.032001 2016-04-13 22:01:03-07:00 America/Los_Angeles
- Fix simple deletion and updates for ::DateMethods1
(Thanks for the report Wes Malone and Erland Injerd, and the help to fix the
actual bug ribasushi!)
Update DEPENDS
Upstream changes:
2.026000 2015-05-02 00:27:28-05:00 America/Chicago
- Add new ::Schema::Verifier framework
- ... including inaugural ::Verifier::C3
2.025003 2015-04-06 16:28:20-05:00 America/Chicago
- Make ::OnColumnChange always allow mutating values before update
- Fix documented args for `after_column_change`
- Document ::OnColumnChange semantics a little bit more clearly
2.025002 2015-03-21 00:03:43-05:00 America/Chicago
- Migrate ::RS::CorelateRelationship to an importable Util
- Correctly set a parent class for all helpers
Upstream changes:
2.025001 2015-02-28 09:53:36-06:00 America/Chicago
- fix ::RS::Errors test on Windows
2.025000 2015-02-20 22:50:47-06:00 America/Chicago
- Add ::Helper::ResultSet::Errors to help when calling Result methods on an RS
Add missing DEPENDS
Upstream changes:
2.024000 2014-11-02 09:02:44-06:00 America/Chicago
- Add ::Helper::Schema::DidYouMean to help with typos when calling ->resultset
2.023007 2014-09-16 19:48:34-05:00 America/Chicago
- Fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!)
- Fix yet another issue with ->copy and proxied ResultSet methods (thanks again
moltar!)
2.023006 2014-09-03 17:44:34-05:00 America/Chicago
- Fix a few ::DateMethods1 methods when using a bound date (vs a column)
2.023005 2014-08-10 11:05:27-05:00 America/Chicago
- Fix ::Row::SelfResultSet to correctly include CSA (Thanks Steve Kleiman!)
2.023004 2014-08-01 18:27:54-05:00 America/Chicago
- Fix implementation of ::Row::SelfResultSet (fixes GH#34, thanks ribasushi for
the heads up!)
Update DEPENDS
Upstream changes:
2.023003 2014-07-21 21:22:27-05:00 America/Chicago
- Fix ToJSON to use accessors if it needs to (Thanks Kevin Benson!)
- Fix silly typo in ::Explain (Good catch Jonathan W. Taylor!)
2.023002 2014-06-28 15:04:15-05:00 America/Chicago
- Remove silly layer of subtesting (thanks to new features in Test::Roo)
- Remove silly sub wrapper in Explain internals (should moderately increase
performance)
2.023001 2014-06-14 12:39:08-05:00 America/Chicago
- Add handy SYNOPSIS to ::DateMethods1 (thanks for asking rjbs!)
2.023000 2014-05-26 19:33:01-05:00 America/Chicago
- Add ::Shortcut::Explain RS helper
2.022000 2014-05-03 10:39:30-05:00 CST6CDT
- Add ::Shortcut::ResultsExist RS helper (Olaf Alders)
- Add abstract to ::DateMethods1::Announcement (Gregor Herrmann)
2.021001 2014-04-06 11:43:36-05:00 America/Chicago
- Fix ::RemoveColumns to work with a specified `columns` (Anthony DeRobertis)
(Fixes GH#27) Also fixes RT#91977/GH#24)
2.021000 2014-04-01 20:12:40-05:00 America/Chicago
- Create Shortcut::Page and Shortcut::LimitedPage ResultSet helpers (wreis)
2.020001 2014-03-05 10:33:46CST-0600 America/Chicago
- Make ::DateMethods1 tests paralellizable (thanks Alexander Hartmaier!)
- fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!)
- fix ABSTRACT on ::Helper::ResultSet::DateMethods1
2.020000 2014-03-04 08:31:39-06:00 America/Chicago
- Add ::Helper::ResultSet::DateMethods1
- Add abstract to ::Schema::LintContents
2.019004 2014-02-14 07:53:19 America/Chicago
- Make IgnoreWantarray's search die in void context
2.019003 2014-02-07 22:21:47-06:00 America/Chicago
- Fix ->copy on rows with proxied ResultSet methods (thanks moltar for the
test!) (NOTE: This fix is what requires upgrading to DBIC 0.08260)
2.019002 2014-01-12 09:40:41 America/Chicago
- Pick SQL for random row selection in a cleaner way
- Stop using Class::MOP::load_class (RT#91035)
- Really stop using RT
2.019001 2013-11-23 10:19:28 America/Chicago
- Fix typo in ::CorrelateRelationship (Getty)
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.
2.018002 2013-07-30 18:45:10 CST6CDT
- ::Helper::ResultSet correctly uses all Helpers (reported by moltar)
Note that some deprecated helpers were removed from ::ResultSet, so check
your code to see if you use the as_virtual_view method. If you do, replace
it with as_subselect_rs and you'll be fine.
- Fix return precedence in test (Reini Urban)
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.