* Added support for limited columnar access in MySQL * Python3 fixes * Add gtidset comparison methods
0.19
* Fix Insert NULL in a boolean column returns no rows 288 * Added empty string support for enum * Fix column order * Fix float problem about time fieldtype
0.18
* bubble up protocol errors
0.17
* remove python2.6 support
0.16
* json: Fixup string parsing (246) * binlogstream: Raise an explanatory exception when binary logging is not enabled. (245) * datetime: Fixup parsing (236)