pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBIx-SearchBuilder
Module Name: pkgsrc
Committed By: markd
Date: Wed Nov 1 19:49:10 UTC 2023
Modified Files:
pkgsrc/databases/p5-DBIx-SearchBuilder: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile
diff -u pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile:1.66 pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile:1.67
--- pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile:1.66 Thu Jul 6 09:38:25 2023
+++ pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile Wed Nov 1 19:49:10 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2023/07/06 09:38:25 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2023/11/01 19:49:10 markd Exp $
-DISTNAME= DBIx-SearchBuilder-1.71
+DISTNAME= DBIx-SearchBuilder-1.78
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
Index: pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo
diff -u pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo:1.36 pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo:1.37
--- pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo:1.36 Sun Aug 21 20:38:27 2022
+++ pkgsrc/databases/p5-DBIx-SearchBuilder/distinfo Wed Nov 1 19:49:10 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2022/08/21 20:38:27 markd Exp $
+$NetBSD: distinfo,v 1.37 2023/11/01 19:49:10 markd Exp $
-BLAKE2s (DBIx-SearchBuilder-1.71.tar.gz) = a71d9094bf1e05faab487a03d143f206795dce41b94d26179e0322836892a2d9
-SHA512 (DBIx-SearchBuilder-1.71.tar.gz) = 696b427d3128d30c2655ca194614b628ec46af8daef763cd4363ae07be5b0bb16d2d1c04539f45be8e37d2d816526bfbc1627ea591e6bce127580906d4ae8ead
-Size (DBIx-SearchBuilder-1.71.tar.gz) = 120610 bytes
+BLAKE2s (DBIx-SearchBuilder-1.78.tar.gz) = 64e17d575ef3f67ce25e72be652ae9ff2f54ae5b8579093312ed4c3e2b9d9f11
+SHA512 (DBIx-SearchBuilder-1.78.tar.gz) = f1af8f257ca04cbee0133d23929aefa17edd35a96eadf40cb10846a8b89696c190357950117b917711b9df3622a64d15da7559d6b03be830cb45b3b7be72cb5b
+Size (DBIx-SearchBuilder-1.78.tar.gz) = 128620 bytes
SHA1 (patch-Makefile.PL) = 3646c4673bd87c36f528ca3720ba2f5347123943
Home |
Main Index |
Thread Index |
Old Index