1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a bug in the handling of Mems inside of vdbe.c. (CVS 1745)

FossilOrigin-Name: ad65c6e24e15966d5fd15d60f81487ff97788da4
This commit is contained in:
drh
2004-06-27 01:56:33 +00:00
parent 5260f7e925
commit 6a6124e27a
7 changed files with 116 additions and 96 deletions

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this script testing the callback-free C/C++ API.
#
# $Id: capi3.test,v 1.12 2004/06/19 03:33:57 danielk1977 Exp $
# $Id: capi3.test,v 1.13 2004/06/27 01:56:33 drh Exp $
#
set testdir [file dirname $argv0]
@ -397,5 +397,3 @@ do_test capi3-6.4 {
} {SQLITE_OK}
finish_test