Skip to content

fix: allow recipes.jsonsplit to pass through NULL values - #806

Closed
santhreal wants to merge 1 commit into
simonw:mainfrom
santhreal:fix/jsonsplit-none
Closed

fix: allow recipes.jsonsplit to pass through NULL values#806
santhreal wants to merge 1 commit into
simonw:mainfrom
santhreal:fix/jsonsplit-none

Conversation

@santhreal

@santhreal santhreal commented Jul 18, 2026

Copy link
Copy Markdown

recipes.jsonsplit hits AttributeError when NULL/None value via Table.convert. This PR fixes the regression with a focused test covering the case.


📚 Documentation preview 📚: https://sqlite-utils--806.org.readthedocs.build/en/806/

Table.convert with jsonsplit raised OperationalError on NULL cells
because None.split was called. Match parsedate and return None unchanged.
@santhreal santhreal closed this Jul 28, 2026
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.

1 participant