Revision history for DBIx-Class-Helper-TableSample:
v0.7.0 2024-09-27 17:24:27+01:00 Europe/London
[Enhancements]
- The tablesample method will accept a method name instead of a hashreference with a method key.
[Bug Fixes]
- Fixed the parent class.
[Documentation]
- Fixed typos in Changes.
v0.6.0 2024-04-13 14:22:13+01:00 Europe/London
[Enhancements]
- Tablesample can be used when there are joins.
[Documentation]
- Documented how to use this with the tsm_system_rows extension in PostgreSQL.
v0.5.0 2023-11-21 17:19:41+00:00 Europe/London
[Enhancements]
- Added the tablesample method, GH#3.
[Documentation]
- Reorganised POD.
[Tests]
- Cleaned up prerequisite reports.
v0.4.0 2023-05-08 20:15:52+01:00 Europe/London
[Incompatible Changes]
- Perl v5.14 or later is required to use this module.
[Documentation]
- Bumped copyright year.
- Support policy for older Perls is documented.
[Other]
- Sign release.
v0.3.2 2022-10-13 22:08:00+01:00 Europe/London
[Documentation]
- Fixed typos.
- Added explicit note that some databases require a sampling method.
- Renamed CAVEATS to KNOWN ISSUES.
v0.3.1 2022-07-26 15:17:48+01:00 Europe/London
[Documentation]
- Fixed typos.
v0.3.0 2022-07-26 10:08:26+01:00 Europe/London
[Incompatible Changes]
- "type" has been renamed to "method", but "type" will still be
supported for backwards compatability.
[Documentation]
- Minor rewording.
- Fixed typo in SYNOPSIS.
- Bump copyright year.
- Fixed encoding of links in README.
[Toolchain]
- Updated MANIFEST.SKIP.
v0.2.0 2019-08-31 21:44:36+01:00 Europe/London
[Documentation]
- Minor rewording to improve clarity.
[Enhancements]
- Use Ref::Util for checking reference types.
- Scalar references for fraction and repeatable are dereferenced.
v0.1.0 2019-08-31 16:48:56+01:00 Europe/London
- Initial version released.