tmlab / tmql

Automatically exported from code.google.com/p/tmql
1 stars 0 forks source link

Update of occurrences should validate value #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Update an occurrence e.g. with "lala^xsd:int"

What is the expected output? 

An error!

What do you see instead?
an occurrence with value "lala" and datatype "xsd:int"

Original issue reported on code.google.com by h.niederhausen@googlemail.com on 30 Mar 2011 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 30 Mar 2011 at 9:00

GoogleCodeExporter commented 9 years ago
Fixed. There was a new pragma added to switch off this handling:

%pragma datatype-validation false ....

Original comment by Sven.Kro...@googlemail.com on 30 Mar 2011 at 10:02