mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix map_to_hstore example, output a string
This commit is contained in:
parent
34357c1b0b
commit
0aecc06c56
@ -5,6 +5,6 @@
|
||||
"description": "Merge map elements into a hstore-formatted string.",
|
||||
"arguments": [
|
||||
{"arg":"map", "description":"the input map"}],
|
||||
"examples": [ { "expression":"map_to_hstore(map('qgis','rocks'))", "returns":"\"qgis\"=>\"rocks\"}"}
|
||||
"examples": [ { "expression":"map_to_hstore(map('qgis','rocks'))", "returns":"'\"qgis\"=>\"rocks\"'"}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user