Add bindings to sqlite3_trace_v2

This commit is contained in:
gwenn
2024-11-11 12:37:28 +01:00
parent 8266933aa3
commit d0565767e9
8 changed files with 101 additions and 28 deletions

View File

@@ -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 {