Skip to content

Commit 605647e

Browse files
committed
changelog: Add write buffer
1 parent 8751b72 commit 605647e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Changes:
77
- Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
88
- New Logo
99
- Changed the copyright header to include all contributors
10-
- Optimized the read buffer
10+
- Optimized the buffer for reading
11+
- Use the buffer also for writing. This results in zero allocations (by the driver) for most queries
1112
- Improved the LOAD INFILE documentation
1213
- The driver struct is now exported to make the driver directly accessible
1314
- Refactored the driver tests

0 commit comments

Comments
 (0)