Skip to content

Commit

Permalink
Remove an obsolete TODO that should've been removed in commit c03ede0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 14, 2024
1 parent f631294 commit 31629f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ suspend inline fun <Data> DatabaseClient<*>.select(
): RowSet<Data> =
executeQuery(columnSet.buildQuery(), resultRowMapper)

// TODO adapt to the new SELECT DSL or deprecate
suspend inline fun DatabaseClient<*>.select(
columnSet: ColumnSet, buildQuery: ColumnSet.() -> Query
): RowSet<ResultRow> =
Expand Down

0 comments on commit 31629f3

Please sign in to comment.