Details
-
Type:
Bug
-
Status:
Patch Needs Work
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.12-RC1
-
Component/s: Database Abstraction Layer (DBAL)
-
Labels:None
-
Environment:Microsoft Azure SQL
-
GitHub Pull Request URL:
Description
The T-SQL schema builder adds "ON" statements to the create table query, specifying the use of the default partition scheme. Azure SQL however does not support that statement.
http://msdn.microsoft.com/en-us/library/ee336258.aspx
Evaluate whether it's OK to remove the ON statements from the schema or if we need a new schema for azure.


Preliminary fix.