-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0 release with some minor breaking changes #194
Milestone
Comments
The breaking changes will be:
|
I'm going to release this as an alpha first and sit on it for a few days, since I don't want to ship any mistakes that would result in having to bump straight to 4.0! |
simonw
added a commit
that referenced
this issue
Nov 7, 2020
Here's the alpha release: https://github.com/simonw/sqlite-utils/releases/tag/3.0a0 |
simonw
added a commit
that referenced
this issue
Nov 7, 2020
That way you can see the changelog for alpha releases. Refs #194.
simonw
added a commit
that referenced
this issue
Nov 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on search (#192) I've spotted a few small changes I would like to make that would break backwards compatibility in minor ways, hence requiring a 3.x release.
db[table].search()
- I would like this to default to sorting by rankAlso I'd like to free up the
-c
and-f
options for other purposes from the standard output formats here:sqlite-utils/sqlite_utils/cli.py
Lines 48 to 58 in 43eae8b
I'd like
-f
to be used to indicate a full-text search column during an insert and-c
to indicate a column (so you can specify which columns you want to output).The text was updated successfully, but these errors were encountered: