๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 74c3302 Avoid compiler warnings and excess opcodes when SQLITE_ENABLE_PREUPDATE_HOOK by drh ยท 10 years ago sessions
  2. 799b837 Merge changes for 3.12.0. by drh ยท 10 years ago
  3. 10df23f Version 3.12.0 by drh ยท 10 years ago version-3.12.0
  4. 72cd360 Fix the multiplexor so that it does not assume that the xGetLastError method by drh ยท 10 years ago
  5. 60c4249 More changes to the shellN.test scripts to get them working on all variations by drh ยท 10 years ago
  6. eaa544d Remove the catchcmd_collapse_space procedure in tester.tcl - no longer needed. by drh ยท 10 years ago
  7. 15707ac Update shell1.test tests to deal with backslash escaping in TCL on Windows-style by drh ยท 10 years ago
  8. 4f69540 Do not run the shell3.test module under mingw because of mingw's dodgy by drh ยท 10 years ago
  9. 8245248 In the Win32 VFS, avoid trying to use rand_s() on Windows CE. by mistachkin ยท 10 years ago
  10. 5729c31 Add the catchcmd_collapse_space command and use it to help make shell testing by drh ยท 10 years ago
  11. ddb2b4a Fix two instances of undefined behavior in the C code - both harmless for by drh ยท 10 years ago
  12. cb620b4 Make test cases in shell1.test robust against TCL deciding to quote strings by drh ยท 10 years ago
  13. eb2329b Prevent negative values of SQLITE_DEFAULT_CACHE_SIZE from making SQLITE_WIN32_HEAP_INIT_SIZE negative. by mistachkin ยท 10 years ago
  14. d38a2e2 Larger margins for one memsubsys1 range check when running with a by drh ยท 10 years ago
  15. cc47eac Fix some test scripts so that they work with various permutations. by dan ยท 10 years ago
  16. 565d640 Merge the beta changes into sessions. by drh ยท 10 years ago
  17. c5412d5 Avoid calling realloc() with a zero size in fuzzcheck.c. by drh ยท 10 years ago
  18. 231ee68 Fix "ifcapable" tests in capi3.test and capi3c.test so that the tests work with more build configurations. by dan ยท 10 years ago
  19. 997de99 Remove an unused local variable from FTS5. by drh ยท 10 years ago
  20. 848b190 Explicitly limit the size of fts5 tokens to 32768 bytes. by dan ยท 10 years ago
  21. 3767026 Update a requirement mark. No changes to code. by drh ยท 10 years ago
  22. d756486 The sqlite3_column_decltype() routine should return NULL, not an empty string, by drh ยท 10 years ago
  23. 527b043 Fix harmless compiler warning for MSVC. by mistachkin ยท 10 years ago
  24. c5e7f94 Fix a harmless compiler warning. by drh ยท 10 years ago
  25. 0a2f2b5 Fix some errors in fts5 test scripts. by dan ยท 10 years ago
  26. 3bfa7e8 Create the "uptr" typedef (the same as uintptr_t when available) and use it by drh ยท 10 years ago
  27. 0b98207 Avoid the possibility of integer overflow on a pointer comparison test for by drh ยท 10 years ago
  28. 13969f5 Fix harmless compiler warnings. by drh ยท 10 years ago
  29. 6737aab Add tests to ensure that fts5 is now deterministic. by dan ยท 10 years ago
  30. 4567bee Skip recently added test cases in nolock.test when running in by drh ยท 10 years ago
  31. 6369bc3 Remove an unreachable branch from the unlink verification logic in the UNIX VFS. by drh ยท 10 years ago
  32. dbf8a16 Merge 3.12.0 beta changes from trunk. by drh ยท 10 years ago
  33. f526826 Have fts5 cache the structure of its index in main memory. Use "PRAGMA data_version" to figure out when this cache should be invalidated. by dan ยท 10 years ago
  34. 3c6707f Rearrange code so that tests pass whether SQLITE_DEBUG is defined or not. by dan ยท 10 years ago fts5-data-version
  35. d260dd3 Add the sqlite3_system_errno() interface. by drh ยท 10 years ago
  36. f68521c Make sure system errors that occur durign sqlite3_step() are captured for by drh ยท 10 years ago sqlite_system_errno
  37. 80fbee0 Improved comments. No logical changes to code. by drh ยท 10 years ago
  38. 8d2f41c Do a better job of capturing all system errno values regardless of when by drh ยท 10 years ago
  39. b7c9659 Merge updates from trunk. by drh ยท 10 years ago
  40. ef480d3 Change the way fts5 internally allocates segment ids in order to eliminated non-determinism from the module. by dan ยท 10 years ago
  41. 544c6b8 Change the Vdbe.aMem array so that it is zero-based instead of one-based. by drh ยท 10 years ago
  42. 3cdce92 Remove an unreachable branch. Improvements to comments. by drh ยท 10 years ago zero-base-aMem
  43. 9f6168b Change the Vdbe.aMem array so that it is zero-based instead of one-based. by drh ยท 10 years ago
  44. b6eb666 Fix exclusive.test so that it works with -DSQLITE_TEMP_STORE=3. by dan ยท 10 years ago
  45. 9bccde3 Updates to the Lemon documentation. by drh ยท 10 years ago
  46. f27d737 Add the sqlite3rbu_bp_progress() API to the RBU extension. Used to obtain the percentage progress of an RBU update. by dan ยท 10 years ago
  47. fce07fb Fix a problem detecting invalid values in the rbu_control column of an rbu database table. by dan ยท 10 years ago rbu-percent-progress
  48. febfe02 Update the sqldiff tool so that it generates an rbu_count table. by dan ยท 10 years ago
  49. f11737f Merge latest trunk changes, including fixes to test script rbudiff.test, into this branch. by dan ยท 10 years ago
  50. 49aed58 Fix another problem in test script rbudiff.test. by dan ยท 10 years ago
  51. 1e8dae0 Fix test scripts sqldiff.test and rbudiff.test so that they work with the --testdir option. by dan ยท 10 years ago
  52. cf9bce3 Add test file fts5multiclient.test. by dan ยท 10 years ago
  53. bb9b5f2 Fix a register allocation bug in the VDBE code generator for by drh ยท 10 years ago
  54. eea627d Add further tests for sqlite3rbu_bp_progress(). Fix a problem in handling WITHOUT ROWID tables in the same. by dan ยท 10 years ago
  55. 789780d Change the name of the new API on this branch to "sqlite3_bp_progress". Add tests and documentation for the same. by dan ยท 10 years ago
  56. fe485c0 Add tests for the changes on this branch. Fix a problem with calls to the new progress indicator API made after an rbu update has been resumed. by dan ยท 10 years ago
  57. 860443d Fix FTS5 so that it works with SQLITE_OMIT_AUTORESET. by drh ยท 10 years ago
  58. b99185f Fix more test-case errors in the Apple configuration. by drh ยท 10 years ago
  59. 108e5a9 Fix some test cases so that they work under the Apple configuration. by drh ยท 10 years ago
  60. 9493caf Fix harmless compiler warnings that arise with -DSQLITE_OMIT_LOAD_EXTENSION by drh ยท 10 years ago
  61. 790b151 Changes to releasetest.tcl: Rename the "OS-X" configuration to "Apple". by drh ยท 10 years ago
  62. e42195b Add an API to indicate the percentage progress of an rbu update. by dan ยท 10 years ago
  63. 762e32b Change the xGetLastError() method on the windows VFS so that it continues to by drh ยท 10 years ago
  64. de845c2 A more compact implementation of the code generator for the by drh ยท 10 years ago
  65. 0e80e50 Simple test cases for sqlite3_system_errno() by drh ยท 10 years ago
  66. 1b9f214 Experimental implementation of the sqlite3_system_errno() interface. by drh ยท 10 years ago
  67. c9460ab Fix some OOM-handling issues in the fts5 changes on this branch. by dan ยท 10 years ago
  68. 4b058dd The prepared statements for some pragmas can now be reused without invoking by drh ยท 10 years ago
  69. db8d320 Merge the changes on the reusable-pragma branch into this one. by dan ยท 10 years ago
  70. f71a366 Some pragmas can be reused without an automatic reprepare. by drh ยท 10 years ago reusable-pragma
  71. e459bd4 Fix a comment on the freelist_count and data_version pragmas. by drh ยท 10 years ago
  72. 377ba38 Add a cast to an implict (size_t -> int) conversion in fts5_expr.c. by dan ยท 10 years ago
  73. f55fb66 Have fts5 cache the decoded structure of fts5 indexes in memory. Use "PRAGMA data_version" to detect stale caches. by dan ยท 10 years ago
  74. 4ef0770 Enhance Lemon so that it reorders the reduce rules such that rules without by drh ยท 10 years ago
  75. 3f77389 Avoid a few unnecessary fstat()s on journal files. by drh ยท 10 years ago
  76. 892ffcc Fix the query planner so that it is able to use the integer primary key by drh ยท 10 years ago
  77. 47e1842 Merge all recent enhancements from trunk. by drh ยท 10 years ago
  78. 32f57d4 Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option. by drh ยท 10 years ago
  79. c5db1d4 Rearrange some internal fields in the sqlite3_stmt object to avoid a harmless by drh ยท 10 years ago
  80. 98968b2 Change the OP_IntegrityCk opcode to accept the list of root pages as an by drh ยท 10 years ago
  81. b7b9106 In the Win32 VFS, use SQLITE_FCNTL_LAST_ERRNO instead of (the older) SQLITE_LAST_ERRNO. by mistachkin ยท 10 years ago
  82. 0ff47e9 Implement FROM-clause subqueries as co-routines whenever they are guaranteed by drh ยท 10 years ago
  83. 82f5254 More test-case changes so that everything works when the reserved_bytes by drh ยท 10 years ago
  84. 089555c Fix the shellN.test test scripts so that they work with the --testdir option. by dan ยท 10 years ago
  85. a580936 Fix the permutations.test script so that it works again. by drh ยท 10 years ago
  86. 10ac13a Update test scripts so that they work with SEE. by drh ยท 10 years ago
  87. 4a8a646 Changing page size using VACUUM or backup is not allowed with a codec attached. by drh ยท 10 years ago see-testing
  88. 05586c3 Merge test script fixes from trunk. by drh ยท 10 years ago
  89. 7da56b4 Many more test cases fixed. Only a few remain. by drh ยท 10 years ago
  90. af3906a Many test cases fixed to work with encryption. by drh ยท 10 years ago
  91. 7bd6b49 Test script changes to support testing the SQLite Encryption Extension. by drh ยท 10 years ago
  92. de503eb Fix the backcompat.test script so that it works with the --testdir test option. by dan ยท 10 years ago
  93. 0d71eaa Run TCL tests in the "testdir" subdirectory. by drh ยท 10 years ago
  94. e500f65 More file pathname normalization. by drh ยท 10 years ago test-in-subdir
  95. bea1413 Normalize the $testdir and $argv0 paths so that they continue to work by drh ยท 10 years ago
  96. d5704a8 Run TCL tests in a subdirectory "testdir". by drh ยท 10 years ago
  97. 7d85774 Fix a memory leak in fts5 that could occur following a syntax error in a query expression. by dan ยท 10 years ago
  98. 5cf98f1 Fix a problem handling 'NEAR("" token)' in fts5 found by fuzzing. by dan ยท 10 years ago
  99. e8c2012 Fix handling of strings that contain zero tokens in fts5. And other problems found by fuzzing. by dan ยท 10 years ago
  100. ffbb02a Do not allow the use of WAL mode with nolock=1 because it does not work. by drh ยท 10 years ago