File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changes:
4
4
5
- - Use decimals field from MySQL to format time types
5
+ - Go 1.1 is no longer supported
6
+ - Use decimals field from MySQL to format time types (#249 )
7
+ - Buffer optimizations (#269 )
8
+ - TLS ServerName defaults to the host (#283 )
6
9
7
10
Bugfixes:
8
11
9
- - Enable microsecond resolution on TIME, DATETIME and TIMESTAMP
12
+ - Enable microsecond resolution on TIME, DATETIME and TIMESTAMP (#249 )
13
+ - Fixed handling of queries without columns and rows (#255 )
14
+ - Fixed a panic when SetKeepAlive() failed (#298 )
15
+
16
+ New Features:
17
+ - Support for returning table alias on Columns() (#289 )
18
+ - Placeholder interpolation, can be actived with the DSN parameter ` interpolateParams=true ` (#309 , #318 )
10
19
11
20
12
21
## Version 1.2 (2014-06-03)
You can’t perform that action at this time.
0 commit comments