Skip to content

Commit d6f4869

Browse files
authored
Add BlockingOracleDriver again (#223)
1 parent eeb73c9 commit d6f4869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/scala/com/github/takezoe/slick/blocking/BlockingDrivers.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ object BlockingPostgresDriver extends PostgresProfile with BlockingJdbcProfile
1010
object BlockingSQLiteDriver extends SQLiteProfile with BlockingJdbcProfile
1111
object BlockingDB2Driver extends DB2Profile with BlockingJdbcProfile
1212
object BlockingSQLServerDriver extends SQLServerProfile with BlockingJdbcProfile
13+
object BlockingOracleDriver
14+
extends OracleProfile
15+
with JdbcActionComponent.OneRowPerStatementOnly
16+
with BlockingJdbcProfile

0 commit comments

Comments
 (0)