From: drh Date: Wed, 31 Dec 2008 19:27:53 +0000 (+0000) Subject: Fix the name in the documentation of the compile-time macro for X-Git-Tag: version-3.6.10~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42128b9e3333a40d926e5e54e66b7c2f150d85ed;p=thirdparty%2Fsqlite.git Fix the name in the documentation of the compile-time macro for enabling FTS3 parenthesis processing. (CVS 6089) FossilOrigin-Name: ac8258da6ecd3ea37f394dc3b48834eb57832cf4 --- diff --git a/ext/fts3/README.syntax b/ext/fts3/README.syntax index 835da41b37..01bc80c5fb 100644 --- a/ext/fts3/README.syntax +++ b/ext/fts3/README.syntax @@ -22,9 +22,9 @@ As of SQLite version 3.6.8, Fts3 supports two slightly different query formats; the standard syntax, which is used by default, and the enhanced query syntax which can be selected by compiling with the pre-processor - symbol SQLITE_FTS3_ENABLE_PARENTHESIS defined. + symbol SQLITE_ENABLE_FTS3_PARENTHESIS defined. - -DSQLITE_FTS3_ENABLE_PARENTHESIS + -DSQLITE_ENABLE_FTS3_PARENTHESIS 2. STANDARD QUERY SYNTAX @@ -207,6 +207,3 @@ Queries of this form must be re-written as: MATCH 'sqlite NEAR fantastic OR sqlite NEAR impressive' - - - diff --git a/manifest b/manifest index 3d596ceff8..f5bce21b68 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sthe\sFTS3\sexpression\sparser\sso\sthat\sit\sworks\sin\sthe\samalgamation\swhen\nFTS3\sis\sdisabled.\s(CVS\s6088) -D 2008-12-31T16:27:58 +C Fix\sthe\sname\sin\sthe\sdocumentation\sof\sthe\scompile-time\smacro\sfor\nenabling\sFTS3\sparenthesis\sprocessing.\s(CVS\s6089) +D 2008-12-31T19:27:53 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in 77635d0909c2067cee03889a1e04ce910d8fb809 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -50,7 +50,7 @@ F ext/fts2/fts2_tokenizer.c 5cec41326fabe65323945a46fa9495ee85c3d5fd F ext/fts2/fts2_tokenizer.h a7e46462d935a314b2682287f12f27530a3ee08e F ext/fts2/fts2_tokenizer1.c 8545ce12b41922004da46e91a7b023b92b76f94e F ext/fts2/mkfts2amal.tcl 974d5d438cb3f7c4a652639262f82418c1e4cff0 -F ext/fts3/README.syntax 655caddf5319c0d3525c3e78f1b46d77feab3a44 +F ext/fts3/README.syntax a19711dc5458c20734b8e485e75fb1981ec2427a F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d F ext/fts3/fts3.c 3aa6aef1eadc44606f6ed3c841062735a5210077 @@ -689,7 +689,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P c2b9891fc05ec05b270f108f61ab81b2df874e01 -R dbe8d51a0171805f528878c7717c0532 +P 7e238e8604b9a9f786d84a47d21c6b42f1585755 +R ea0c7656efc415f015d8861f520d7719 U drh -Z e4a04814ea9048204b2eff370e8f745c +Z 26fd3361c146d29a622a0e47839ead1e diff --git a/manifest.uuid b/manifest.uuid index 9f61d69ef0..444e545527 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -7e238e8604b9a9f786d84a47d21c6b42f1585755 \ No newline at end of file +ac8258da6ecd3ea37f394dc3b48834eb57832cf4 \ No newline at end of file