mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 21:56:01 +03:00
[GH-ISSUE #1337] Auto-compltion incomplete #289
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zndynw on GitHub (Dec 5, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1337
Originally assigned to: @dariamarutkina on GitHub.
The "auto-completion" function seems to only retrieve part of the same letter. Is there any configuration?



E.g:
500 tables starting with "T_A",
5 tables starting with "T_B",
After entering "T_B", no prompt tables
@kseniaguzeeva commented on GitHub (Dec 28, 2022):
Thank you for the report. I've reproduced the bug. We will fix it.
@MarinaVorobeva21 commented on GitHub (Feb 6, 2023):
Fixed in 22.3.4 Milestone.
@TatyanaSsau commented on GitHub (Apr 3, 2023):
I'm glad that the bug isn't actual anymore.
Feel free to ask any other questions.
@stev-tig commented on GitHub (May 11, 2023):
Sorry to interrupt but I think I am still encountering this problem. (currently using version 23.0.4 & target db being SQL Server)
When I trigger suggestions it can suggest

But when trying to get "PT" tables there's no suggestions

There are tables that starts with "PT"

I have about 1k tables in the DB

Would it be because of the number of table / objects exceeding limit? Is there any configuration that I can use?
@TatyanaSsau commented on GitHub (May 25, 2023):
@stev-tig,
could you please try the new version? we released version 23.0.5, which includes a new SQL-editor and several enhancements to the suggestion. I recommend giving it a try as it might be beneficial for your current situation
@stev-tig commented on GitHub (May 25, 2023):
Thank you, @TatyanaSsau ! I tried out the new SQL editor, and it does fix the problem. Your help is much appreciated.
@TatyanaSsau commented on GitHub (May 25, 2023):
Happy to hear it!
And thank you for your interest in CloudBeaver :)