Skip to content

v0.0.4

Latest

Choose a tag to compare

@mpyw mpyw released this 09 Jan 05:03
1736a5b

Bug Fixes

  • Fix SQLite DSN format to prevent unwanted file creation
    • Changed sqlite::memory: to :memory: in test configs
    • Improved DSN parsing: parse URL first, fallback to SQLite special cases (:memory:, .db, .sqlite) if no scheme
    • Preserve original parse error for better diagnostics