diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-11 03:37:32 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-11 03:37:32 +0000 |
commit | 2048c0f0d9fba74a699399e19b1ed99147d6cea4 (patch) | |
tree | ed563bb0ddf966545a6e2b4eeb4c405e72982d7b /data/javasqlite/typo.diff | |
parent | fca8c6ee90f03fea0664e7b764a04a4fccbea025 (diff) |
Upgraded to the latest JavaSQLite (20080130).
git-svn-id: http://svn.telesphoreo.org/trunk@184 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/javasqlite/typo.diff')
-rw-r--r-- | data/javasqlite/typo.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/javasqlite/typo.diff b/data/javasqlite/typo.diff new file mode 100644 index 000000000..b0575f776 --- /dev/null +++ b/data/javasqlite/typo.diff @@ -0,0 +1,12 @@ +diff -ru javasqlite-20080130/SQLite/JDBC2z/JDBCResultSet.java javasqlite-20080130+iPhone/SQLite/JDBC2z/JDBCResultSet.java +--- javasqlite-20080130/SQLite/JDBC2z/JDBCResultSet.java 2008-01-08 10:03:08.000000000 +0000 ++++ javasqlite-20080130+iPhone/SQLite/JDBC2z/JDBCResultSet.java 2008-03-11 02:55:52.000000000 +0000 +@@ -74,7 +74,7 @@ + public JDBCResultSet(SQLite.TableResult tr, JDBCStatement s) { + this.tr = tr; + this.s = s; +- this.m = null; ++ this.md = null; + this.lastg = null; + this.row = -1; + this.updatable = UPD_UNKNOWN; |