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