We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fe63a commit 967d30fCopy full SHA for 967d30f
CHANGELOG.md
@@ -2,11 +2,20 @@
2
3
Changes:
4
5
- - Use decimals field from MySQL to format time types
+ - 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)
9
10
Bugfixes:
11
- - 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)
19
20
21
## Version 1.2 (2014-06-03)
0 commit comments