zed/crates/sqlez/src
白山風露 631f885900
Ensure sqlez build succeeds on Windows (#7072)
On Windows, `OsStr` must be a valid
[WTF-8](https://simonsapin.github.io/wtf-8/) sequence, and there are no
safety ways converting from bytes to OsStr in std. So I added
`PathExt::try_from_bytes` and use it in `sqlez`.
2024-01-30 10:07:46 -08:00
..
bindable.rs Ensure sqlez build succeeds on Windows (#7072) 2024-01-30 10:07:46 -08:00
connection.rs
domain.rs
lib.rs
migrations.rs Fix typos detected by crate-ci/typos 2024-01-17 14:31:21 -08:00
savepoint.rs
statement.rs
thread_safe_connection.rs
typed_statements.rs
util.rs