mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

IBM DB2 support #129

Closed darit closed 6 years ago

darit commented 6 years ago

Issue Type

Description

Add support for IBM DB2 please. This could be achieved using the JDBC connection.

tkopets commented 6 years ago

I will take a look into this one. If DB2 has command line interface (CLI) and queryable tables metadata this can be done.

tkopets commented 6 years ago

I've looked into this and DB2 CLI is somewhat different compared to other RDBMS. The main difference is that you cannot provide connection details upon invoking CLI from the command line, but only after the CLI is running and expecting commands. I don't see an easy way to implement DB2 support at this time. If you want, feel free to propose a pull request yourself.

mtxr commented 6 years ago

It seems to be out of SQLTools scope for now. I've been reading about DB2.

I'll be closing it, but @darit feel free to make pull request or reopen in case you think it fits.

Thanks!