Skip to content

Releases: numtel/meteor-mysql

Fixed and tested `stop()` method

06 Jan 04:18
Compare
Choose a tag to compare

Updated mysql-live-select package to 0.0.9

05 Jan 21:19
Compare
Choose a tag to compare
  • Provide a single diff event for all changes to a SELECT result set from a single binlog event

    Aggregation of added, changed, removed events for current event into a single array for easier handling of multiple changes

https://github.com/numtel/mysql-live-select/releases/tag/v0.0.9

Updated mysql-live-select package to 0.0.8

05 Jan 05:14
Compare
Choose a tag to compare

Improve performance by only parsing fields on rows events that are used in triggers from select statements.

https://github.com/numtel/mysql-live-select/releases/tag/v0.0.8

Binary log transmission method added

04 Jan 10:38
Compare
Choose a tag to compare

The last few weeks have seen the completion of the zongji NPM module, building the base for the new mysql-live-select NPM module, which has provided a new core for this package.

  • All old work on a UDF transmission method has been removed.
  • The update poll table transmission method is still available to provide service without enabling the Binary log in the MySQL server configuration. (Feedback requested: Is continuing support for the trigger driven poll table useful to anybody?)

For a description of the interface changes, please see the initBinlog() and trigger conditions sections of the readme.