Skip to content

Commit

Permalink
Add back selectStatement for consistency and huanshankeji/exposed-v…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Jun 27, 2023
1 parent 025b6f3 commit bbcbeb7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import org.jetbrains.exposed.sql.*
import org.jetbrains.exposed.sql.statements.*

// The select queries are not executed eagerly so just use them directly.
/*
fun FieldSet.selectStatement(where: Op<Boolean>): Query =
select(where)
*/

/**
* @see org.jetbrains.exposed.sql.deleteAll
Expand Down

0 comments on commit bbcbeb7

Please sign in to comment.