Subject: CVS commit: pkgsrc/databases/p5-DBIx-SearchBuilder
From: Mark Davies
Date: 2023-11-01 20:49:10
Message id: 20231101194910.7D3D7FA28@cvs.NetBSD.org

Log Message:
p5-DBIx-SearchBuilder: update to 1.78

1.78 2023-07-05
 - Query the Count data if current page does not have any records
 - Require DBD::SQLite 1.60+ for combine searches

1.77 2023-06-30
 - Change how DistinctQueryAndCount builds query to fix sorting

1.76 2023-04-20
 - Call DatabaseVersion instead to make sure we already retrieved the version
   (this is to fix a possible uninitialized warning on disconnect)

1.75 2023-04-19
 - Log unsupported CombineSearchAndCount warning only once
 - Fix version comparison for MariaDB 10.10+

1.74 2022-12-12
 - Explicitly require version to make cpantesters happy
 - Require perl 5.10.1+ to not support derelict versions

1.73 2022-12-08
 - Remove very old CVS headers from files
 - Standardize whitespace
 - Remove an unused cache parameter remaining from a previous refactor
 - Update a test to work around a change in numeric values returned on
   Postgres starting in version 14
 - Fix a doc typo
 - Fix a bind value issue with Limit on Postgres
 - Disable finding count in searches for older versions of MySQL and
   MariaDB that don't support window functions (OVER)
 - Truncate values before checking for changes to fix a bug where
   values bigger than a column would be inserted even when they were
   not changed

1.72_01 2022-09-20
 - Simplify count's internal logic to always use the "count_all" key
 - Fix Count method to always returns count in selected page
 - Support search and count in same query
 - Redo search only if ORDER/GROUP BY is really updated
 - Add bind values support for LIMIT clauses

Files:
RevisionActionfile
1.67modifypkgsrc/databases/p5-DBIx-SearchBuilder/Makefile
1.37modifypkgsrc/databases/p5-DBIx-SearchBuilder/distinfo