Mercurial > lada > lada-server
comparison src/main/resources/queryconf.json @ 586:7f5e2e68c765
Updated queryconf.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 23 Mar 2015 17:59:29 +0100 |
parents | 08084d754073 |
children | d9add6cd8f06 |
comparison
equal
deleted
inserted
replaced
585:f17c0e685c47 | 586:7f5e2e68c765 |
---|---|
1 [ | 1 [ |
2 { "id": "1", | 2 { "id": "1", |
3 "name": "Kein Filter", | 3 "name": "Kein Filter", |
4 "description": "Abfrage der Proben ohne Filter", | 4 "description": "Abfrage der Proben ohne Filter", |
5 "sql": "select p.id, pt.probe_id_alt, p.mst_id, p.umw_id from probe p join probe_translation pt on p.id = pt.probe_id", | 5 "sql": "select p.id as id, pt.probe_id_alt as probeId, p.mst_id as mstId, p.umw_id as umwId from probe p join probe_translation pt on p.id = pt.probe_id", |
6 "result": [ | 6 "result": [ |
7 {"dataIndex": "probeId", "header": "ProbeId", "width": 100}, | 7 {"dataIndex": "probeId", "header": "ProbeId", "width": 100}, |
8 {"dataIndex": "mstId", "header": "MST", "width": 100}, | 8 {"dataIndex": "mstId", "header": "MST", "width": 100}, |
9 {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} | 9 {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} |
10 ], | 10 ], |