Commit 0572953b authored by Benjamin Eberlei's avatar Benjamin Eberlei

Add note on MSSQL and Unique + NULL Constraints

parent 7a07d8f5
...@@ -100,4 +100,7 @@ using strings instead of the `OCI-LOB` does not cause any problems. ...@@ -100,4 +100,7 @@ using strings instead of the `OCI-LOB` does not cause any problems.
++ Microsoft SQL Server ++ Microsoft SQL Server
Nothing yet. +++ Unique and NULL
\ No newline at end of file
Microsoft SQL Server takes Unique very seriously. There is only ever one NULL allowed contrary to the standard
where you can have multiple NULLs in a unique column.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment