root / trunk / data / javasqlite / typo.diff

Revision 184, 0.5 kB (checked in by saurik, 8 months ago)

Upgraded to the latest JavaSQLite (20080130).

  • SQLite/JDBC2z/JDBCResultSet.java

    diff -ru javasqlite-20080130/SQLite/JDBC2z/JDBCResultSet.java javasqlite-20080130+iPhone/SQLite/JDBC2z/JDBCResultSet.java
    old new  
    7474    public JDBCResultSet(SQLite.TableResult tr, JDBCStatement s) { 
    7575        this.tr = tr; 
    7676        this.s = s; 
    77         this.m = null; 
     77        this.md = null; 
    7878        this.lastg = null; 
    7979        this.row = -1; 
    8080        this.updatable = UPD_UNKNOWN; 
Note: See TracBrowser for help on using the browser.