Skip to content

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

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

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.
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