Justin Whear
Justin Whear
Implements `os.networkInterfaces` for both Linux and OSX, ~~partially resolving #1550~~ fully resolves #1550 now that #2115 is merged. Testing locally on Linux produces exact same results as Node aside from...
The virtual table interface allows xBegin, xSync, xCommit, and xRollback to be defined. This commit provides a trait, `TransactionVTab` and rustified versions of those methods. Note that the `module` macro...
When the `loadable_extension` feature is enabled, `cargo test` will fail due to a sqlite3_threadsafe failure. Tested version: 0.35.0 # Reproduction ``` cargo new rusqlite_repro cd rusqlite_repro cargo add rusqlite -F...