spencerlambert / mysql-events

A node meteor package that watches a MySQL database and runs callbacks on matched events.
Other
87 stars 74 forks source link

Inconsisten fields and values #48

Open gioatto opened 4 years ago

gioatto commented 4 years ago

I realized that if you console.log (newRow.fields), the fields are listed in alphabetical order while values ​​are listed in order that it were created.

omri85 commented 4 years ago

@gioatto Make sure you set the binlog correctly like specified: https://github.com/nevill/zongji#installation This should solve the problem.