1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Clarify that the nBytes parameter to sqlite3_prepare is always the

number of bytes and never the number of characters.  Ticket #1646. (CVS 3039)

FossilOrigin-Name: 8efc8c57103cab61bc06842391744bec69c24428
This commit is contained in:
drh
2006-01-30 22:12:31 +00:00
parent f04902e8f6
commit f28b266d43
4 changed files with 13 additions and 13 deletions

View File

@ -25,7 +25,7 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2006 January 30 (3.3.3 beta)} {
chng {2006 January 30 (3.3.3 stable)} {
<li>Minor bug fixes only.</li>
}