]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the name in the documentation of the compile-time macro for
authordrh <drh@noemail.net>
Wed, 31 Dec 2008 19:27:53 +0000 (19:27 +0000)
committerdrh <drh@noemail.net>
Wed, 31 Dec 2008 19:27:53 +0000 (19:27 +0000)
enabling FTS3 parenthesis processing. (CVS 6089)

FossilOrigin-Name: ac8258da6ecd3ea37f394dc3b48834eb57832cf4

ext/fts3/README.syntax
manifest
manifest.uuid

index 835da41b3770449abbd9fac8e5cdcacb35ad1522..01bc80c5fbe9fce601884bf9e6dec46dab62c97e 100644 (file)
@@ -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
 
   Queries of this form must be re-written as:
 
     <col> MATCH 'sqlite NEAR fantastic OR sqlite NEAR impressive'
-  
-
-
index 3d596ceff8f3d074bb119321af52f570cadeb705..f5bce21b683e5277c19db9c0c6f5c156a72129d3 100644 (file)
--- 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
index 9f61d69ef0703c1b4c887169096fc79cee23bb55..444e545527a90c5fe4c010beca9af45f9be0cedf 100644 (file)
@@ -1 +1 @@
-7e238e8604b9a9f786d84a47d21c6b42f1585755
\ No newline at end of file
+ac8258da6ecd3ea37f394dc3b48834eb57832cf4
\ No newline at end of file