File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33Changes:
44
5- - Version v1 of the driver is will not be maintained anymore. Go 1.0 now is not supported by this driver anymore
6- - The errors are now exported to allow easy checking from application code
5+ - Version v1 of the driver is will not be maintained anymore. Go 1.0 is no longer supported by this driver
6+ - Exported errors to allow easy checking from application code
77 - Enabled TCP Keepalives on TCP connections
88 - Optimized INFILE handling (better buffer size calculation, lazy init, ...)
9- - The DSN parser now also checks for a missing separating slash
9+ - The DSN parser also checks for a missing separating slash
1010 - Faster binary date / datetime to string formatting
11- - The MySQLWarning type is now also exported
12- - mysqlConn.Close now returns the first error encountered
13- - writePacket() now automatically writes the packet size to the header
14- - readPacket() now uses an iterative approach instead of the recursive approach to merge splitted packets
11+ - Also exported the MySQLWarning type
12+ - mysqlConn.Close returns the first error encountered instead of ignoring all errors
13+ - writePacket() automatically writes the packet size to the header
14+ - readPacket() uses an iterative approach instead of the recursive approach to merge splitted packets
1515
1616New Features:
1717
You can’t perform that action at this time.
0 commit comments