Skip to content

Releases: portfoliome/postpy

Changes to Upsert Query Builder

Choose a tag to compare

@pmart123 pmart123 released this 24 Oct 14:27
  • Have upsert expert query builder distinguish action on conflict.

Parameter Style formatting

Choose a tag to compare

@pmart123 pmart123 released this 20 Oct 15:17

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

Bug Fix

Choose a tag to compare

@pmart123 pmart123 released this 17 Feb 23:07
  • Fixed retrieving the primary keys for a table when the primary key constraint appears in multiple tablespaces.

Extended Copy From Support

Choose a tag to compare

@pmart123 pmart123 released this 15 Feb 09:24
  • 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

Choose a tag to compare

@pmart123 pmart123 released this 01 Feb 15:25
  • fixes bug in creating an extension when the extension name contains "-".

UUID Extensions

Choose a tag to compare

@pmart123 pmart123 released this 01 Feb 02:58
  • Generic helpers for adding extensions
  • Configuration for psycopg2 UUID adapter
  • Installation of server side extension libraries for server side UUID support.

Minor enhancement

Choose a tag to compare

@pmart123 pmart123 released this 27 Dec 01:41
  • Add initial readme
  • Move fixtures to package for easier reuse in other package test suites.

Initial Release

Choose a tag to compare

@pmart123 pmart123 released this 26 Dec 23:12
  • compilers for ddl statements
  • dml functions that take iterable sequences
  • Postgres to Python data type mappings