bezborodow / psyqlepg

Basic common SQL queries for Psycopg.
https://pypi.org/project/psyqlepg/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support Composite Primary Keys as Tuples #1

Closed bezborodow closed 6 months ago

bezborodow commented 6 months ago

Effected methods:

src/psyqlepg/__init__.py:57:def selectone(conn, table, primary_key, identifier):
src/psyqlepg/__init__.py:110:def update(conn, table, primary_key, identifier, **kwargs):
src/psyqlepg/__init__.py:157:    def get(cls, conn, identifier, key=None):
src/psyqlepg/__init__.py:169:    def update(cls, conn, identifier, key=None, **kwargs):
bezborodow commented 6 months ago

Released 0.0.8.

bezborodow commented 6 months ago

Further changes in release 0.1.0.