Slick profile for DB2.
Slick profile for Microsoft SQL Server with MS JDBC Driver.
Slick profile for Microsoft SQL Server with MS JDBC Driver. Extension of the freeslick standard MSSQL profile, but with support for the Microsoft JDBC driver
Slick profile for Microsoft SQL Server.
Slick profile for Microsoft SQL Server.
This profile implements the scala.slick.driver.JdbcProfile
without the following capabilities:
scala.slick.driver.JdbcProfile.capabilities.returnInsertOther:
When returning columns from an INSERT operation, only a single column
may be specified which must be the table's AutoInc column.scala.slick.profile.SqlProfile.capabilities.sequence:
Sequences are not supported because SQLServer does not have this
feature.scala.slick.driver.JdbcProfile.capabilities.forceInsert:
Inserting explicit values into AutoInc columns with forceInsert
operations is not supported.
Slick profile for Oracle.
Slick profile for Oracle.
This profile implements the scala.slick.driver.JdbcProfile
without the following capabilities:
Slick profile for DB2.
This profile implements the
scala.slick.driver.JdbcProfilewithout the following capabilities: