mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed RST underlines
This commit is contained in:
parent
31d3df0f79
commit
cd146bbbfa
1 changed files with 2 additions and 2 deletions
|
|
@ -5,14 +5,14 @@
|
|||
.. _v2_6:
|
||||
|
||||
2.6 (2020-04-15)
|
||||
---------------
|
||||
----------------
|
||||
|
||||
- New ``table.rows_where(..., order_by="age desc")`` argument, see :ref:`python_api_rows`. (`#76 <https://github.com/simonw/sqlite-utils/issues/76>`__)
|
||||
|
||||
.. _v2_5:
|
||||
|
||||
2.5 (2020-04-12)
|
||||
---------------
|
||||
----------------
|
||||
|
||||
- Panda's Timestamp is now stored as a SQLite TEXT column. Thanks, b0b5h4rp13! (`#96 <https://github.com/simonw/sqlite-utils/issues/96>`__)
|
||||
- ``table.last_pk`` is now only available for inserts or upserts of a single record. (`#98 <https://github.com/simonw/sqlite-utils/issues/98>`__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue