[Rt-commit] r4277 - in Jifty-DBI/trunk: . lib/Jifty/DBI/Handle
jesse at bestpractical.com
jesse at bestpractical.com
Fri Dec 9 01:19:12 EST 2005
Author: jesse
Date: Fri Dec 9 01:19:10 2005
New Revision: 4277
Modified:
Jifty-DBI/trunk/ (props changed)
Jifty-DBI/trunk/lib/Jifty/DBI/Handle/ODBC.pm
Log:
r19849 at truegrounds: jesse | 2005-12-09 01:07:12 -0500
* Ported fixes from SB to ODBC handle
Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Handle/ODBC.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Handle/ODBC.pm (original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Handle/ODBC.pm Fri Dec 9 01:19:10 2005
@@ -78,7 +78,11 @@
my $self = shift;
my $statementref = shift;
- $$statementref = "SELECT main.* FROM $$statementref";
+ my $sb = shift;
+
+ $$statementref = "SELECT main.* FROM $$statementref";
+ $$statementref .= $sb->_group_clause;
+ $$statementref .= $sb->_order_clause;
}
sub encoding {
More information about the Rt-commit
mailing list