mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.44k stars 291 forks source link

Export and Open buttons not working with SAP HANA driver #1146

Open farmer-in-a-tweed-cap opened 1 year ago

farmer-in-a-tweed-cap commented 1 year ago

Buttons for exporting or opening the results of a query ran through the SAP HANA connection are nonresponsive and produce no output. I don't have this problem for other connections (MySQL).

gjsjohnmurray commented 1 year ago

Have you yet raised this with the author of that driver?

farmer-in-a-tweed-cap commented 1 year ago

I went there first but saw that this issue was brought up a couple years ago and resolved by referring people to this repo

gjsjohnmurray commented 1 year ago

I went there first but saw that this issue was brought up a couple years ago and resolved by referring people to this repo

That issue was likely connected to #832 which has since been resolved.

The fact that you're not getting the problem with MySQL connections make me think it's either driver-specific or else related to the data you're trying to export with the SAP HANA driver (e.g. volume, exact contents, or some other factor).

farmer-in-a-tweed-cap commented 1 year ago

Ok I'll bring up with the driver author. Wondering if it could even be a setting in hanaOptions I'm not aware of.