We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab87e97 commit 4cfe7e2Copy full SHA for 4cfe7e2
src/sqlite.rs
@@ -78,7 +78,7 @@ impl fmt::Display for SqliteError {
78
79
#[repr(C)]
80
pub struct SQLite3 {
81
- pub connection: transport::DatabaseConnection, // HTTP strategy for requests
+ pub connection: transport::DatabaseConnection, // Connection to the database
82
pub last_insert_rowid: Mutex<Option<i64>>, // Last inserted row ID
83
pub error_stack: Mutex<Vec<(String, c_int)>>, // Stack to store error messages
84
pub transaction_baton: Mutex<Option<String>>, // Baton for transaction management
0 commit comments