Open
Description
Describe the bug
The suggestion/autocomplete works as expected for column names following snake_case pattern but not for camelCase
To Reproduce
- Connect to a Postgres database (at least I only use postgres, not sure if is reproducible in other ones)
- Go to SQL Editor
- Write a simple select statement, in the where clause try
alias.
you see the suggestions - 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
But if we type a letter the suggestions disappear (it should suggest the userId column)
An all lowercase column (or a database with snake_case columns) will work as expected
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
- Backend version
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