1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Add a test case of preparing a statement with an nBytes parameter of 0

and where the previous byte of the string is zero.  Ticket #3134. (CVS 5156)

FossilOrigin-Name: 846a69acb59403438696000b4ffd588ab42b2f95
This commit is contained in:
drh
2008-05-23 14:49:49 +00:00
parent d2d88bbdec
commit 4837f53121
5 changed files with 61 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
** interface, and routines that contribute to loading the database schema
** from disk.
**
** $Id: prepare.c,v 1.85 2008/05/23 14:32:19 drh Exp $
** $Id: prepare.c,v 1.86 2008/05/23 14:49:49 drh Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>