Skip to content

Suggestions won't work as expected if column names are in camelCase #3211

Open
@thalesbruno

Description

Describe the bug
The suggestion/autocomplete works as expected for column names following snake_case pattern but not for camelCase

To Reproduce

  1. Connect to a Postgres database (at least I only use postgres, not sure if is reproducible in other ones)
  2. Go to SQL Editor
  3. Write a simple select statement, in the where clause try alias. you see the suggestions
  4. But if you continue typing, the suggestions will disappear

Screenshots

With just alias. we see the suggestions and we can navigate through the list and select any column
Image

But if we type a letter the suggestions disappear (it should suggest the userId column)
Image
Image

Pressing Ctrl + space
Image

An all lowercase column (or a database with snake_case columns) will work as expected
Image

Desktop

  • OS: macOS Sequoia 15.2
  • Browser: Chrome 132.0.6834.110
  • Version: CloudBeaver CE Server
    • Backend version
      24.2.2.202410070831
    • Frontend version
      24.2.2.202410070834
    • Also tried with the latest version running locally with docker

Additional context
It works on this previous version:

  • Backend version
    23.1.0.202306051711
  • Frontend version
    23.1.0.202306051715

It also works on Dbeaver desktop

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions