Skip to content

Releases: mpyw/sql-http-proxy

v0.0.4

09 Jan 05:03
1736a5b

Choose a tag to compare

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

v0.0.3

09 Jan 04:56
05ea920

Choose a tag to compare

Bug Fixes

  • Fix SQLite DSN format to prevent unwanted file creation
    • Changed sqlite::memory: to :memory: in test configs
    • Added special handling for SQLite DSNs without scheme (:memory:, .db, .sqlite files)

v0.0.2

09 Jan 03:19
663875b

Choose a tag to compare

Full Changelog: 0.0.1...v0.0.2