File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 125
125
126
126
0.18 01/03/2018
127
127
* bubble up protocol errors
128
+
129
+ 0.19 29/04/2019
130
+ * Fix Insert NULL in a boolean column returns no rows #288
131
+ * Added empty string support for enum
132
+ * Fix column order
133
+ * Fix float problem about time fieldtype
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.18 '
51
+ version = '0.19 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.18 '
53
+ release = '0.19 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
34
34
unittest .main (tests , argv = sys .argv [:1 ])
35
35
36
36
37
- version = "0.18 "
37
+ version = "0.19 "
38
38
39
39
setup (
40
40
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments