Changelog for
perl-DBIx-SearchBuilder-1.820.0-lp155.1.1.noarch.rpm :
* Tue Apr 30 2024 Tina Müller
- updated to 1.82 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.82 2024-04-29 - Format reference to other docs as links - Document the possibly different encoding of returned values - Make wide character tests pass for Oracle - Test if empty strings are saved as NULL on Oracle CLOB fields - Prefer NULL instead of empty CLOBs for Oracle
* Fri Mar 08 2024 Tina Müller - Fix disabling of __perllib_provides
* Fri Jan 19 2024 Tina Müller - updated to 1.81 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.81 2024-01-18 - Add explicit support for MariaDB in addition to MySQL
* Thu Dec 14 2023 Tina Müller - updated to 1.80 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.80 2023-12-13 - Add CastAsDecimal helper method
* Tue Nov 28 2023 Tina Müller - updated to 1.79 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.79 2023-11-27 - Produce correct query hints
* Thu Jul 06 2023 Tina Müller - updated to 1.78 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 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
* Fri Apr 21 2023 Tina Müller - updated to 1.76 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes
* Thu Apr 20 2023 Tina Müller - updated to 1.75 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.74 2023-04-19 - Log unsupported CombineSearchAndCount warning only once - Fix version comparison for MariaDB 10.10+
* Mon Dec 12 2022 Tina Müller - updated to 1.74 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 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
* Sat Sep 25 2021 Tina Müller - updated to 1.71 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 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
* Thu Jan 21 2021 Tina Müller - updated to 1.69 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 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
* Tue Jul 07 2020 Tina Müller - updated to 1.68 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.68 2020-07-06 - Avoid segmentation faults on disconnect on MariaDB 10.2+
* Sun Oct 07 2018 Dirk Stoecker - Fix build
* Tue Jul 19 2016 cooloAATTsuse.com- updated to 1.67 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.67 - Add ->QueryHint and ->QueryHintFormatted to collection API for Oracle