sqlite-utils/sqlite_utils
tomaioo 4949933917 refactor: built-in name shadowing in jsonsplit signature
The `jsonsplit` function in `recipes.py` uses `type` as a parameter name, shadowing the Python built-in `type`. This can cause subtle bugs if the built-in is needed within the function scope or in nested calls, and it reduces code clarity for readers.

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
2026-07-06 23:10:15 -07:00
..
__init__.py New migrations system, ported from sqlite-migrate (#754) 2026-06-21 09:40:21 -07:00
__main__.py Support 'python -m sqlite_utils', closes #368 2022-01-08 18:33:22 -08:00
cli.py migrate --list is read-only with legacy sqlite-migrate classes too 2026-07-06 21:58:52 -07:00
db.py Transaction cleanup no longer masks transaction-destroying errors 2026-07-06 22:04:00 -07:00
hookspecs.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
migrations.py migrate --stop-before an already-applied migration is now an error 2026-07-06 21:50:05 -07:00
plugins.py fix: Plugins are still loaded when running tests (#719) 2026-06-21 16:14:45 -07:00
py.typed py.typed file so mypy picks up the types, closes #331 2021-11-14 15:21:04 -08:00
recipes.py refactor: built-in name shadowing in jsonsplit signature 2026-07-06 23:10:15 -07:00
utils.py Preserve duplicate column names in query results 2026-07-05 21:20:39 -07:00