equal
deleted
inserted
replaced
62 --data-urlencode query="$query" \ |
62 --data-urlencode query="$query" \ |
63 --fail \ |
63 --fail \ |
64 --silent \ |
64 --silent \ |
65 --show-error \ |
65 --show-error \ |
66 "$endpoint" \ |
66 "$endpoint" \ |
67 | relpipe-in-csv "$relation" |
67 | relpipe-in-csv --relation "$relation" |
68 } |
68 } |
69 |
69 |
70 # More powerful implementation based on XML. |
70 # More powerful implementation based on XML. |
71 # Can be customized through XSLT. |
71 # Can be customized through XSLT. |
72 # But: has more dependencies and avoids streaming. |
72 # But: has more dependencies and avoids streaming. |