santhreal
|
4f4d823f1c
|
fix: allow recipes.jsonsplit to pass through NULL values
Table.convert with jsonsplit raised OperationalError on NULL cells
because None.split was called. Match parsedate and return None unchanged.
|
2026-07-17 22:37:44 -07:00 |
|
Simon Willison
|
7ffd5052e9
|
table.insert_all() and table.upsert_all() now take generators of lists/tuples
Closes #672, PR #673
|
2025-11-23 12:17:23 -08:00 |
|
fry69
|
42d23f5954
|
test: suppress PytestUnraisableExceptionWarning in dateparse_errors
|
2025-11-23 11:58:06 -08:00 |
|
Simon Willison
|
993029f466
|
flake8 fixes
|
2023-08-17 17:19:02 -07:00 |
|
Simon Willison
|
878d5f5cea
|
errors=r.SET_NULL/r.IGNORE options for parsedate/parsedatetime, closes #416
|
2022-03-20 21:01:35 -07:00 |
|
Simon Willison
|
5ec6686153
|
sqlite-utils convert command and db[table].convert(...) method
Closes #251, closes #302.
|
2021-08-01 21:47:39 -07:00 |
|