Skip to content

Commit

Permalink
Add BlockingOracleDriver again (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoo committed May 11, 2024
1 parent eeb73c9 commit d6f4869
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ object BlockingPostgresDriver extends PostgresProfile with BlockingJdbcProfile
object BlockingSQLiteDriver extends SQLiteProfile with BlockingJdbcProfile
object BlockingDB2Driver extends DB2Profile with BlockingJdbcProfile
object BlockingSQLServerDriver extends SQLServerProfile with BlockingJdbcProfile
object BlockingOracleDriver
extends OracleProfile
with JdbcActionComponent.OneRowPerStatementOnly
with BlockingJdbcProfile

0 comments on commit d6f4869

Please sign in to comment.