File perl-DBIx-SearchBuilder.changes of Package perl-DBIx-SearchBuilder
-------------------------------------------------------------------
Tue Apr 30 03:06:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 8 22:15:24 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Fri Jan 19 03:06:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 03:07:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 03:06:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.79
see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes
1.79 2023-11-27
- Produce correct query hints
-------------------------------------------------------------------
Thu Jul 6 03:06:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 03:06:52 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.76
see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes
-------------------------------------------------------------------
Thu Apr 20 03:06:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 20:19:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 03:06:51 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 03:07:37 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 7 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 7 18:31:12 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
-------------------------------------------------------------------
Tue Jul 19 05:12:00 UTC 2016 - coolo@suse.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
-------------------------------------------------------------------
Tue Sep 23 19:18:12 UTC 2014 - lars@linux-schulserver.de
- update to 1.66
- Stop unilaterally disabling the "UTF8" flag before executing queries
- Make ->Fields case-sensitive in the column names it returns, as well
as in the table name it takes.
- Make ->Fields only lookup information on the table requested, not all
fields, for performance. It also is now case-sensitive in table name.
- Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
-------------------------------------------------------------------
Thu Sep 26 17:37:11 UTC 2013 - darin@darins.net
- update to 1.65
* Bug fix for DateTimeInterval extraction on Pg
See Changes for complete changelog
-------------------------------------------------------------------
Thu Mar 28 13:06:22 UTC 2013 - darin@darins.net
- update to 1.63
* Bind values were ignored in SimpleUpdateFromSelect
- Add timezone build requirement for opensuse 12.3 and greater
-------------------------------------------------------------------
Wed Apr 25 19:56:08 UTC 2012 - darin@darins.net
- updated to 1.62
* Bind values were ignored in SimpleUpdateFromSelect
* New methods in Handle for mass changes from select statements:
InsertFromSelect, DeleteFromSelect and SimpleUpdateFromSelect
* New methods in Handle for generation of date time related SQL
* custom BuildDSN for Oracle
** Database is treated as SID if SID is not provided
** Build 'dbi:Oracle:<SID>' instead of 'dbi:Oracle:sid=<SID>'
* changes in DBIx::SearchBuilder->Column method
** complete documentation
** support for empty FIELD argument
** column naming fix when explicit ALIAS => 'main' passed
-------------------------------------------------------------------
Mon Apr 4 08:42:59 UTC 2011 - coolo@novell.com
- updated to 1.59
* DBIx::SearchBuilder->DistinctFieldValues method
* SIGNATURE fix
* delete obsolete cvs metadata from a module
* INCOMPATIBLE CHANGE: NextPage and PrevPage were adding rows from
the previous page. Jesse claims that when he wrote this code, he
was 20 years old and it seemed like a good idea at the time.
* When logging queries, include full stack trace
* support $sb->NewAlias( 'table' => 'LEFT' );
* allow join to depend on nothing
* catch cases when there are more closing parens then should be
* Oracle: Use ROW_NUMBER() to propagate row ordering from inside the DISTINCT
* Various performance improvements through small internal refactorings
* Implemented 'sub Fields' on Oracle
* unify case insensitive characters to avoid using LOWER() in some
cases
* We now RedoSearch when RowsPerPage is changed
* No longer RedoSearch if FirstRow is called, but is not actually changed
* Document all paging functions and test them
* handle LOWER() in redundant LEFT joins optimizer,
for Oracle and may be Pg
* Make debugging problems easier by passing errors back
https://rt.cpan.org/Ticket/Display.html?id=55203
* fix Record->PrimaryKeys, field names in values hash are lc'ed
https://rt.cpan.org/Ticket/Display.html?id=18280
* doc updates and cleanups
-------------------------------------------------------------------
Wed Dec 1 13:31:56 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Jul 12 09:16:06 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- noarch pkg
- added Makefile patch
-------------------------------------------------------------------
Sat Dec 26 17:10:33 UTC 2009 - lars@linux-schulserver.de
- initial version 1.56