Changelog for
perl-DBIx-SearchBuilder-1.67-3.1.noarch.rpm :
Sun Oct 7 14:00:00 2018 opensuseAATTdstoecker.de
- Fix build
Tue Jul 19 14:00:00 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
Tue Sep 23 14:00:00 2014 larsAATTlinux-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 14:00:00 2013 darinAATTdarins.net
- update to 1.65
* Bug fix for DateTimeInterval extraction on Pg
See Changes for complete changelog
Thu Mar 28 13:00:00 2013 darinAATTdarins.net
- update to 1.63
* Bind values were ignored in SimpleUpdateFromSelect
- Add timezone build requirement for opensuse 12.3 and greater
Wed Apr 25 14:00:00 2012 darinAATTdarins.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:
\' instead of \'dbi:Oracle: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 14:00:00 2011 cooloAATTnovell.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:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Jul 12 14:00:00 2010 chrisAATTcomputersalat.de
- recreated by cpanspec 1.78
- noarch pkg
- added Makefile patch
Sat Dec 26 13:00:00 2009 larsAATTlinux-schulserver.de
- initial version 1.56