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

Reply via email to