You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change LastInsertRowid from float to integer type in Python (int|None),
Go (*int64), and Rust (Option<i64>). Adapters convert to wire float types.
- Make sqlite_query return optional in Python (| None) and Rust (Option<>),
matching Node.js and .NET behavior for exec-type queries.
- Fix unused msg variable in Python E2E test.
- Remove unused import in Rust E2E test.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments