Files
perl-DBIx-SearchBuilder/perl-DBIx-SearchBuilder.changes

104 lines
4.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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