System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 9ba9346f75874000283501a1a3cd0a399868e370
Title: 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.