File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22 Changelog
33===========
44
5+ .. _v1_0 :
6+
7+ 1.0 (2019-05-24)
8+ ----------------
9+
10+ - Option to automatically add new columns if you attempt to insert or upsert data with extra fields:
11+ ``sqlite-utils insert ... --alter `` - see :ref: `Adding columns automatically with the sqlite-utils CLI <cli_add_column_alter >`
12+
13+ ``db["tablename"].insert(record, alter=True) `` - see :ref: `Adding columns automatically using the Python API <python_api_add_column_alter >`
14+ - New ``--json-cols `` option for outputting nested JSON, see :ref: `cli_json_values `
15+
516.. _v0_14 :
617
7180.14 (2019-02-24)
Original file line number Diff line number Diff line change 22import io
33import os
44
5- VERSION = "0.14 "
5+ VERSION = "1.0 "
66
77
88def get_long_description ():
You can’t perform that action at this time.
0 commit comments