mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
aede11e6fd
List Rust enums / structs impacted when new SQLite constants are introduced.
1.8 KiB
1.8 KiB
Checks
- new error code(s) => Update libsqlite3-sys/src/error.rs And code_to_str
- new SQLITE_OPEN_* => Update struct OpenFlags
- new SQLITE_LIMIT_* => Update enum Limit
- new SQLITE_DBCONFIG_* => Update enum DbConfig
- new Authorizer Action Codes => Update enum AuthAction
- new SQLITE_STMTSTATUS_* => Update enum StatementStatus
- new SQLITE_INDEX_CONSTRAINT_* => Update enum IndexConstraintOp
- new function flag(s) => Update struct FunctionFlags