[Bps-public-commit] dbix-searchbuilder branch master updated. 1.71-29-g0f0390b
BPS Git Server
git at git.bestpractical.com
Thu Dec 8 18:55:43 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dbix-searchbuilder".
The branch, master has been updated
via 0f0390b401d1e5630fb71d8d68a6c320cdb50798 (commit)
from dbdf928321ede1e4eca425d0eb9fd8ef17b915f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0f0390b401d1e5630fb71d8d68a6c320cdb50798
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Dec 8 13:55:23 2022 -0500
Prep Changes file for next release
diff --git a/Changes b/Changes
index e43f8f6..34f4d80 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,25 @@
Revision history for Perl extension DBIx::SearchBuilder.
+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
+ - 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
1.71 2021-09-24
- Add dot to load utils in tests for perl 5.26+
-----------------------------------------------------------------------
Summary of changes:
Changes | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
hooks/post-receive
--
dbix-searchbuilder
More information about the Bps-public-commit
mailing list