2018-10-07 18:31:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 7 18:31:12 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
|
|
|
|
- Fix build
|
|
|
|
|
2016-07-20 14:14:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-09-26 17:39:10 +00:00
|
|
|
-------------------------------------------------------------------
|
2014-09-23 19:19:15 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-09-26 17:39:10 +00:00
|
|
|
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
|
|
|
|
|
2013-03-29 13:44:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2012-04-25 20:39:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2011-04-04 08:44:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2010-12-01 13:43:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:31:56 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-07-12 09:32:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 12 09:16:06 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
- noarch pkg
|
|
|
|
- added Makefile patch
|
|
|
|
|
2009-12-26 19:05:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 26 17:10:33 UTC 2009 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- initial version 1.56
|
|
|
|
|