Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mssql dialect: make createTableIfNotExists actually work.
Previously it would never actually create the table, as object_id() returns null if the table doesn't exist
- Loading branch information