Skip to content

Commit

Permalink
fix: EXPOSED-161 SQL Server syntax incorrectly allows CASCADE with dr…
Browse files Browse the repository at this point in the history
…opSchema

Remove unused import
  • Loading branch information
bog-walk committed Aug 30, 2023
1 parent ad64e60 commit d2afc1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import org.jetbrains.exposed.sql.tests.DatabaseTestsBase
import org.jetbrains.exposed.sql.tests.TestDB
import org.jetbrains.exposed.sql.transactions.TransactionManager
import org.jetbrains.exposed.sql.transactions.transaction
import org.jetbrains.exposed.sql.vendors.OracleDialect
import org.jetbrains.exposed.sql.vendors.SQLServerDialect
import org.jetbrains.exposed.sql.vendors.currentDialect
import org.junit.Assume
Expand Down

0 comments on commit d2afc1f

Please sign in to comment.