mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 11:54:32 +02:00
This allows users to pass just a callable reference like `r.parsedate` instead of `r.parsedate(value)` to the convert command. The code now detects when the input evaluates to a callable and uses it directly. Examples that now work: - sqlite-utils convert my.db table col r.parsedate - sqlite-utils convert my.db table col json.loads --import json |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| db.py | ||
| hookspecs.py | ||
| plugins.py | ||
| py.typed | ||
| recipes.py | ||
| utils.py | ||