2013-10-15
| ||
06:53 | • Closed ticket [9ba9346f75]: bool SQLiteConnection.AutoCommit { get; } to expose sqlite3_get_autocommit() plus 6 other changes artifact: 5093d65dd0 user: mistachkin | |
06:52 | Add AutoCommit property to the SQLiteConnection class. Fix for [9ba9346f75]. check-in: a6dfd19657 user: mistachkin tags: trunk | |
2013-10-14
| ||
16:46 | • New ticket [9ba9346f75] bool SQLiteConnection.AutoCommit { get; } to expose sqlite3_get_autocommit(). artifact: 78b790f8b2 user: anonymous | |
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. |