Skip to content

Support for null in small columns #351

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

Merged
merged 1 commit into from
Mar 15, 2025

Conversation

worksofliam
Copy link
Contributor

Fixed #332

If there is a column where the max length is less than 4, null cannot be entered, so the column cannot be set to null.

This changes the logic so if the column is less than 4 characters long, - may be used as null.

Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Copy link

👋 A new build is available for this PR based on 4778d4f.

@worksofliam worksofliam merged commit 3c3bf3e into main Mar 15, 2025
1 check passed
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.

Set values to NULL (and set value to string "NULL")
1 participant