Update project #27

Merged
flecomte merged 7 commits from update-project into master 2021-07-01 01:11:11 +02:00
Showing only changes of commit f98b26b22c - Show all commits

View File

@@ -80,9 +80,9 @@ class Requester(
constructor(
host: String = "localhost",
port: Int = 5432,
database: String = "dc-project",
username: String = "dc-project",
password: String = "dc-project",
database: String,
username: String,
password: String,
queriesDirectory: URI? = null,
functionsDirectory: URI? = null
) : this(