We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8751b72 commit 605647eCopy full SHA for 605647e
CHANGELOG.md
@@ -7,7 +7,8 @@ Changes:
7
- Made closing rows and connections error tolerant. This allows for example deferring rows.Close() without checking for errors
8
- New Logo
9
- Changed the copyright header to include all contributors
10
- - Optimized the read buffer
+ - Optimized the buffer for reading
11
+ - Use the buffer also for writing. This results in zero allocations (by the driver) for most queries
12
- Improved the LOAD INFILE documentation
13
- The driver struct is now exported to make the driver directly accessible
14
- Refactored the driver tests
0 commit comments