-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
Description
Lots of interesting changes in this, might be the only alpha we need before a 4.0 stable release.
The big ones:
- db.table() should only return tables, add db.view() #657
- .insert_all() and .upsert_all() to support iterator of Python lists/tuples #672
- Port setup.py to pyproject.toml #675
- Whether or not a table remembers or detects its primary key is confusing and messy #655
- Remove
skip_false=Trueand--no-skip-falseinsqlite-utils4.0 #542 - Use double quotes to escape identifiers instead of square braces #677
- Change default floating point column type from FLOAT to REAL #645
- --functions should take filenames, and be usable multiple times #659
- Make --detect-types the default behavior in 4.0 #679