We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3a99b commit e98e737Copy full SHA for e98e737
HISTORY
@@ -1,3 +1,24 @@
1
+=====================
2
+ What's new in 1.3.7
3
4
+
5
+Support link args other than '-L' and '-l' from mysql_config.
6
7
+Missing value for column without default value cause IntegrityError. (#33)
8
9
+Support BIT type. (#38)
10
11
+More tests for date and time columns. (#41)
12
13
+Fix calling .execute() method for closed cursor cause TypeError. (#37)
14
15
+Improve peformance to parse date. (#43)
16
17
+Support geometry types (#49)
18
19
+Fix warning while multi statement cause ProgrammingError. (#48)
20
21
22
=====================
23
What's new in 1.3.6
24
0 commit comments