This commit is contained in:
2019-10-10 12:15:50 +02:00
parent 21c05f72f5
commit c4125f1429
24 changed files with 166 additions and 148 deletions

View File

@@ -80,7 +80,7 @@ class Requester(
password: String = "dc-project",
queriesDirectory: File? = null,
functionsDirectory: File? = null
): this(
) : this(
Connection(host = host, port = port, database = database, username = username, password = password),
queriesDirectory,
functionsDirectory