smaspe

Results 6 issues of smaspe

**Is your feature request related to a problem? Please describe.** Autocomplete is currently a but limited. For example, the second column in `select a, b from c` does not receive...

feature request
ui/ux

**Is your feature request related to a problem? Please describe.** I'm writing a driver for another SQL database, but the fact that the queries are sent as a single string...

feature request

As shown in [node-sql-parser From model](https://github.com/taozhi8833998/node-sql-parser/blob/dd1a4b217a99e0cab42030524c93ab70b210a0cc/types.d.ts#L22), the property containing the database is `db` Currently, it is referred to as `database`, resulting in `undefined` database in all column completion. See https://github.com/mtxr/vscode-sqltools/blob/b8938cafa59dd378d22a7ef24ecb710de51b400e/packages/plugins/intellisense/language-server.ts#L143...

needs more info

Many functions expect an object as input parameter. `calledWith` relies on strict equality. `expect.objectContaining` is a partial match. Is there a way to perform a deep object comparison? Am I...

the private `never: unique symbol` causes inferred types to "references an inaccessible 'unique symbol' type." in places where explicit type annotations are not possible. It doesn't seem necessary to use...

**Describe the bug** **To Reproduce** 1. Create a new SQLite connection (also applicable for PostgreSQL) ```json { "database": ":memory:", "driver": "SQLite", "name": "Foo", "previewLimit": 50 } ``` 2. Create a...

triage