System.Data.SQLite

Check-in [59bbbbfcdb]
Login

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

Overview
Comment:Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | stickyHasRows
Files: files | file ages | folders
SHA1: 59bbbbfcdb6304f3c9388f4013f178a73176b9bd
User & Date: mistachkin 2014-03-14 20:20:47.912
Context
2014-03-18
23:12
Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets. check-in: baf17cba3c user: mistachkin tags: trunk
2014-03-14
20:20
Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets. Closed-Leaf check-in: 59bbbbfcdb user: mistachkin tags: stickyHasRows
2014-03-12
22:56
Add the SQLiteDataReader.StepCount property to return the number of rows seen so far. check-in: a31cac5d59 user: mistachkin tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Doc/Extra/Provider/version.html.
Changes to System.Data.SQLite/SQLiteBase.cs.
Changes to System.Data.SQLite/SQLiteDataReader.cs.
Changes to Tests/basic.eagle.
Changes to readme.htm.
Changes to www/news.wiki.