Re: [sqlite] documentation bugs

2014-07-09 Thread Dan Kennedy

On 07/09/2014 01:45 PM, Laurent Dami wrote:
* In http://www.sqlite.org/src/wiki?name=Bug+Reports , the href to the 
bug list is http://www.sqlite.org/src/report; should be 
http://www.sqlite.org/src/reportlist


*  In vtab.hml: the description of sqlite3_index_info is not up to 
date (missing estimatedRows)


* In compile.html : the compile option SQLITE_ENABLE_FTS4_UNICODE61 is 
missing


Thanks for these. And for pointing out the lack of documentation for the 
FTS4 "^" operator earlier.


New versions of vtab.html and fts3.html are now at:

  http://www.sqlite.org/draft/vtab.html
  http://www.sqlite.org/draft/fts3.html

FTS4 has been updated to match the documentation. So that "unicode61" is 
now enabled by default or disabled by SQLITE_DISABLE_FTS3_UNICODE. As of 
3.8.6, SQLITE_ENABLE_FTS4_UNICODE61 will no longer exist.


  http://www.sqlite.org/src/info/0cc0230ae9cf

Regards,
Dan.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] documentation bugs

2014-07-09 Thread Laurent Dami
* In http://www.sqlite.org/src/wiki?name=Bug+Reports , the href to the 
bug list is http://www.sqlite.org/src/report; should be 
http://www.sqlite.org/src/reportlist


*  In vtab.hml: the description of sqlite3_index_info is not up to date 
(missing estimatedRows)


* In compile.html : the compile option SQLITE_ENABLE_FTS4_UNICODE61 is 
missing

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users