Skip to content

Commit cc1bf48

Browse files
committed
Resolve TODOs (won't do)
1 parent e187d94 commit cc1bf48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/kotlin/byos/GraphiQLFilter.kt

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class GraphiQLFilter(
2121
response.contentType = MediaType.APPLICATION_JSON_VALUE
2222
response.characterEncoding = "UTF-8"
2323

24-
// TODO pass variables to use for VariableReferences
2524
val result = graphQLService.executeGraphQLQuery(requestInfo)
2625
response.writer.write(result)
2726
}

src/main/kotlin/byos/Logic.kt

-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ fun resolveInternalQueryTree(relation: InternalQueryNode.Relation, joinCondition
264264
).`as`(relation.graphQLAlias)
265265
}
266266

267-
// TODO DEFAULT_CATALOG.schemas durchsuchen anstatt PUBLIC?
268267
private fun getTableWithAlias(relation: InternalQueryNode.Relation) =
269268
PUBLIC.getTable(relation.fieldTypeInfo.relationName)?.`as`(relation.sqlAlias) ?: error("Table not found")
270269

0 commit comments

Comments
 (0)