symmetric-ds
symmetric-ds copied to clipboard
SymmetricDS is database replication and file synchronization software that is platform independent, web enabled, and database agnostic. It is designed to make bi-directional data replication fast, ea...
- the [linked issue in the issue tracker] describes a problem a user had when going from timestamps in postgres to other databases - i was able to reproduce this...
Run DbFill in a background thread
- a [user on the forum](https://sourceforge.net/p/symmetricds/discussion/1354726/thread/86e46e7027/) was having trouble with CSV to database replication - josh was able to reproduce this issue and so was i - the extractor service...
KafkaWriterFilter will now throw an RuntimeException instead of failing silently (only with a log message) and marking the batch as complete. Calling get() on the Future is necessary because producer.close()...
When using SymmetricDS with Oracle as the source database and SQLServer as the target database, it was not possible to use Send-Schema when the tables had fields with Default SYSDATE...
See ticket 0004189
Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Logging table attribute, change detection and UNLOGGED table mode during initial load into an empty PostgreSQL table
6616: Save column references as numeric values for faster look-ups in AbstractDatabaseWriter.getRowData(). New TableColumnSourceReferences class to store column lookups plus a unit test.