main
Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.
Refs #32061 -- Added test for dbshell password leak on PostgreSQL.
Fixed #18392 -- Changed default mysql encoding to "utf8mb4".
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Simplified using DATABASES["OPTIONS"].
Applied Black's 2024 stable style.
Refs #33476 -- Reformatted code with Black.