master
Deterministic Hex and Dec for SQLite3
Fix typos for dbmsSpecificOptions
Extract the SQLite3GlobalState to a separate class to fix a JavaDoc issue
Remove redundant parentheses and enforce a PMD rule for it
Address the updated SQLite3 JDBC error messages
Only append a single element in a StringBuilder call and enable PMD rule
Use a ServiceLoader to pick up database testing implementations
Enforce the checkstyle FinalClass rule
fix too large hex bug in SQLite3
Consistently format all files