We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d50a6 commit 3da9a43Copy full SHA for 3da9a43
1 file changed
src/main/kotlin/com/github/mgramin/sqlboot/rest/controllers/ApiController.kt
@@ -230,7 +230,7 @@ class ApiController {
230
@PathVariable connectionName: String
231
): List<ResourceType>? {
232
val fsResourceTypes = FsResourceTypes(
233
- listOf(dbConnectionList.getConnectionByName(connectionName)), FakeUri())
+ dbConnectionList.getConnectionsByMask(connectionName), FakeUri())
234
return fsResourceTypes.resourceTypes()
235
}
236
0 commit comments