File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ v3.0.3 - 2021-09-11
2
+ =====================
3
+
4
+ A couple minor behind-the-scenes fixes. First, all ` body ` keywords have been
5
+ removed in favor of the ` do ` keyword. This cuts down on the wall of warnings
6
+ that come from the latest compiler.
7
+
8
+ Second, thanks to prodding from @kubo39 and @webloft , I have changed the
9
+ default socket creation routines to mimic the standard mysql library in turning
10
+ off Nagle's algorithm (TCP_NODELAY), and enabling KEEPALIVE. If you wish to
11
+ reverse this, you can use the connection constructor which accepts a socket
12
+ setup routine.
13
+
14
+ - ** Fixed:** [ #222 ] ( https://github.com/mysql-d/mysql-native/issues/222 ) :
15
+ Column name is empty in result row if column value was NULL
16
+ - ** Change:** [ #246 ] ( https://github.com/mysql-d/mysql-native/pull/246 ) :
17
+ Change ` body ` to ` do ` (@jrfondren ), [ #245 ] ( https://github.com/mysql-d/mysql-native/pull/245 ) :
18
+ Fix outdated URLs (@kubo39 ), [ #242 ] ( https://github.com/mysql-d/mysql-native/pull/242 ) :
19
+ Fix nullable errors from 2.097, [ #249 ] ( https://github.com/mysql-d/mysql-native/pull/249 ) :
20
+ Standard mysql uses the socket options for TCP_NODELAY and KEEPALIVE
21
+
1
22
v3.0.2 - 2021-05-28
2
23
=====================
3
24
You can’t perform that action at this time.
0 commit comments