Skip to content

Commit 7d52f0f

Browse files
committed
Merge pull request #319 from go-sql-driver/changelog
Update CHANGELOG.md
2 parents cbd96a2 + 967d30f commit 7d52f0f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
Changes:
44

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)
69

710
Bugfixes:
811

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)
1019

1120

1221
## Version 1.2 (2014-06-03)

0 commit comments

Comments
 (0)