We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f52cc commit 616afbcCopy full SHA for 616afbc
src/main/java/com/annimon/ownlang/modules/jdbc/jdbc.java
@@ -66,7 +66,7 @@ public void init() {
66
initConstants();
67
Functions.set("getConnection", getConnectionFunction());
68
Functions.set("sqlite", getConnectionFunction("jdbc:sqlite:"));
69
- Functions.set("mysql", getConnectionFunction("jdbc:", () -> Class.forName("com.mysql.jdbc.Driver")));
+ Functions.set("mysql", getConnectionFunction("jdbc:"));
70
}
71
72
private static com.annimon.ownlang.lib.Function getConnectionFunction() {
0 commit comments