exposed-core/src/main/kotlin/org/jetbrains/exposed/v1/core/SQLExpressionBuilder.kt (3 lines): - line 1187: // TODO: Pick a single way to write "SQL" and use it across the board for 1.0 - line 1188: // TODO check Kotlin style guide - line 1189: // TODO Decide what to do when it comes at the end : "PostgreSQLDialect" vs "PostgresqlDialect" or "PostgreSqlDialect" exposed-core/src/main/kotlin/org/jetbrains/exposed/v1/core/AbstractQuery.kt (1 line): - line 11: // TODO: consider naming this as QueryState (or something related to state of the query) and check that it has only single responsibility exposed-core/src/main/kotlin/org/jetbrains/exposed/v1/core/transactions/ThreadLocalTransactionsStack.kt (1 line): - line 82: // TODO make search in list is not optimal, another structure should be used exposed-r2dbc/src/main/kotlin/org/jetbrains/exposed/v1/r2dbc/statements/api/R2dbcDatabaseMetadataImpl.kt (1 line): - line 170: // TODO is this necessary with R2DBC? Answer is no, because all data is returned by getColumns() query below