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 11.52 years ago |
Created: |
2013-10-14 16:46:03 11.52 years ago |
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. |