Skip to content

Version 1.0.3

Compare
Choose a tag to compare
@kawadaakiyoshi kawadaakiyoshi released this 19 Dec 00:38
· 5 commits to master since this release
d8a21e9

This is a maintenance release of syncdb 1.0.

This version contains changes noted as below:

  • fix for CVE-2018-1058.
  • fix the problem that UPDATE to the master table in PostgreSQL can not be performed after setting differential update on the table which a column was dropped from.
  • fix the problem emitting "ORA-08177: Cannot serialize access for this transaction" when performing differential refresh if the master table is in Oracle.
  • syncdb refresh is terminated with exit(1) in order to clean up the connection forcibly if an SQL exception occured.