3x-ui/database
Sora39831 90c5e72f1d fix: set AllowNativePasswords in MariaDB DSN to fix auth failure
Zero-value struct literal caused allowNativePasswords=false to be
written into the DSN, rejecting mysql_native_password auth from
the MariaDB server.
2026-04-03 11:20:54 +08:00
..
model test: add unit tests for critical modules and fix flaky redirect middleware 2026-04-03 08:44:51 +08:00
db.go fix: set AllowNativePasswords in MariaDB DSN to fix auth failure 2026-04-03 11:20:54 +08:00
db_test.go feat: refactor InitDB to be driver-agnostic with SQLite/MariaDB dispatch 2026-04-03 09:26:42 +08:00
migrate.go fix: address all code review issues for MariaDB support 2026-04-03 09:53:20 +08:00
migrate_test.go fix: address all code review issues for MariaDB support 2026-04-03 09:53:20 +08:00