File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 110.1 01/05/2013
22* Initial Release with MySQL 5.5 and MySQL 5.6 support
3+
4+ 0.2 13/10/2013
5+ * Make it work under pymysql 0.6
6+ * Ignore position of some events
7+ * Fix FormatDescriptionEvent has zero log_pos
8+ * Support checksum for mysql 5.6
9+ * Add feature to start stream from position
10+ * Change names of events to V2
11+ * Added NotImplementedEvent for a few events that we currently don't need
12+ * Support null events and a slight change of names
13+ * Support MySQL Broken Dates :(
14+ * Introduce data objects for Table / Column
15+ * Add support for TINYINT(1) to bool() Mapping
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def run(self):
2525 unittest .main (tests , argv = sys .argv [:1 ])
2626
2727
28- version = "0.1 .0"
28+ version = "0.2 .0"
2929
3030setup (
3131 name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments