diff options
Diffstat (limited to 'net-www/cocoon/files/cocoon-2.0.2.patch')
-rw-r--r-- | net-www/cocoon/files/cocoon-2.0.2.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/net-www/cocoon/files/cocoon-2.0.2.patch b/net-www/cocoon/files/cocoon-2.0.2.patch new file mode 100644 index 000000000000..26eb109388c1 --- /dev/null +++ b/net-www/cocoon/files/cocoon-2.0.2.patch @@ -0,0 +1,36 @@ +*** src/java/org/apache/cocoon/components/language/markup/xsp/EsqlConnection.java Mon Mar 25 23:27:25 2002 +--- src/java/org/apache/cocoon/components/language/markup/xsp/EsqlConnection.java_NEW Tue Jun 25 11:40:24 2002 +*************** +*** 233,239 **** + return(connection.prepareCall(s,i1,i2)); + } + +! /* + public void setHoldability(int holdability) + throws SQLException + { +--- 233,239 ---- + return(connection.prepareCall(s,i1,i2)); + } + +! @JDBC3_START@ + public void setHoldability(int holdability) + throws SQLException + { +*************** +*** 316,322 **** + { + return prepareStatement(sql, columnNames); + } +! */ + + } + +--- 316,322 ---- + { + return prepareStatement(sql, columnNames); + } +! @JDBC3_END@ + + } + |