0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In case of updates, the Replication extenders now also log the original primary key. More... over 17 years ago
Doc fix. More... over 17 years ago
Doc fix. More... over 17 years ago
Doc fix to avoid the rcov statistics from getting messed up. More... over 17 years ago
Added PostgresqlReplication specific test to verify that trigger are created successfully even if the plpgsql language is not yet created. More... over 17 years ago
Fixed file naming inconsistency. More... over 17 years ago
MysqlReplicationExtender: Change in timing and number of attempts to call trigger procedure from trigger. More... over 17 years ago
Doc fix. More... over 17 years ago
Added basic functionality to create MySQL change log triggers. More... over 17 years ago
Added basic functionality to create PostgreSQL change log triggers. More... over 17 years ago
Table in table pairs are now referred with :left and :right instead of :left_table and :right_table More... over 17 years ago
rrscan.rb prints a progress bar even if the table does not have any records. More... over 17 years ago
It is now possible to specify "manual" primary keys in the configuration files --> also tables without primary keys can be scanned or synced. More... over 17 years ago
Uncoupled frequency of percentage prints from frequency of marker prints. More... over 17 years ago
Reduced progress bar length to better fit in standard sized console windows. More... over 17 years ago
Default configuration value change for :use_ansi: only true if not running on Windows (as the Windows console doesn't support it). More... over 17 years ago
ProgressBar uses ANSI codes to show a running 'percentage complete' value. More... over 17 years ago
performance simulations now use ScanProgressPrinters::ProgressBar instead of a "self-built" solution. More... over 17 years ago
Moved :proxy_block_size overide from proxied_test_config.rb to proxied_table_scan_spec.rb. More... over 17 years ago
Progress and result information of rrscan.rb and rrsync.rb now only consume one console line per table. More... over 17 years ago
Doc fixes. More... over 17 years ago
Doc fixes. More... over 17 years ago
Manifest update. More... over 17 years ago
rrscan.rb and rrsync.rb now show the scanning progress. More... over 17 years ago
Minor code cleanup. More... over 17 years ago
table ordering can now be specified via configuration file. More... over 17 years ago
SyncRunner can now reorder the table sync sequence to avoid foreign key conflicts. More... over 17 years ago
Added spec to verify that BaseRunner#execute prepares table pairs before processing them. More... over 17 years ago
Fixed method signature of BaseRunner#prepare_table_pairs More... over 17 years ago
Added TableSorter functionality. More... over 17 years ago