Skip to content

Commit 19fc383

Browse files
authored
Update CHANGELOG.md
1 parent 829f377 commit 19fc383

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Queries from the database are now zero-copy and no allocation beyond a shared read buffer
13-
for the TCP stream ( in other words, no per-query allocation ).
12+
- Results from the database are now zero-copy and no allocation beyond a shared read buffer
13+
for the TCP stream ( in other words, almost no per-query allocation ). Bind arguments still
14+
do allocate a buffer per query.
1415

1516
- [[#129]] Add support for [SQLite](https://sqlite.org/index.html). Generated code should be very close to normal use of the C API.
1617

0 commit comments

Comments
 (0)