Skip to content

DevDb Terminal Window Not working with SqlExpress #117

@uptondev

Description

@uptondev

Extension Version

v2.6.3

OS and Version

Windows 10

VS Code Version

v1.100.2

Database name and Version

Microsoft SQL Server 2022 (RTM) - 16.0.1000.6 (X64) Oct 8 2022 05:58:25 Copyright (C) 2022 Microsoft Corporation Express Edition (64-bit) on Windows 10 Pro 10.0 (Build 19045: ) (Hypervisor)

Steps to reproduce

Steps to Reproduce:

  1. Configure connection in .devdbrc file -
[   {
                "name": "My Sql Server",
                "type": "mssql",
                "host": "localhost",
                "port": 1433,
                "username": "dumdumRO",
                "password": "ROdumdum",
                "database": "TestDatabase",
                "options":  {
                        "trustServerCertificate": true
                }
}  ]
  1. Open DevDb panel in Terminal window and click the config file connections. This succeeds.
  2. In Sql Profiler I see DevDb runs a query to get table list. This succeeds and the window now shows the table names on the left.
  3. While jokes are displaying, I click the table name, nothing happens and jokes keep playing...
  4. In my Sql Profiler I see no queries were sent to the database.
  5. In the DevDb panel of Terminal's Output window I see this...
[Init] Adonis PostgreSQL (Lucid ORM) useable in workspace: no 
[Connector - Config file provider] Attempting to connect to database: dialect=mssql, host=localhost, port=1433, username=dumdumRO, database=T***** 
[Init] Config File useable in workspace: yes 
[Init] Available providers: SQLite Database File Picker, Config File 
[Comm - mssql- undefined] Tables available: 1
[Comm - mssql- undefined] Tables available: 1
[Comm - mssql- undefined] Tables available: 1

Expected behavior

I expect the DebDb panel to display the data like the screenshots in the documentation...

Screenshots

Image

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions