FreeBSD Bugzilla – Attachment 98148 Details for
Bug 137001
[MAINTAINER] java/sqlitejdbc: activate existent feature
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlitejdbc-056.patch
sqlitejdbc-056.patch (text/plain), 1.18 KB, created by
Lapo Luchini
on 2009-07-22 17:50:05 UTC
(
hide
)
Description:
sqlitejdbc-056.patch
Filename:
MIME Type:
Creator:
Lapo Luchini
Created:
2009-07-22 17:50:05 UTC
Size:
1.18 KB
patch
obsolete
>diff -ruN --exclude=CVS >/usr/ports/java/sqlitejdbc.orig/files/patch-src_org_sqlite_Conn.java >/usr/ports/java/sqlitejdbc/files/patch-src_org_sqlite_Conn.java >--- >/usr/ports/java/sqlitejdbc.orig/files/patch-src_org_sqlite_Conn.java >1970-01-01 01:00:00.000000000 +0100 >+++ /usr/ports/java/sqlitejdbc/files/patch-src_org_sqlite_Conn.java >2009-07-22 18:33:57.000000000 +0200 >@@ -0,0 +1,14 @@ >+--- src/org/sqlite/Conn.java.orig 2009-07-22 18:33:46.000000000 +0200 >++++ src/org/sqlite/Conn.java 2009-07-22 18:33:53.000000000 +0200 >+@@ -214,7 +214,10 @@ class Conn implements Connection >+ ResultSet.CONCUR_READ_ONLY); >+ } >+ public PreparedStatement prepareStatement(String sql, int autoC) >+- throws SQLException { throw new SQLException("NYI"); } >++ throws SQLException { >++ return prepareStatement(sql, ResultSet.TYPE_FORWARD_ONLY, >++ ResultSet.CONCUR_READ_ONLY); >++ } >+ public PreparedStatement prepareStatement(String sql, int[] colInds) >+ throws SQLException { throw new SQLException("NYI"); } >+ public PreparedStatement prepareStatement(String sql, String[] >colNames)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137001
: 98148