Path to this page:
./
databases/p5-DBIx-SearchBuilder,
Extension for easy SQL SELECT Statement generation
Branch: CURRENT,
Version: 1.82,
Package name: p5-DBIx-SearchBuilder-1.82,
Maintainer: pkgsrc-usersPerl extension for easy SQL SELECT Statement generation
Required to run:[
databases/p5-DBI] [
databases/p5-DBIx-DBSchema] [
lang/perl5] [
devel/p5-capitalization] [
devel/p5-Class-Accessor] [
devel/p5-Want] [
devel/p5-Class-ReturnValue] [
devel/p5-Cache-Simple-TimedExpiry] [
devel/p5-Clone]
Required to build:[
databases/p5-DBD-SQLite]
Master sites: (Expand)
Filesize: 128.549 KB
Version history: (Expand)
- (2024-08-11) Updated to version: p5-DBIx-SearchBuilder-1.82
- (2023-11-01) Updated to version: p5-DBIx-SearchBuilder-1.78
- (2023-07-06) Updated to version: p5-DBIx-SearchBuilder-1.71nb1
- (2022-08-22) Updated to version: p5-DBIx-SearchBuilder-1.71
- (2022-06-28) Updated to version: p5-DBIx-SearchBuilder-1.68nb2
- (2021-05-25) Updated to version: p5-DBIx-SearchBuilder-1.68nb1
CVS history: (Expand)
2023-11-01 20:49:10 by Mark Davies | Files touched by this commit (2) | |
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
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-08-21 22:38:27 by Mark Davies | Files touched by this commit (2) | |
Log message:
p5-DBIx-SearchBuilder: update to 1.71
1.71 2021-09-24
- Add dot to load utils in tests for perl 5.26+
1.70 2021-09-24
- Enable queries processed with BuildSelectQuery and BuildSelectCountQuery
to use bind variables
1.69 2021-01-20
- New option to quote tablenames in queries, enabled automatically for MySQL 8
- Updated tests for new MySQL 8 reserved words and tablename quoting
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|