๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. cf20148 Allow ATTACH and DETACH to occur inside of a transaction. by drh ยท 8 years ago attach-in-trans
  2. 61ffb2c Fix a comment on the UnpackedRecord.r1 and UnpackedRecord.r2 fields. by drh ยท 8 years ago
  3. e8cf1ab Fix a bug in the deterministic date/time function logic that can only appear by drh ยท 8 years ago
  4. b67abfc Do not attempt to run test file unionvtabfault.test with SQLITE_OMIT_VIRTUAL_TABLE builds. by dan ยท 8 years ago
  5. fb920e7 Do not attempt to run test file unionvtab.test with SQLITE_OMIT_VIRTUAL_TABLE by dan ยท 8 years ago
  6. e8e0eda Handle a real OOM condition when incrblob2.test is run on a low-memory machine. by drh ยท 8 years ago
  7. 1d8536b Additional documentation on sqlite3_bind_pointer() and sqlite3_result_pointer(). by drh ยท 8 years ago
  8. caf8cc1 Compiler warning fix associated with date/time functions. by drh ยท 8 years ago
  9. 07c3a1a Remove stray (and incomplete) comment from a test file. No changes to code. by mistachkin ยท 8 years ago
  10. 5acc3bd Fix a harmless typo, but one that would show up in the documentation if not by drh ยท 8 years ago
  11. 4562d0d Enhance the built-in date/time functions so that they can be used in by drh ยท 8 years ago
  12. 2fbeb7e New test cases for date/time functions in indexes on expressions, in the by drh ยท 8 years ago index-on-date-func
  13. 6e97f8e Combine the Parse.ckBase and Parse.iSelfTab fields into just Parse.iSelfTab. by drh ยท 8 years ago
  14. 3e34eab Allow indexes to be created on date/time functions as long as the 'now' by drh ยท 8 years ago
  15. 885f410 Remove some 'breakpoint' commands in test files. by mistachkin ยท 8 years ago
  16. d4603a2 Add further tests to unionvtab.test. by dan ยท 8 years ago
  17. 7f3d20a Fix a crash in unionvtab caused by a misconfiguration. Add other test cases by dan ยท 8 years ago
  18. 5a75dd8 Fix shell.c.in so that it aligns with shell.c. by drh ยท 8 years ago
  19. ff0a4ed Add test cases and fix minor error-handling issues in unionvtab.c. by dan ยท 8 years ago
  20. aecd438 Fix duplicate test name. No changes to code. by mistachkin ยท 8 years ago
  21. 3935ce8 Fix another harmless compiler warning. Get the MSVC makefile working with unionvtab. by drh ยท 8 years ago
  22. 65e0f11 Suppress harmless compiler warnings in union-vtab. by drh ยท 8 years ago
  23. a185323 Remove an unused variable from unionvtab.c. by dan ยท 8 years ago
  24. 859e4a7 Improve the readability of the unionvtab code. by dan ยท 8 years ago
  25. 090f68a Have unionvtab support constraints on the column that corresponds to the by dan ยท 8 years ago
  26. 8342aa0 Add test cases to unionvtab.test. by dan ยท 8 years ago
  27. 53e86ab Add the union-vtab extension - still experimental and under active development. by drh ยท 8 years ago
  28. 46133d9 Do not use the flattening optimization for a sub-query on the RHS of a LEFT by dan ยท 8 years ago
  29. bbccd52 Avoid creating an automatic index on the RHS of a LEFT JOIN to optimize an IS by dan ยท 8 years ago
  30. 80f134c Change the default command-line shell history depth to 2000 lines. by drh ยท 8 years ago
  31. 16bab5a Add test cases to test/unionvtab.test. by dan ยท 8 years ago
  32. bcd303a Enhance error detection and fix other issues in unionvtab code. by dan ยท 8 years ago
  33. b98ca04 Merge all changes from branch-3.20. Improvements to the fts5() extension by drh ยท 8 years ago
  34. 06d4940 Interchange to branches within an "if" statement in sqlite3_value_pointer() by drh ยท 8 years ago
  35. 72495b4 Improved the interface to the fts5() extension mechanism for enhanced security. by drh ยท 8 years ago
  36. bd3028d Merge the pointer-type enhancement from the 3.20 branch. by drh ยท 8 years ago
  37. aabebc2 Comment changes clarifying details of the pointer-type parameter. No by drh ยท 8 years ago
  38. 0357713 Add the pointer-type parameter to sqlite3_bind_pointer(), by drh ยท 8 years ago
  39. 9a541c0 Improve the sqlite3_result_pointer() interface so that it cannot be faked by drh ยท 8 years ago pointer-types
  40. ae3ec3f Add an experimental "pointer type" parameter to sqlite3_bind_pointer(), by drh ยท 8 years ago
  41. d8ecefa Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c. by dan ยท 8 years ago
  42. fe8eadc Merge the fix for ticket [a4e06e75a9ab61a12] from trunk. by drh ยท 8 years ago
  43. 3963e58 Fix a register allocation problem in PRAGMA integrity_check that caused by drh ยท 8 years ago
  44. e7c6f97 Fix a missing \n at the end of a comment causing a line to be too long. by drh ยท 8 years ago
  45. a4e54e8 Enhance the showstat4 utility program to show the full precision of by drh ยท 8 years ago
  46. a4d770c Minor change to one of the command-line shell test scripts to make that by drh ยท 8 years ago
  47. 13c6fc5 First release candidate for version 3.20.0. by drh ยท 8 years ago
  48. cb0d3ba Fix another minor problem in test file like.test. by dan ยท 8 years ago
  49. a50b309 Fix test problems causing the "prepare" permutation test to fail. by dan ยท 8 years ago
  50. 04ed43d Fix test problems with stmtvtab1.test under some permutations. by dan ยท 8 years ago
  51. 858205d Fix a typo in a comment used to generate documentation. No code changes. by drh ยท 8 years ago
  52. 749e4a9 Identify requirements text in the SQLITE_DBCONFIG_ENABLE_QPSG documentation. by drh ยท 8 years ago
  53. 3cef364 Add requirements marks for some of the new features in the 3.20 release. by drh ยท 8 years ago
  54. 380c7ce Tweak Makefile.in so that testfixture can be built with the by dan ยท 8 years ago
  55. 0e6b830 Modify mkopcodeh.tcl so that it can handle "same as" opcodes with values by dan ยท 8 years ago
  56. c9fb27b In the LSM1 virtual table, dequote the filename before opening the file. by drh ยท 8 years ago
  57. 59541d7 Changes to the LSM1 Tcl tests to make things work on Win32. by mistachkin ยท 8 years ago
  58. a199ffc Include a hint in the header comment of the LSM1 makefile about how to by drh ยท 8 years ago
  59. aa15168 Update the Makefile for LSM1 so that the LSMOPTS can be set prior to by drh ยท 8 years ago
  60. 3eddffd Fix a typo in the header comment to the remember extension. No code changes. by drh ยท 8 years ago
  61. e83b847 Change the name of the STMT virtual table to SQLITE_STMT. Also remove the by drh ยท 8 years ago
  62. 923260c Minor updates to requirements marks and documention. No changes to code. by drh ยท 8 years ago
  63. 4b8035e6 Add very simple tcl tests for the lsm1 extension. by dan ยท 8 years ago
  64. 17ca226 Minor tweaks to documentation. No code changes. by drh ยท 8 years ago
  65. 968d871 Fix harmless compiler warnings in the readline tab-completion logic of the by drh ยท 8 years ago
  66. 33b46ee Improved documentation for the new sqlite3_bind_pointer() interface and its by drh ยท 8 years ago
  67. 4ba5f33 Improvements to the documentation for SQLITE_PREPARE_PERSISTENT. by drh ยท 8 years ago
  68. 06aecf0 Fix documentation typo. No changes to code. by drh ยท 8 years ago
  69. c940750 Update header comments on the carray() and remember() extensions to bring by drh ยท 8 years ago
  70. 96b1003 Add new interfaces sqlite3_bind_pointer(), sqlite3_result_pointer(), and by drh ยท 8 years ago
  71. 4c997c6 Fix an incorrect type signature for the loadable extension pointer by drh ยท 8 years ago bind-pointer
  72. 5587d86 Add the three new pointer interfaces to the loadable extension mechanism. by drh ยท 8 years ago
  73. d43748a Update the FTS3 extension to use sqlite3_result_pointer() and by drh ยท 8 years ago
  74. 3fb4060 Merge the latest changes from trunk. by drh ยท 8 years ago
  75. 0c24330 Smaller and faster implementation for vdbeFreeOpArray() and freeP4(). by drh ยท 8 years ago
  76. 7ccf95d Fix harmless compiler warnings about incomplete structure initializers. by drh ยท 8 years ago
  77. 980a89e Remove unnecessary EP_Leaf settings on the Expr object. by drh ยท 8 years ago
  78. 971ecd7 The EP_Resolved flag on the Expr object is not required for correctness nor by drh ยท 8 years ago
  79. ec360a8 Clarification and simplification and result column naming logic. by drh ยท 8 years ago
  80. 47ebd4c Fix a problem in an lsmtest test case caused by writing data in "text" mode by dan ยท 8 years ago
  81. f0f44b7 Compile cleanly with SQLITE_OMIT_UTF16. by drh ยท 8 years ago
  82. 1cd523c In lsm, attempt to unmap the database file before truncating it when by dan ยท 8 years ago
  83. 416b869 Simplify the way in which the database file is truncated when the last by dan ยท 8 years ago
  84. 8999798 Fix harmless compiler warnings in the core. by drh ยท 8 years ago
  85. ba334bb Make win32GetTimeOfDay() in the lsm1 test code more portable. by mistachkin ยท 8 years ago
  86. db3e045 Enabled the new sqlite3_prepare_v3() and sqlite3_prepare16_v3() interfaces by drh ยท 8 years ago
  87. b7bfc3b Fix a whitespace alignment issue in lsm1. by mistachkin ยท 8 years ago
  88. 36c6823 Fix more harmless compiler warnings in lsm1, seen with MSVC 2015. by mistachkin ยท 8 years ago
  89. 1be5051 Fix harmless compiler warnings seen with MSVC for lsm1. by mistachkin ยท 8 years ago
  90. 56eb09b Add support for tab-completion (using the ext/misc/completion.c virtual table) by drh ยท 8 years ago
  91. 2ce15c3 Change the src/shell.c file so that it is generated from a new script at by drh ยท 8 years ago
  92. e2b0101 Fix a backup2 test case so that it works on FreeBSD. by drh ยท 8 years ago
  93. f3c0009 Add the "phase" output column on the COMPLETION table-valued function, for by drh ยท 8 years ago
  94. dc4dde6 The COMPLETION virtual table now looks at the names of databases, tables, by drh ยท 8 years ago
  95. 3265b56 Incomplete implementation of the COMPLETION table-valued function. So far it by drh ยท 8 years ago
  96. b2950c4 Fix harmless compiler warnings in lsmtest. by mistachkin ยท 8 years ago
  97. 4a9e140 Fix errors in comments in the STMT virtual table. No code changes. by drh ยท 8 years ago
  98. 240e7ef Minor cleanup and refactoring of the Win32 VFS for lsm1. by mistachkin ยท 8 years ago
  99. a868639 Another spelling error in the README.md file. by drh ยท 8 years ago
  100. e1869a9 Spelling error in README.md by drh ยท 8 years ago