Thomas,

are you sure about the change to DBMSSQL ? It extends DbSybase (which is bad in my opinion), and you removed the redefinition of supportsNativeLimit from true to false, which changes the behaviour of DBMSSQL

  Thomas


Modified: 
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMSSQL.java
URL: 
http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMSSQL.java?rev=419657&r1=419656&r2=419657&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMSSQL.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMSSQL.java Thu 
Jul  6 11:55:49 2006
@@ -30,20 +30,14 @@
public class DBMSSQL extends DBSybase
{
    /**
-     * Empty constructor.
+     * Serial version
     */
-    protected DBMSSQL()
-    {
-    }
+    private static final long serialVersionUID = -2924485528975497044L;

    /**
-     * This method is used to chek whether the database natively
-     * supports limiting the size of the resultset.
-     *
-     * @return True.
+     * Empty constructor.
     */
-    public boolean supportsNativeLimit()
+    protected DBMSSQL()
    {
-        return false;
    }
}


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to