emacsql icon indicating copy to clipboard operation
emacsql copied to clipboard

Select queries does not return column names

Open lokedhs opened this issue 8 years ago • 1 comments

There seems to be no way to find the column names in a result.

Ideally, there should be some kind of extra argument to the emacsql function that tells it to return the column names in addition to the actual data.

lokedhs avatar Nov 22 '17 06:11 lokedhs

This is something that each database driver would have to handle, but there's currently no interface in the driver for it. For some drivers that drive an interactive command line interface, such as mysql and psql, it may not even be possible.

skeeto avatar Nov 22 '17 13:11 skeeto