mtxr / vscode-sqltools

Database management for VSCode

Home Page:https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Teradata SQL

jsauerland opened this issue · comments

Very simple ask, support for Teradata SQL through VS Code SQL Tools. There's currently a VS Code Teradata driver, but it doesn't function at all. I've tested on 5 different versions of VS Code, and none of them work with Teradata driver (linked below). I don't think I would be able to figure out a fix for this driver, unfortunately, as it's written in typescript which I'm unfamiliar with, and would require a huge amount of time investment to learn how to develop a working extension.

The error for Teradata driver occurs when the extension tries to register a plugin but encounters a problem with the process. This could be due to incorrect file paths or other issues related to how the extension is set up to handle this registration.

https://github.com/ScriptPup/sqltools-teradata-driver/tree/master

I think this needs to be resolved by the extension author. I saw you had created ScriptPup/sqltools-teradata-driver#28 so I am going to close this here.