mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-20 02:15:52 +08:00
Add bindings to sqlite3_trace_v2
This commit is contained in:
@@ -507,6 +507,7 @@ mod bindings {
|
||||
if name == "SQLITE_SERIALIZE_NOCOPY"
|
||||
|| name.starts_with("SQLITE_DESERIALIZE_")
|
||||
|| name.starts_with("SQLITE_PREPARE_")
|
||||
|| name.starts_with("SQLITE_TRACE_")
|
||||
{
|
||||
Some(IntKind::UInt)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user