zxuanfred / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

missing "lang" attribute in MQL generated in schema alignment #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the attached project, the MQL-like preview shows:

[
  {
    "/base/jsbach/bach_composition/bwv": [
      {
        "connect": "insert",
        "value": "52",
        "type": "/type/text"
      }
    ],
    "name": "Falsche Welt, dir trau ich nicht",
    "/music/composition/composer": [
      {
        "id": "/en/johann_sebastian_bach"
      }
    ],
    "type": "/base/jsbach/bach_composition",
    "/music/composition/form": [
      {
        "id": "/en/cantata"
      }
    ],
    "create": "unless_exists"
  }
]

If you feed the MQL to the query editor (http://tinyurl.com/3858oww), you get

"Must specify 'lang' when using /type/text in a write"

error.  

Original issue reported on code.google.com by raymond....@gmail.com on 10 May 2010 at 5:13

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in revision 700.

Original comment by dfhu...@gmail.com on 10 May 2010 at 8:09

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:49