[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.56_03-13-g8d75640
Shawn Moore
sartak at bestpractical.com
Mon Oct 4 17:08:41 EDT 2010
The branch, master has been updated
via 8d75640b5d7a43ffd8b62d0b6ff70f9b96719310 (commit)
from 34ba6a49667e1addf558cbbb2ba881a5a534da9a (commit)
Summary of changes:
Changes | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 8d75640b5d7a43ffd8b62d0b6ff70f9b96719310
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Oct 4 17:11:57 2010 -0400
Update Changes
diff --git a/Changes b/Changes
index 93d9c57..86883b1 100755
--- a/Changes
+++ b/Changes
@@ -5,6 +5,12 @@ Revision history for Perl extension DBIx::SearchBuilder.
* 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
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list