Errors on partition functions with NULL boundaries

brenobreno Posts: 4
edited February 8, 2016 5:27AM in SQL Compare 11
I ran into an issue with SQL Compare, both versions 11.4.4 and 11.4.3 where comparing databases fails when there is a NULL boundary value for a partition function in the database.

For example:

create partition function test_pf (int) as range LEFT for values((NULL))

Comments

Sign In or Register to comment.