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

Improving binary column support #13648

Merged
merged 3 commits into from May 9, 2024
Merged

Conversation

mike12345567
Copy link
Collaborator

@mike12345567 mike12345567 commented May 9, 2024

Description

Adding support for buffers in a few places - this helps with BYTE type columns in SQL.

Added a quick/dirty test case for this, these sort of scenarios are a little harder to test as if you can't create the column through Budibase it needs to be done as a raw query to the DB (meaning support for this can only be checked per DB).

This is only a partial fix, but should help binary columns work a bit better.

Partially addresses: #13646

@mike12345567 mike12345567 added the firestorm Data/Infra/Revenue Team label May 9, 2024
@mike12345567 mike12345567 self-assigned this May 9, 2024
@mike12345567 mike12345567 requested a review from a team as a code owner May 9, 2024 14:27
@mike12345567 mike12345567 requested review from adrinr and removed request for a team May 9, 2024 14:27
@mike12345567 mike12345567 merged commit 0c3bc3e into master May 9, 2024
10 checks passed
@mike12345567 mike12345567 deleted the fix/binary-column-support branch May 9, 2024 14:49
@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants