Fix locale

This commit is contained in:
Lixfel
2025-01-23 18:21:44 +01:00
parent bbd42a769b
commit aa01fde5a0
@@ -62,7 +62,7 @@ public class Statement implements AutoCloseable {
String user = properties.getProperty("user"); String user = properties.getProperty("user");
String password = properties.getProperty("password"); String password = properties.getProperty("password");
PRODUCTION_DATABASE = "core".equals(properties.getProperty("database")); PRODUCTION_DATABASE = "production".equals(properties.getProperty("database"));
MAX_CONNECTIONS = SQLConfig.impl.maxConnections(); MAX_CONNECTIONS = SQLConfig.impl.maxConnections();
conProvider = () -> { conProvider = () -> {
try { try {