]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplifications to the upper() and lower() SQL functions.
authordrh <drh@noemail.net>
Thu, 13 Oct 2011 18:00:11 +0000 (18:00 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Oct 2011 18:00:11 +0000 (18:00 +0000)
commitdf901d34e55ca1bff5d7bf10f67bcde51d7c7aae
tree95c8b155fd9b9367db728766263046729cfe4c76
parent8dab211632ad34bbfbf809eac10a3883e1c12601
Simplifications to the upper() and lower() SQL functions.
Updates to documentation on sqlite3_bind_text() and sqlite3_result_text()
to make it clear that users should not try to create strings with
embedded NULs and that if they do the result of expression on those strings
is undefined.  Ticket [57c971fc74524a]

FossilOrigin-Name: 9984cc20ca70b7fb39c0b99580a1317a7b0c9c85
manifest
manifest.uuid
src/func.c
src/sqlite.h.in