tmlab / tmql

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

Update of occurrences should use datatype of old occurrence #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Update an existing occurrence without specifying the datatype.

What I want:
the datatype of the occurrences should be used.

What happens?
The datatype is set to xsd:string.

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

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 30 Mar 2011 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 30 Mar 2011 at 8:59

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

GoogleCodeExporter commented 9 years ago
and pragma

%pragma datatype-binding false ....

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