Skip to content

[Bug] Semicolon (;) key not working in SQL editor - Windows 11 - Chat2DB Pro 5.1.9 #1828

@danielmontagna86-source

Description

Chat2DB Version

Chat2DB Pro 5.1.9

Describe the bug

Bug Description

When typing a semicolon (;) in the SQL editor on Windows 11, the character is not inserted into the editor. This makes it impossible to properly terminate SQL statements using the keyboard.

Steps to Reproduce

  1. Open Chat2DB Pro 5.1.9 on Windows 11
  2. Connect to any database
  3. Open a SQL editor window/tab
  4. Try to type a SQL statement ending with ; (e.g., SELECT 1;)
  5. Observe that the semicolon character is not inserted

Expected Behavior

The semicolon (;) should be inserted normally as a character in the SQL editor, allowing proper SQL statement termination.

Actual Behavior

The semicolon key press is not registered/inserted in the SQL editor. The character simply does not appear when pressing the ; key.

Environment

  • OS: Windows 11
  • Chat2DB Version: Chat2DB Pro 5.1.9
  • Keyboard Layout: ABNT2 (Brazilian Portuguese)

Additional Context

This issue may be related to a keyboard shortcut conflict or key binding inside the editor component, where the ; key is being intercepted by the application instead of being passed through to the text editor. It could be related to the CodeMirror or Monaco editor key mapping on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions