simonw / sqlite-utils

Python CLI utility and library for manipulating SQLite databases
https://sqlite-utils.datasette.io
Apache License 2.0
1.62k stars 109 forks source link

Remove `skip_false=True` and `--no-skip-false` in `sqlite-utils` 4.0 #542

Open simonw opened 1 year ago

simonw commented 1 year ago

Following:

The only reason I didn't remove fix this mis-feature entirely is that it represents a backwards incompatible change. I'll make that change in 4.0.

simonw commented 1 year ago

Relevant commits (will mostly revert these):