]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Additional test case to cover ticket #831. (CVS 1872)
authordrh <drh@noemail.net>
Tue, 27 Jul 2004 13:38:47 +0000 (13:38 +0000)
committerdrh <drh@noemail.net>
Tue, 27 Jul 2004 13:38:47 +0000 (13:38 +0000)
FossilOrigin-Name: a62129af99b4a576a48eb4931f417af257f510c7

manifest
manifest.uuid
test/printf.test

index 95e4fa90f7765e5a9b3730c6f840640d485d98ee..cf862a931ad6754a644413c82ec16df643a1cf97 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Honor\sthe\sORDER\sBY\sclause\sin\sa\ssubquery\sthat\sis\sthe\sright-hand\sside\sof\san\sIN\noperator.\s\sTicket\s#827.\s(CVS\s1871)
-D 2004-07-26T23:32:27
+C Additional\stest\scase\sto\scover\sticket\s#831.\s(CVS\s1872)
+D 2004-07-27T13:38:48
 F Makefile.in 4a5e570a9e2d35b09c31b3cf01b78cea764ade4b
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -147,7 +147,7 @@ F test/null.test c14d0f4739f21e929b8115b72bf0c765b6bb1721
 F test/pager.test 059cc5c58d3b5a851343dff8c56cf7286425d03a
 F test/pager2.test 55469c7c1c1a54d6b32d7b3cc99001e90101a1ce
 F test/pragma.test 66a66b7f3b273b93325c9a5794acb418f52fdcbf
-F test/printf.test 428ad9be92963b68ba222dac4c19724cc4e304ea
+F test/printf.test 5a30fb0d736148fca64cb1b7ed0390be7414e024
 F test/progress.test 76c722f090b1ccb575e7e4e203a71608c5763beb x
 F test/quick.test 5bb4afdb204c57329c86fa11f3f0a5296675fd7f
 F test/quote.test 08f23385c685d3dc7914ec760d492cacea7f6e3d
@@ -240,7 +240,7 @@ F www/tclsqlite.tcl 06a86cba4d7fc88e2bcd633b57702d3d16abebb5
 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P 88a19a4386708c3c10448740d2bbe149055bcc6e
-R 72ccf7f1497b53b19dd26358d8d9f694
+P 76fe68cff6ce75dada510544b063dc1069eb2e0e
+R c48658c71737283e3919f2cd9abce5ad
 U drh
-Z f33c6b0a28f21ae8f46c0aa75565ac7e
+Z ed9af753dbee169dca4931e23b4b59b8
index f7eed203f37c93ff9cfd14388f8950e2aee3c8df..9a134cbc632b1b3a06fe060bdee978174fb2984f 100644 (file)
@@ -1 +1 @@
-76fe68cff6ce75dada510544b063dc1069eb2e0e
\ No newline at end of file
+a62129af99b4a576a48eb4931f417af257f510c7
\ No newline at end of file
index 159c240d372e955351d17eda86ae3110e6e27310..62f6443e714ebc59a86aef4a524429a4d41b21b4 100644 (file)
@@ -11,7 +11,7 @@
 # This file implements regression tests for SQLite library.  The
 # focus of this file is testing the sqlite_*_printf() interface.
 #
-# $Id: printf.test,v 1.12 2004/07/17 21:56:10 drh Exp $
+# $Id: printf.test,v 1.13 2004/07/27 13:38:48 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -167,5 +167,11 @@ do_test printf-10.1 {
   sqlite3_mprintf_stronly %s {}
 } {}
 
+# Ticket #831
+#
+do_test printf-10.2 {
+  sqlite3_mprintf_stronly %q {}
+} {}
+
 
 finish_test