Skip to content

Releases: portfoliome/postpy

Changes to Upsert Query Builder

24 Oct 14:27
Compare
Choose a tag to compare
  • Have upsert expert query builder distinguish action on conflict.

Parameter Style formatting

20 Oct 15:17
Compare
Choose a tag to compare

Incorporate parameter style formatting options in dml upsert and insert statements.

Bug Fix

17 Feb 23:07
Compare
Choose a tag to compare
  • Fixed retrieving the primary keys for a table when the primary key constraint appears in multiple tablespaces.

Extended Copy From Support

15 Feb 09:24
Compare
Choose a tag to compare
  • Standardized copy from insert, upsert, delete from CSV API's
  • Small breaking change in formatting copy from now taking a Python encoding flag vs. postgres.

Fix Extension Creation

01 Feb 15:25
Compare
Choose a tag to compare
  • fixes bug in creating an extension when the extension name contains "-".

UUID Extensions

01 Feb 02:58
Compare
Choose a tag to compare
  • Generic helpers for adding extensions
  • Configuration for psycopg2 UUID adapter
  • Installation of server side extension libraries for server side UUID support.

Minor enhancement

27 Dec 01:41
Compare
Choose a tag to compare
  • Add initial readme
  • Move fixtures to package for easier reuse in other package test suites.

Initial Release

26 Dec 23:12
Compare
Choose a tag to compare
  • compilers for ddl statements
  • dml functions that take iterable sequences
  • Postgres to Python data type mappings