Subject: CVS commit: pkgsrc/databases/py-peewee
From: Adam Ciarcinski
Date: 2021-10-29 18:17:23
Message id: 20211029161723.6F853FA97@cvs.NetBSD.org

Log Message:
py-peewee: updated to 3.14.8

3.14.8

Back-out all changes to automatically use RETURNING for `SqliteExtDatabase`,
`CSqliteExtDatabase` and `APSWDatabase`. The issue I found is that when a
RETURNING cursor is not fully-consumed, any parent SAVEPOINT (and possibly
transaction) would not be able to be released. Since this is a
backwards-incompatible change, I am going to back it out for now.

Returning clause can still be specified for Sqlite, however it just needs to be
done so manually rather than having it applied automatically.

Files:
RevisionActionfile
1.78modifypkgsrc/databases/py-peewee/Makefile
1.66modifypkgsrc/databases/py-peewee/distinfo