Commit graph

13 commits

Author SHA1 Message Date
Simon Willison
ee017cdbdd Release notes for 1.0, closes #22 2019-05-24 18:06:38 -07:00
Simon Willison
05317f5341 Release 0.14 2019-02-24 15:11:51 -08:00
Simon Willison
1b6025e8ab Release 0.13 2019-02-23 22:54:43 -08:00
Simon Willison
1ffa40301d Releasing 0.12 2019-02-22 18:22:28 -08:00
Simon Willison
f2ca48c0da Default command now executes queries, --csv or --json
I replaced the following commands:

    sqlite-utils json db.db "select * from table"
    sqlite-utils csv db.db "select * from table"

With a unified 'query' command, which is now set as the default:

    sqlite-utils db.db "select * from table"
    sqlite-utils db.db "select * from table" --csv
2019-02-22 17:40:21 -08:00
Simon Willison
6acfd456b0 Releasing 0.11 2019-02-07 21:22:13 -08:00
Simon Willison
7c09a2e994 Release 0.10 2019-02-06 21:17:52 -08:00
Simon Willison
79a0f9cc96 Releasing 0.9 2019-01-27 22:34:33 -08:00
Simon Willison
4e9045e5b0 Documentation typo 2019-01-25 18:19:15 -08:00
Simon Willison
3db4f08f19 Release 0.8 2019-01-25 18:13:29 -08:00
Simon Willison
9501ba4bf1 sqlite-utils table_names blah.db is now tables blah.db
Travis tests were failing because on OS X the command was this:

   sqlite-utils table_names blah.db

But in Travis CI the command was this:

   sqlite-utils table-names blah.db

Renaming it to tables fixes this inconsistency.
2019-01-24 23:04:52 -08:00
Simon Willison
e9e1cb00c1 Release notes for 0.7 2019-01-24 22:39:21 -08:00
Simon Willison
594b25ef9f Started a changelog, releasing 0.6 2018-08-12 17:46:22 -07:00