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( constructor(
host: String = "localhost", host: String = "localhost",
port: Int = 5432, port: Int = 5432,
database: String = "dc-project", database: String,
username: String = "dc-project", username: String,
password: String = "dc-project", password: String,
queriesDirectory: URI? = null, queriesDirectory: URI? = null,
functionsDirectory: URI? = null functionsDirectory: URI? = null
) : this( ) : this(