-C Clarify\sin\sthe\sdocumentation\sthat\sthe\sdatabase\sconnection\spointer\sto\nsqlite3_next_stmt()\smust\snot\sbe\sNULL.\s\sTicket\s#3244.\s(CVS\s5464)
-D 2008-07-23T18:25:56
+C Remove\sstray\sbreakpoints\sfrom\stest\sscripts.\s(CVS\s5465)
+D 2008-07-23T20:28:14
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in 77ff156061bb870aa0a8b3d545c670d08070f7e6
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
F test/collate9.test 3adcc799229545940df2f25308dd1ad65869145a
F test/collateA.test b8218ab90d1fa5c59dcf156efabb1b2599c580d6
F test/colmeta.test 087c42997754b8c648819832241daf724f813322
-F test/colname.test d717fcf45ad33ed0cc6ad6e1e7f5749afdcc4c77
+F test/colname.test 5bd677e9334a7a63615a05101b3976d79cfaf241
F test/conflict.test bb29b052c60a1f7eb6382be77902061d1f305318
F test/corrupt.test af069d971853dbe12af936910bfa49d92f7b16e9
F test/corrupt2.test e56f45006e7eb3ee680ad3b61c92cc14ae09986e
F test/mallocE.test db1ed69d7eded1b080952e2a7c37f364ad241b08
F test/mallocF.test 2d5c590ebc2fc7f0dcebdf5aa8498b9aed69107e
F test/mallocG.test 9d472075e155c888706d8bb2f0d5c6fd643d793c
-F test/malloc_common.tcl cdcf092a77f3578fa4fd02121e60969cdf382e27
+F test/malloc_common.tcl 17d60dfefc1598d1a7fe6da6511933536caea1d7
F test/manydb.test 8de36b8d33aab5ef295b11d9e95310aeded31af8
F test/memdb.test a67bda4ff90a38f2b19f6c7f95aa7289e051d893
F test/memleak.test d2d2a1ff7105d32dc3fdf691458cf6cba58c7217
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P e2c6771d44f1b4fee16ef90e91c3498be2a7d2b1
-R 660baada35f8ce3b2f04dc7bc064f670
+P a7d64e86e84cf16c9742e6b012a0b96d9c6b2ba1
+R f5137591809f31c9ab28dedfd27be8d9
U drh
-Z deee2f2abd0ea8886e3e17ffb930150d
+Z ced7f31902a9154ae870cc955d9c540a
# The focus of this file is testing how SQLite generates the names
# of columns in a result set.
#
-# $Id: colname.test,v 1.2 2008/07/18 17:03:53 drh Exp $
+# $Id: colname.test,v 1.3 2008/07/23 20:28:14 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
# Test for short=OFF and full=ON
#
do_test colname-4.1 {
-breakpoint
db eval {
PRAGMA short_column_names=OFF;
PRAGMA full_column_names=ON;
}
} {v4.a 1 v4.x 4 v4.a:1 11 v4.x:1 14 v4.a:2 1 v4.b 2 v4.c 3 v4.x:2 4 v4.y 5 v4.z 6 v4.a:3 11 v4.b:1 12 v4.c:1 13 v4.x:3 14 v4.y:1 15 v4.z:1 16}
do_test colname-4.12 {
-breakpoint
execsql2 {
SELECT * FROM v5 ORDER BY 2;
}
# This file contains common code used by many different malloc tests
# within the test suite.
#
-# $Id: malloc_common.tcl,v 1.18 2008/06/23 18:49:45 danielk1977 Exp $
+# $Id: malloc_common.tcl,v 1.19 2008/07/23 20:28:14 drh Exp $
# If we did not compile with malloc testing enabled, then do nothing.
#
set v2 1
} else {
set v2 $msg
- breakpoint
puts [db errorcode]
}
lappend isFail $v2