bool SQLiteConnection.AutoCommit { get; } to expose sqlite3_get_autocommit()
Status:
Closed
Type:
Feature_Request
Severity:
Important
Priority:
Medium
Subsystem:
Connection
Resolution:
Fixed
Last Modified:
2013-10-15 06:53:21
Version Found In:
1.0.88
User Comments:
anonymous added on 2013-10-14 16:46:03:
Can we please have
`bool SQLiteConnection.AutoCommit { get; }` to expose `sqlite3_get_autocommit()`? I don't see how to access this information elsewhere.
Thanks!
mistachkin added on 2013-10-15 06:53:21:
Fixed on trunk via check-in [a6dfd19657]. This will appear in the next release.