Query compiler phase that rewrites Exists calls in projections to equivalent CountAll > 0 calls which can then be fused into aggregation sub-queries in the fuseComprehensions phase.
(Since version 3.0) Use 'api' instead of 'simple' or 'Implicit' to import the new API
(Since version 3.0) Use 'api' instead of 'simple' or 'Implicit' to import the new API
Slick profile for Microsoft SQL Server.
This profile implements the
scala.slick.driver.JdbcProfilewithout 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.