ChangeLog¶
0.2.9 (2022-04-04)¶
Fixed
encode_composite_categoryfor integer categories.
0.2.8 (2021-08-16)¶
Added
encode_composite_categorymethod.
0.2.7 (2021-06-28)¶
Fixed
copy_fromto 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
insertmethod
0.2.3 (2021-02-27)¶
Deprecated
schemaparameterAdded
is_entry_existmethodAdded
delete_entrymethodAdded
encode_categorymethodAdded
make_wheremethodUpdated
insertmethod to support customized placeholders
0.2.2 (2020-07-27)¶
Added adaptation for numpy
int64andfloat64.
0.2.1 (2020-07-13)¶
Added
BaseConnectorAdded
BaseCommuter
0.2.0 (2020-07-04)¶
0.1.7 (2020-05-31)¶
Fixed #9
0.1.6 (2020-05-28)¶
Updated
_format_datato 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)¶
Changed
whereargument type inresolve_primary_conflictsfrom positional to optionalChanged
whereargument type inresolve_foreign_conflictsfrom positional to optionalFixed bug in copying from DataFrame with incomplete set of columns (#3)
Added new test
0.1.3 (2020-01-19)¶
0.1.2 (2020-01-16)¶
0.1.1 (2020-01-10)¶
Added
ListenerclassAdded
fix_schemadecoratorAdded
select_onemethodAdded
whereargument toresolve_foreign_conflictsmethodAdded
whereargument tocopy_frommethodAdded
_table_columnsmethodAdded
_primary_keymethodAdded
_foreign_keymethodMoved sql queries to queries.py
Deprecated
f_key,filter_colarguments ofresolve_foreign_conflictsmethodDeprecated
p_key,filter_colargument ofresolve_primary_conflictsmethodDeprecated
return_scalarargument ofselectmethodDeprecated
get_columnsmethod
0.1.0 (2020-01-02)¶
Pre-release