cloudbeaver-ce: after reopening an unclosed session, auto-completion carries the characters typed manually #1041

Open
opened 2026-03-04 11:36:57 -05:00 by deekerman · 0 comments
Owner

Originally created by @hao031410 on GitHub (Jan 3, 2026).

Originally assigned to: @HocKu7, @EvgeniaBzzz on GitHub.

Description

sql is 'select * from price_lib_tr'

Type select * from p

Use the auto-complete suggestion for price_lib_tr, press Enter to select, and it ends up showing 'pprice_lib_tr'—an extra p is added

A new session works fine; the issue only occurs when reopening an existing session that was never closed

Steps to reproduce

  1. Open Chrome
  2. Create a new query console session
  3. Enter the SQL to execute—everything works fine
  4. Close the current browser tab
  5. Re-enter the address to open it, and the previous session is retained
  6. Continue typing the previous SQL, and duplicates appear

Expected/Desired Behavior

Auto-suggestions do not repeat

CloudBeaver Version

dbeaver/cloudbeaver:latest

Additional context

  1. MACOS 15.7.2
  2. Chrome 143.0.7499.170
Originally created by @hao031410 on GitHub (Jan 3, 2026). Originally assigned to: @HocKu7, @EvgeniaBzzz on GitHub. ### Description sql is 'select * from price_lib_tr' Type select * from p Use the auto-complete suggestion for price_lib_tr, press Enter to select, and it ends up showing 'pprice_lib_tr'—an extra p is added <!-- Failed to upload "Snipaste_2026-01-04_12-05-40.png" --> A new session works fine; the issue only occurs when reopening an existing session that was never closed ### Steps to reproduce 1. Open Chrome 2. Create a new query console session 3. Enter the SQL to execute—everything works fine 4. Close the current browser tab 5. Re-enter the address to open it, and the previous session is retained 6. Continue typing the previous SQL, and duplicates appear ### Expected/Desired Behavior Auto-suggestions do not repeat ### CloudBeaver Version dbeaver/cloudbeaver:latest ### Additional context 1. MACOS 15.7.2 2. Chrome 143.0.7499.170
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1041
No description provided.