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

71 lines
2.8 KiB
Plaintext
Raw Normal View History

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