We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb73c9 commit d6f4869Copy full SHA for d6f4869
src/main/scala/com/github/takezoe/slick/blocking/BlockingDrivers.scala
@@ -10,3 +10,7 @@ object BlockingPostgresDriver extends PostgresProfile with BlockingJdbcProfile
10
object BlockingSQLiteDriver extends SQLiteProfile with BlockingJdbcProfile
11
object BlockingDB2Driver extends DB2Profile with BlockingJdbcProfile
12
object BlockingSQLServerDriver extends SQLServerProfile with BlockingJdbcProfile
13
+object BlockingOracleDriver
14
+ extends OracleProfile
15
+ with JdbcActionComponent.OneRowPerStatementOnly
16
+ with BlockingJdbcProfile
0 commit comments