System.Data.SQLite

Check-in [23091b23c4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Another comment fix.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 23091b23c4a5462956d80b920d722c41ff54a58b
User & Date: mistachkin 2013-07-17 20:55:51.214
Context
2013-07-18
07:13
Update wording on the download page. check-in: 9bb9c55c5a user: mistachkin tags: trunk
2013-07-17
20:55
Another comment fix. check-in: 23091b23c4 user: mistachkin tags: trunk
20:48
Fix typo in comment. check-in: 670ca52ab6 user: mistachkin tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to System.Data.SQLite/SQLiteModule.cs.
1813
1814
1815
1816
1817
1818
1819
1820
1821


1822
1823
1824
1825
1826
1827
1828
1813
1814
1815
1816
1817
1818
1819


1820
1821
1822
1823
1824
1825
1826
1827
1828







-
-
+
+







        {
            return rowIndex;
        }

        ///////////////////////////////////////////////////////////////////////

        /// <summary>
        /// Arranges for the integer row sequence number to be adjusted so that
        /// it refers to the next row.
        /// Adjusts the integer row sequence number so that it refers to the
        /// next row.
        /// </summary>
        public virtual void NextRowIndex()
        {
            rowIndex++;
        }
        #endregion