By design, SQL Azure only support CLUSTERED primary key, and for some reason the engineers at Microsoft decided to trigger an error if you attempt to created a non-clustered primary keys there :)
Because clustered primary keys should work just the same on standard SQL Server, we can just switch all the primary keys to clustered.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drupalsqlsrvazure.png | 64.67 KB | VFXCode |
| #1 | 889068-clustered.patch | 856 bytes | damien tournoud |
Comments
Comment #1
damien tournoud commentedCommitted the following patch.
Comment #3
VFXCode commentedThis doesnt seem to work correctly. I still get this error on install with both of your driver versions (alpha1 & dev).
Screenshot attached.
Comment #4
VFXCode commentedHi,
is there any update on this?
Thanks
Comment #5
damien tournoud commentedThere are other issues that currently prevent fully using SQL Azure. One of those is the test table you mentioned, but it is not the only one.
This issue was about switching to CLUSTERED indexes, which has been done. I'm closing back this.