Skip to content

Commit 2a6c607

Browse files
committed
Update CHANGELOG
1 parent de9c517 commit 2a6c607

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

CHANGELOG.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,41 @@
33
Changes:
44

55
- Go 1.1 is no longer supported
6-
- Use decimals field from MySQL to format time types (#249)
6+
- Use decimals fields in MySQL to format time types (#249)
77
- Buffer optimizations (#269)
88
- TLS ServerName defaults to the host (#283)
9+
- Refactoring (#400, #410, #437)
10+
- Adjusted documentation for second generation CloudSQL (#485)
911

10-
Bugfixes:
12+
New Features:
1113

1214
- Enable microsecond resolution on TIME, DATETIME and TIMESTAMP (#249)
15+
- Support for returning table alias on Columns() (#289, #359, #382)
16+
- Placeholder interpolation, can be actived with the DSN parameter `interpolateParams=true` (#309, #318, #490)
17+
- Support for uint64 parameters with high bit set (#332, #345)
18+
- Cleartext authentication plugin support (#327)
19+
- Exported ParseDSN function and the Config struct (#403, #419, #429)
20+
- Read / Write timeouts (#401)
21+
- Support for JSON field type (#414)
22+
- Support for multi-statements and multi-results (#411, #431)
23+
- DSN parameter to set the driver-side max_allowed_packet value manually (#489)
24+
25+
Bugfixes:
26+
1327
- Fixed handling of queries without columns and rows (#255)
1428
- Fixed a panic when SetKeepAlive() failed (#298)
15-
- Support receiving ERR packet while reading rows (#321)
29+
- Handle ERR packets while reading rows (#321)
1630
- Fixed reading NULL length-encoded integers in MySQL 5.6+ (#349)
1731
- Fixed absolute paths support in LOAD LOCAL DATA INFILE (#356)
1832
- Actually zero out bytes in handshake response (#378)
1933
- Fixed race condition in registering LOAD DATA INFILE handler (#383)
2034
- Fixed tests with MySQL 5.7.9+ (#380)
2135
- QueryUnescape TLS config names (#397)
2236
- Fixed "broken pipe" error by writing to closed socket (#390)
23-
24-
New Features:
25-
- Support for returning table alias on Columns() (#289, #359, #382)
26-
- Placeholder interpolation, can be actived with the DSN parameter `interpolateParams=true` (#309, #318)
27-
- Support for uint64 parameters with high bit set (#332, #345)
28-
- Cleartext authentication plugin support (#327)
29-
37+
- Fixed LOAD LOCAL DATA INFILE buffering (#424)
38+
- Fixed parsing of floats into float64 when placeholders are used (#434)
39+
- Fixed DSN tests with Go 1.7+ (#459)
40+
- Handle ERR packets while waiting for EOF (#473)
3041

3142

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

0 commit comments

Comments
 (0)