Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix SQLTextEditor autocomplete #2044

Merged
merged 1 commit into from Mar 25, 2024
Merged

fix SQLTextEditor autocomplete #2044

merged 1 commit into from Mar 25, 2024

Conversation

azmy60
Copy link
Contributor

@azmy60 azmy60 commented Mar 25, 2024

Two issues that are being fixed:

  • defaultSchema was not defined in SQLTextEditor
  • defaultSchema() always returned null in postgres client. I also have checked other clients if they return the right defaultSchema or not.

fix #2041

@azmy60 azmy60 mentioned this pull request Mar 25, 2024
@rathboma rathboma merged commit 994b038 into master Mar 25, 2024
1 of 4 checks passed
@rathboma rathboma deleted the fix/autocomplete branch March 25, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Autocomplete includes random keywords, but does not include table names for the default schema
2 participants