Skip to content

Commit d164b60

Browse files
committed
Update CHANGELOG
1 parent 7a8740a commit d164b60

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@ Bugfixes:
1212
- Enable microsecond resolution on TIME, DATETIME and TIMESTAMP (#249)
1313
- Fixed handling of queries without columns and rows (#255)
1414
- Fixed a panic when SetKeepAlive() failed (#298)
15+
- Support receiving ERR packet while reading rows (#321)
16+
- Fixed reading NULL length-encoded integers in MySQL 5.6+ (#349)
17+
- Fixed absolute paths support in LOAD LOCAL DATA INFILE (#356)
18+
- Actually zero out bytes in handshake response (#378)
19+
- Fixed race condition in registering LOAD DATA INFILE handler (#383)
20+
- Fixed tests with MySQL 5.7.9+ (#380)
21+
- QueryUnescape TLS config names (#397)
22+
- Fixed "broken pipe" error by writing to closed socket (#390)
1523

1624
New Features:
17-
- Support for returning table alias on Columns() (#289)
25+
- Support for returning table alias on Columns() (#289, #359, #382)
1826
- 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+
1930

2031

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

0 commit comments

Comments
 (0)