root / trunk / data / javasqlite / typo.diff
| Revision 184, 0.5 kB (checked in by saurik, 8 months ago) |
|---|
-
SQLite/JDBC2z/JDBCResultSet.java
diff -ru javasqlite-20080130/SQLite/JDBC2z/JDBCResultSet.java javasqlite-20080130+iPhone/SQLite/JDBC2z/JDBCResultSet.java
old new 74 74 public JDBCResultSet(SQLite.TableResult tr, JDBCStatement s) { 75 75 this.tr = tr; 76 76 this.s = s; 77 this.m = null;77 this.md = null; 78 78 this.lastg = null; 79 79 this.row = -1; 80 80 this.updatable = UPD_UNKNOWN;
Note: See TracBrowser
for help on using the browser.
