Skip to content

Commit 4cfe7e2

Browse files
committed
_
1 parent ab87e97 commit 4cfe7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl fmt::Display for SqliteError {
7878

7979
#[repr(C)]
8080
pub struct SQLite3 {
81-
pub connection: transport::DatabaseConnection, // HTTP strategy for requests
81+
pub connection: transport::DatabaseConnection, // Connection to the database
8282
pub last_insert_rowid: Mutex<Option<i64>>, // Last inserted row ID
8383
pub error_stack: Mutex<Vec<(String, c_int)>>, // Stack to store error messages
8484
pub transaction_baton: Mutex<Option<String>>, // Baton for transaction management

0 commit comments

Comments
 (0)