ChangeLog

0.2.9 (2022-04-04)

0.2.8 (2021-08-16)

0.2.7 (2021-06-28)

  • Fixed copy_from to make it compatible with psycopg2 2.9 release.

0.2.5 (2021-03-11)

0.2.4 (2021-02-28)

  • Fixed issue with custom placeholders in insert method

0.2.3 (2021-02-27)

0.2.2 (2020-07-27)

  • Added adaptation for numpy int64 and float64.

0.2.1 (2020-07-13)

0.2.0 (2020-07-04)

  • Added support of psycopg2.sql.Composed arguments to Commuter methods

  • Fixed query parameters issues in Commuter methods (#11)

  • Made connect args compatible with psycopg2.connect

  • Added pre_ping and max_connects options to Connector (#12, #14)

  • Added connection pooling to Connector

  • Deprecated SQLAlchemy dependencies

0.1.7 (2020-05-31)

  • Fixed #9

0.1.6 (2020-05-28)

  • Updated _format_data to fix text fields with comma

0.1.5 (2020-03-16)

  • Fixed data formatting on integer columns with missed values (#5)

0.1.4 (2020-01-21)

0.1.3 (2020-01-19)

  • Added support for the missing SQLAlchemy dependency (#1)

  • Added _execute (#2)

  • Added pending transaction handler to copy_from

  • Raised ExecutionError when execute command fails

  • Replaced pandas.to_sql in insert by psycopg.execute_batch

  • Changed sqlalchemy engine url builder

  • Added new tests

0.1.2 (2020-01-16)

0.1.1 (2020-01-10)

0.1.0 (2020-01-02)

Pre-release