'Unique' properties in .sqlgen config file
cb66
Posts: 5
Hello,
from what I see in the .sqlgen config file and the RegexpGenerator type in particular, there are two Unique properties to be set, one <Unique> tag in the Field configuration section, and one element key in the GeneratorProperties section.
It appears to me that if you set both of them to true, the result for the field is evaluated to be not unique, and if you set both to false, the result is unique. Is this a bug or is my conception of the configuration incorrect? What is the purpose of the <Unique> tag?
Thanks and regards,
C.
from what I see in the .sqlgen config file and the RegexpGenerator type in particular, there are two Unique properties to be set, one <Unique> tag in the Field configuration section, and one element key in the GeneratorProperties section.
It appears to me that if you set both of them to true, the result for the field is evaluated to be not unique, and if you set both to false, the result is unique. Is this a bug or is my conception of the configuration incorrect? What is the purpose of the <Unique> tag?
Thanks and regards,
C.