Improve gradle tasks
This commit is contained in:
@@ -106,4 +106,4 @@ class Query(override val name: String, private val sql: String, override val con
|
||||
override fun sendQuery(values: Map<String, Any?>): Int {
|
||||
return connection.sendQuery(sql, values)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user