We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4026bc commit 98a2299Copy full SHA for 98a2299
1 file changed
libsql-sys/src/connection.rs
@@ -284,6 +284,7 @@ impl<W: Wal> Connection<W> {
284
};
285
#[cfg(not(unix))]
286
let path = path
287
+ .as_ref()
288
.to_str()
289
.ok_or_else(|| crate::error::Error::Bug("database path is not valid unicode"))
290
.and_then(|x| {
0 commit comments