tmlab / tmql

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

Update Query still not working #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example Query with three ":

UPDATE anchor SET """value"""^^http://www.w3.org/2001/XMLSchema#string WHERE 
"ec8f7554-539d-4e73-9679-867d7c1f1ab8" << id

for the value (endcoded)

working and not working examples

    * names
          o \"Abra\"
          o Abr\"a
          o Abra\"
          o Abr\\a -> crashed
          o \\\"Abra\\\" -> crashed

    * occurrence
          o 2'11\" -> """2'11"""
          o Abra -> """Abra"""
          o Abra\" -> """Abra""" but only three " at the end
          o Abra\\ -> crashed

Original issue reported on code.google.com by Redx...@gmail.com on 27 Oct 2010 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 1 Nov 2010 at 7:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
done

Original comment by Sven.Kro...@googlemail.com on 1 Nov 2010 at 8:41