You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
Changelog
3
3
===========
4
4
5
+
.. _v1_5:
6
+
7
+
1.5 (2019-07-14)
8
+
----------------
9
+
10
+
- Support for compound primary keys (`#36 <https://github.com/simonw/sqlite-utils/issues/36>`__)
11
+
12
+
- Configure these using the CLI tool by passing ``--pk`` multiple times
13
+
- In Python, pass a tuple of columns to the ``pk=(..., ...)`` argument: see :ref:`python_api_compound_primary_keys`
14
+
15
+
- New ``table.get()`` method for retrieving a record by its primary key (`#39 <https://github.com/simonw/sqlite-utils/issues/39>`__) - :ref:`documentation <python_api_get>`
0 commit comments