What's Changed
- fix: support TiDB in readonly mode for MySQL/MariaDB connectors by @tianzhou in #362
- fix: close half-built connections when connect() fails by @tianzhou in #363
- fix: scope view search to the default schema by @tianzhou in #364
- fix: reject MySQL/MariaDB DSNs that name no database by @tianzhou in #365
- refactor: remove duplication in read-only enforcement by @tianzhou in #366
- fix(test): isolate config discovery in server-spawning integration tests by @tianzhou in #367
- fix: TOML config loading, DSN conflict, and .env interpolation by @tianzhou in #368
- fix: block SQL Server pass-through data sources in read-only mode by @tianzhou in #369
Full Changelog: v0.23.0...v0.24.0