tmlab / tmql

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

Ignore datatype during update query #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Datatype ignored if using the datatype pattern value^^iri in update-clause.

UPDATE occurrences SET "111"^^http://www.w3.org/2001/XMLSchema#long WHERE 
http://psi.example.org/1 >>  characteristics type [ fn:count ( . >> scope ) == 
0 AND . >> atomify =~ "112" ]

datatype keep unmodified

Original issue reported on code.google.com by Sven.Kro...@googlemail.com on 22 Jul 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Fixed with revision 921cc0541d

Original comment by Sven.Kro...@googlemail.com on 22 Jul 2010 at 12:41