Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug1132937b into lp:zorba/jdbc-module.
Commit message: Fix for an unnecessary cursor movement call Requested reviews: Rodolfo Ochoa (rodolfo-ochoa) Related bugs: Bug #1132937 in Zorba: "JSONiq for Language Bindings" https://bugs.launchpad.net/zorba/+bug/1132937 For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1132937b/+merge/158726 Fix for an unnecessary cursor movement call -- https://code.launchpad.net/~zorba-coders/zorba/bug1132937b/+merge/158726 Your team Zorba Coders is subscribed to branch lp:zorba/jdbc-module.
=== modified file 'src/jdbc.xq.src/jsonitemsequence.cpp' --- src/jdbc.xq.src/jsonitemsequence.cpp 2013-02-02 04:36:34 +0000 +++ src/jdbc.xq.src/jsonitemsequence.cpp 2013-04-12 22:44:27 +0000 @@ -34,8 +34,6 @@ CHECK_EXCEPTION columnCount = env->CallIntMethod(oMetadata, jResultSetMetadata.getColumnCount); CHECK_EXCEPTION - env->CallVoidMethod(oResultSet, jResultSet.beforeFirst); - CHECK_EXCEPTION // Getting column names and types columnNames = new String[columnCount];
-- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp