Hi Isomorphic,
please see these docs (this is 5.1, but true for 6.0 and 6.1 as well). sqlStorageStrategy is there only in the text, not as an own attribute. Also I think there were own entries for attributes "sqlTrueValue" and "sqlFalseValue".
Could you check this and also if there is something wrong in general with the docs? There is no serverds in the 5.0 docs and serverds in the 4.1 docs only contains one entry. (I know these are very old, but if there is a general problem, it might affect newer builds as well.)
This 1st issue is pretty important for me as I want to create a column where one row is marked as default with "Y". If I could use sqlFalseValue="null", I also could create an unique constraint on that column, as all but one rows would have null as value.
Can you answer this question also in text (and not just fix the docs issue)?
Thank you and Best regards
Blama
please see these docs (this is 5.1, but true for 6.0 and 6.1 as well). sqlStorageStrategy is there only in the text, not as an own attribute. Also I think there were own entries for attributes "sqlTrueValue" and "sqlFalseValue".
Could you check this and also if there is something wrong in general with the docs? There is no serverds in the 5.0 docs and serverds in the 4.1 docs only contains one entry. (I know these are very old, but if there is a general problem, it might affect newer builds as well.)
This 1st issue is pretty important for me as I want to create a column where one row is marked as default with "Y". If I could use sqlFalseValue="null", I also could create an unique constraint on that column, as all but one rows would have null as value.
Can you answer this question also in text (and not just fix the docs issue)?
Thank you and Best regards
Blama
Comment