issues Search Results · repo:intersystems-community/sqltools-intersystems-driver language:TypeScript
Filter by
24 results
(87 ms)24 results
inintersystems-community/sqltools-intersystems-driver (press backspace or delete to remove)Last one that did get created was on 26-Mar-2024
@daimor is this something that #53 has caused?
gjsjohnmurray
- Opened on Aug 30, 2024
- #59
Can the driver for VS Code SQL Tools be enhanced to account for a web server serving up more than one instance?
CarlDeitrich
- 4
- Opened on Jun 17, 2024
- #56
The latest 2024.1 got support for Vector Search
IRIS for UNIX (Ubuntu Server LTS for ARM64 Containers) 2024.1 (Build 262U) Thu Mar 7 2024 15:38:25 EST
SQL Query
SELECT TO_VECTOR( [1,2,3] , INT);
Expected ...
daimor
- Opened on Apr 7, 2024
- #52
I ran the following script in several ways, and they all behaved the same in a way I was not expecting.
CREATE TABLE testable (ID int AUTO_INCREMENT, data varchar(50)); START TRANSACTION; INSERT INTO ...
joncard1
- 2
- Opened on Mar 18, 2024
- #50
To fix https://github.com/intersystems-community/sqltools-intersystems-driver/security/dependabot/13
isc-rsingh
- Opened on Jun 29, 2023
- #48
Similar to the functionality of SMP add the ability to select the %selectmode from VSCode when executing queries
0=Logical (the default), 1=ODBC, 2=Display
image
spotashn
- Opened on May 10, 2023
- #46
I installed this plugin at the recommendation of a colleague, and I noticed that the version currently available (as of
Jan 24, 2023) in the Microsoft Marketplace is 0.1.1(released May 20, 2021) whereas ...
cambot
- 2
- Opened on Jan 24, 2023
- #41
For example: select * from (offers schemas) pick a schema, get: select * from MySchema.
To get table completions offered, I need to backspace the . and retype it, THEN it ll offer table suggestions. I ...
isc-tleavitt
- 3
- Opened on Dec 15, 2022
- #38
vscode-sqltools uses the generic autocomplete parser from Hue - in plugins/intellisense/language-server.ts: import
sqlAutocompleteParser from gethue/parsers/genericAutocompleteParser.js ;
This falls over ...
isc-tleavitt
- 1
- Opened on Dec 15, 2022
- #37
Compare: select * from INFORMATION_SCHEMA.SCHEMATA
With: select * from INFORMATION_SCHEMA.SCHEMATA s where exists (select top 1 1 from INFORMATION_SCHEMA.TABLES t where
t.TABLE_SCHEMA = s.SCHEMA_NAME) ...
isc-tleavitt
- 1
- Opened on Dec 8, 2022
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.