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

[code-enhancement] server side decoding approach for datasource name < or > characters-decode issue #9733

Open
shah21 opened this issue May 15, 2024 · 0 comments

Comments

@shah21
Copy link
Collaborator

shah21 commented May 15, 2024

Is your proposal related to a problem?

"<>" are stored as "< >" in the database. So, instead of decoding the value from the frontend everywhere it is used, can we decode it from the API itself and send it to the client?

NOTE
We need to test this solution with the datasource, data-queries, and code hinter test cases first before proceeding with this code change.

Previous issue: #4577

@shah21 shah21 changed the title Code enhancement & datasource name < or > characters decode issue [code-enhancement] server side decoding approach for datasource name < or > characters-decode issue May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants