microsoft / ODBC-Specification

Microsoft ODBC Specification
Other
121 stars 40 forks source link

Should we support returning results as JSON/XML/CSV/Other? #30

Closed mikepizzo closed 8 years ago

mikepizzo commented 8 years ago

Should we support SQL syntax for returning a result as (a single string value containing) JSON (or XML or CSV or ????)?

mikepizzo commented 8 years ago

Added generic returning-clause for returning results as JSON. Can add support for XML or CSV or (other) in the future as required.