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

[External databases] Cyrillic table names glitch out the builder for a bit when selecting them. #13442

Open
1 task done
ConorWebb96 opened this issue Apr 10, 2024 · 1 comment
Labels
bb-data-ui bb-grid bug Something isn't working env - production Bug found in production externaldb Relating to datasource plus Medium priority Created by Linear-GitHub Sync

Comments

@ConorWebb96
Copy link
Contributor

ConorWebb96 commented Apr 10, 2024

Checklist

  • I have searched budibase discussions and github issues to check if my issue already exists

Hosting

  • Self
    • Method: docker compose
    • Budibase Version: 2.22.19
    • App Version: 2.22.19

Describe the bug
When selecting a table that has a Cyrillic name it will constantly refresh the URL for about 5-12 seconds. Additionally this spams requests in the network tab. After it has tired for a while no table will be displayed and instead it just shows the text: Select a table to edit.

You are able to switch back to other tables seems to be external tables that have specialised characters used in their names.

To Reproduce
Steps to reproduce the behavior:

  1. Create a table using the create script inside app exports
  2. Fetch the table in the builder
  3. Click to view the table
  4. See error

Expected behavior
Either don't allow the fetching of Cyrillic table names, or fix the issue and allow these table names to be fetched and pulled into Budibase without spamming the server.

Screenshots

20240410_095835

App Export

CREATE TABLE Клиенты (
    id INT AUTO_INCREMENT PRIMARY KEY,
    firstname VARCHAR(50),
    surname VARCHAR(50),
    age INT,
    address VARCHAR(100),
    phone VARCHAR(15)
);
@ConorWebb96 ConorWebb96 added externaldb Relating to datasource plus env - production Bug found in production Medium priority Created by Linear-GitHub Sync bb-data-ui bb-grid labels Apr 10, 2024
@andz-bb andz-bb added the bug Something isn't working label Apr 16, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb-data-ui bb-grid bug Something isn't working env - production Bug found in production externaldb Relating to datasource plus Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants