๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 6e1a037 Allow FTS tokenizers to choose whether or not to consider the "*" character part of tokens or not. This restores the pre-[e21bf7a2ad] behaviour. Also fix a problem causing FTS to interpret tokens beginning with "*" characters as EOF. by dan ยท 11 years ago
  2. a8950d5 Fix a memory leak associated with the FTS4 matchinfo() function. by drh ยท 11 years ago
  3. b8e8d50 Fix a harmless compiler warning inside an assert() in FTS4. by drh ยท 11 years ago
  4. 2494893 Add the "showauth" extension in ext/misc. by drh ยท 11 years ago
  5. c891c6c Clean up some #includes in the extension API implementation. by drh ยท 11 years ago user-auth
  6. 7883ecf Enhance the sqlite3_user_add() interface to initialize the user by drh ยท 11 years ago
  7. 9d5b0df Get the sqlite3_user_delete() interface working. by drh ยท 11 years ago
  8. 570f187 Fix the sqlite3_user_change() interface so that it does allow a by drh ยท 11 years ago
  9. 32c6a48 Add support for the extra parameter on the sqlite3_set_authorizer() callback by drh ยท 11 years ago
  10. d39c40f Reorder parameters on the sqlite3_user_*() interfaces for consistency. by drh ยท 11 years ago
  11. 09e6054 Complete the implementation of the various APIs. Fix several problems. by drh ยท 11 years ago
  12. f442e33 Add the ".user" shell command and implement the sqlite3_user_add() by drh ยท 11 years ago
  13. e933b83 Further ideas on user authentication. Not yet working code. by drh ยท 11 years ago
  14. d453097 Non-working preliminary implementation attempts on user authentication. by drh ยท 11 years ago
  15. 5ab5670 Enhance the spellfix extension with the ability to specify a rowid when by drh ยท 11 years ago
  16. b6b4b79 Fix a faulty assert() statement. Add comments to clarify the behavior of by drh ยท 11 years ago
  17. 490fe86 Fix harmless compiler warnings. by drh ยท 11 years ago
  18. 858b638 A couple more harmless compiler warnings eliminated. by drh ยท 11 years ago
  19. e8f2c9d Fix two more harmless compiler warnings. Make sure the fts3_unicode2.c file by drh ยท 11 years ago
  20. 57ff60b Have calls to the xFilter() method of rtree virtual tables ensure that cursor is initialized before proceeding. Fix for [d2889096e7bdeac]. by dan ยท 11 years ago
  21. f5d87f7 Fix the index name for the shadow tables in the spellfix1 extension so that by drh ยท 11 years ago
  22. 86ac612 Fix some harmess compiler warnings in the FTS3 Unicode module. by mistachkin ยท 11 years ago toolWarnings
  23. 166c373 Fix harmless compiler warnings in the fts3view utility program that can occur with MSVC. by mistachkin ยท 11 years ago
  24. 42d3d37 Fix a division-by-zero error in the fts3view utility program. Add the by drh ยท 11 years ago
  25. 2eaf03d Change fts3/4 so that the "unicode61" is included in builds by default. It may now be excluded by defining SQLITE_DISABLE_FTS3_UNICODE. by dan ยท 11 years ago
  26. 9740726 A different approach to the autoindex problem that deletes query-planner code by drh ยท 11 years ago
  27. 6b7ff74 Allow an automatic index on a WHERE constraint where the RHS is does not by drh ยท 11 years ago
  28. a2412c1 Fix the extension01.test script so that it works on windows. Fix a by drh ยท 12 years ago
  29. 40e75cb Add the fileio.c loadable extension, that implements readfile() and writefile() by drh ยท 12 years ago
  30. 0b93058 Add an extension that implements compress() and uncompress() SQL functions. by drh ยท 12 years ago
  31. 33b7bcb Fix a problem that was causing the FTS4 integrity-check command to fail if the table had one or more "notindexed" columns. by dan ยท 12 years ago
  32. 3c559a8 Fix harmless compiler warnings. by drh ยท 12 years ago
  33. b7231a8 Fix a harmless compiler warning in the FTS4 logic. by drh ยท 12 years ago
  34. cde81d5 Fix a problem in FTS4 where columns with names that are prefixes of any notindexed column were also being (incorrectly) marked as not indexed. For example in "CREATE ... t1(abc, bc, abcd, notindexed=abcd)", both abc and abcd were being treated as notindexed. by dan ยท 12 years ago
  35. 02c1e26 Fix harmless compiler warnings. by mistachkin ยท 12 years ago ftsWarnings
  36. a7b9e7d Fix a bug causing an incorrect segment size value to be stored if both an old and new FTS version performed work on the same incremental merge operation. by dan ยท 12 years ago
  37. 157c957 Fix a problem with the handling of delete markers by automerge on large databases. by dan ยท 12 years ago
  38. 5b34f15 Do not search for promotable segments following an FTS 'optimize' operation or creation of a new segment on the oldest existing level. by dan ยท 12 years ago
  39. a0b7ca9 Fix a problem to do with loading the value of the FTS automerge setting from the database. by dan ยท 12 years ago
  40. 9e83e46 Fix various problems to do with segment promotion. Add test file fts4growth2.test, containing tests to check that the FTS index does not grow indefinitely as the table is updated. by dan ยท 12 years ago
  41. c0caea2 Fix a problem preventing delete markers from ever being removed from the FTS index. by dan ยท 12 years ago
  42. 6bb9889 Experimental code to prevent FTS indexes from growing indefinitely as the table is updated. by dan ยท 12 years ago
  43. d2d8ca6 Fix the way parenthesis in MATCH expressions are handled by FTS if the tokenizer considers them to be token characters. by dan ยท 12 years ago
  44. 65e6b0d Add the sqlite3_rtree_query_callback() API to the RTree virtual table. by drh ยท 12 years ago
  45. d88e521 Fix an obscure bug causing sqlite3_close() to fail if there are virtual tables on the disconnect list when it is called. by dan ยท 12 years ago
  46. 82d25da Changes to FTS to ensure that it does not access the database from within the xConnect method. by dan ยท 12 years ago
  47. 87af14a Prevent the rtree module from reading sqlite_stat1 data from the wrong database. by dan ยท 12 years ago
  48. 3afca7d Add a test to see what happens if an rtree constructor encounters an SQLITE_BUSY error. No changes to code. by dan ยท 12 years ago
  49. dc90d3d Always include the ctype.h header in the spellfix.c extension. by drh ยท 12 years ago
  50. 0211d8b Change the spellfix1 virtual table to deterministically names its shadow tables. by drh ยท 12 years ago
  51. 693e671 Fixes for various clang warnings. by drh ยท 12 years ago
  52. a8a0617 Update the spellfix virtual table to optimize queries of the form "SELECT ... FROM tbl WHERE rowid=?". by dan ยท 12 years ago
  53. 2e08486 Add the usual "fts3" prefix to new static method setEstimatedRows() in fts3.c. This fixes a problem when compiling the amalgamation, as the r-tree module also contains a static method named setEstimatedRows. by dan ยท 12 years ago
  54. 6901439 Instead of having the planner ignore plans with unusable MATCH constraints, have FTS assign extremely high costs to such plans in order to discourage the planner from using them. by dan ยท 12 years ago avoid-unusable-match
  55. c73d0d9 Fix harmless compiler warnings in FTS4. This involved corrupting by drh ยท 12 years ago
  56. 707f1c5 Fix a harmless MSVC compiler warning. by drh ยท 12 years ago
  57. 2bea7cd Fix harmless compiler warnings from clang scan-build. by drh ยท 12 years ago
  58. 3aa4be3 Fix harmless compiler warning. by mistachkin ยท 12 years ago
  59. 85963f5 When possible, have FTS use 32-bit operations to read varints from the database. by dan ยท 12 years ago
  60. ff4b23b Fix for [4065ac8595]: Do not order CROSS or LEFT joins, even if the right-hand-side is a virtual table. by dan ยท 12 years ago
  61. f8396b2 Fix an error message in the spellfix extension so that it conforms to the by drh ยท 12 years ago
  62. 14ec33f Fix typos in compile and run-time tests of the sqlite library version number in rtree.c. by dan ยท 12 years ago
  63. a9f5815 Add a way for virtual tables to return the expected number of rows for a scan (not just the overall cost) to SQLite. Have the rtree module make use of this. by dan ยท 12 years ago
  64. d6dd5de Fix a bug preventing FTS from correctly processing bracket tokens that are immediately preceded by characters that are neither whitespace or token characters. by dan ยท 12 years ago
  65. 0568427 Improved header comment with better instructions on the vfslog.c extension. by drh ยท 12 years ago
  66. 8f8b231 Add the SQLITE_FCNTL_TRACE file control and generate it for OP_Trace by drh ยท 12 years ago
  67. 06d6efb Further enhance the vfslog extension to record the number of freelist pages by drh ยท 12 years ago
  68. 2eebbf6 In the vfslog extension for FILECONTROL records, show the pragma name for by drh ยท 12 years ago
  69. a4bbc8b Add the "languageid" hidden column to fts4aux. by dan ยท 12 years ago
  70. bc863b5 Fix harmless macro redefinition warnings in the totype extension. by mistachkin ยท 12 years ago
  71. 0593516 Fix harmless compiler warning in the totype extension. Include all standard whitespace characters in totypeIsspace. Minor adjustments to style and comments. by mistachkin ยท 12 years ago
  72. 5f8cdac Move the tointeger() and toreal() functions out of core and make them into by drh ยท 12 years ago
  73. 362d216 Fix a crash in FTS incremental phrase processing that can occur if the second or subsequent token is much more common in the dataset than the first. by dan ยท 12 years ago
  74. b084582 Fix harmless compiler warning. by mistachkin ยท 12 years ago
  75. 4f99189 Fix various harmless compiler warnings. Change the "warnings.sh" script to by drh ยท 12 years ago
  76. a0cbd3f Enhancements to the vfslog.c module to show all change-counter changes and by drh ยท 12 years ago
  77. 919e3b3 Another fix to the hash signature algorithm in vfslog.c. by drh ยท 12 years ago
  78. 7cd84ff Fix the hash signature algorithm in vfslog.c. Add a utility program to by drh ยท 12 years ago
  79. 30e2f0a Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls made by SQLite. by dan ยท 12 years ago
  80. 86f72f0 Fix compilation issue with MSVC. by mistachkin ยท 12 years ago
  81. 9211f8a Allow FTS4 multi-token phrases to use a combination of in-memory and incrementally loaded doclists. This allows phrases to (partially) benefit from incremental doclists without disabling the deferred token optimization. by dan ยท 12 years ago
  82. eb26672 Add a test to check that the new multi-token phrase optimization is actually helping. by dan ยท 12 years ago
  83. ff574f4 Allow multi-token phrases to load doclists from the database incrementally. This allows queries that feature such phrases to benefit from the "docid<?" optimization. by dan ยท 12 years ago
  84. 73632e3 Merge trunk changes with this branch. by dan ยท 12 years ago
  85. 1f03e60 Fix a performance problem in the FTS4 auxiliary functions triggered by an OR clause in the full-text query. by dan ยท 12 years ago
  86. 92054fe Fix memory leaks in the amatch extension. Add a few simple test cases. by drh ยท 12 years ago
  87. 1938438 Have fts4 full-text queries consider "docid<?" and similar constraints. by dan ยท 12 years ago
  88. 915fe4d Fix typo in comment. No changes to code. by mistachkin ยท 12 years ago
  89. f427472 In the nextchar.c extension, allow the second argument to the next_char() by drh ยท 12 years ago
  90. 2505a5f Fix an FTS4 problem introduced by [361084e1eb]. by dan ยท 12 years ago
  91. 2c18788 Initialize a variable in fts3_write.c on the grounds that the argument required to show that it does not require initialization with is complicated. Add an assert() to where.c to silence a clang scan-build warning. by dan ยท 12 years ago
  92. 2907030 Add some extra assert() statements to silence a few clang warnings. by dan ยท 12 years ago
  93. f3d2aae For the vtshim module, always zero out the xChildDestroy function pointer after calling it. by mistachkin ยท 12 years ago
  94. b8c0683 Documentation changes to warn that sqlite3_set_auxdata() might call the by drh ยท 12 years ago
  95. 47af6e7 Fix copy/paste errors in comments in the transitive_closure virtual table. by drh ยท 12 years ago
  96. 580d7dc Adjust the costs in the xBestIndex function of the spellfix1 virtual table by drh ยท 12 years ago
  97. 1f10c28 Modify several extensions to use the new exported function naming. by drh ยท 12 years ago
  98. d4b473b Add an optional 5th parameter to the next_char() function that is the by drh ยท 12 years ago
  99. ed20073 Make a couple of implicit casts explicit to fix compiler warnings. by dan ยท 12 years ago
  100. 049d487 Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. by mistachkin ยท 12 years ago extRefactor