๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. c0905ba Merge updates from trunk. by mistachkin ยท 8 years ago
  2. c0ec2f7 Remove an unreachable branch in the walIndexPage() logic. by drh ยท 8 years ago
  3. 8d3e15e Small performance improvement in sqltie3WalFindFrame(). by drh ยท 8 years ago
  4. 4f4e49a Remove an unnecessary memset(). by drh ยท 8 years ago
  5. 2e178d7 Make the walIndexPage() routine about 3x faster by factoring out the seldom by drh ยท 8 years ago
  6. 3993678 Remove a superfluous "#if 1". No logic changes. by drh ยท 8 years ago
  7. cc39896 Optimize calls to sqlite3_mprintf("%z...") so that they attempt to append by drh ยท 8 years ago
  8. b0b6f87 Remove a lot of the text describing extended format options from the by drh ยท 8 years ago
  9. a15a7c3 Printing a value of 0 using %c terminates the string. by drh ยท 8 years ago printf-enhancement
  10. cf7c837 Test cases and a bug fix on the new unicode handling in %c. by drh ยท 8 years ago
  11. 136102b Fix the %c substitution in printf() so that it works with unicode characters. by drh ยท 8 years ago
  12. 57e3ba7 Make the alternate-form-2 flag ("!") change the meaning of width and precision by drh ยท 8 years ago
  13. 6285646 In the printf() library, measure width and precision in characters rather by drh ยท 8 years ago
  14. 26f625f Only try to use the geteuid() interface on unix if HAVE_FCHOWN is defined. by drh ยท 8 years ago
  15. a224ee2 Fix an assert so that it compares two CellInfo objects field by field by drh ยท 8 years ago
  16. e28eb64 Fix a memory leak in the processing of nested row values. This problem has by drh ยท 8 years ago
  17. 091881b Port mutex enhancments from check-in [f53b8a573b] to the Win32 implementation. by mistachkin ยท 8 years ago
  18. c551550 Fix a data race causing a tsan complaint with SQLITE_ENABLE_API_ARMOR builds by dan ยท 8 years ago
  19. 713f34a Do not allow parameters or schema references inside of WITH clause of by drh ยท 8 years ago
  20. 501ea05 Fix the --heap, --pagecache, --lookaside and other options to the command-line by drh ยท 8 years ago
  21. ee269a6 Add the --readonly option to the ".open" command in the CLI. by drh ยท 8 years ago
  22. 4d1c684 Fix an incorrect table lookup used to find the appropriate search operator by drh ยท 8 years ago
  23. 35043cc When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variable by drh ยท 8 years ago
  24. 1db7db1 Update test file func6.test so that it works with SQLITE_ENABLE_NULL_TRIM by dan ยท 8 years ago
  25. 00c3ef2 Fix a possible infinite loop in VACUUM that can come up when the schema by drh ยท 8 years ago
  26. 087529a Add the start of the "zonefile" extension. by dan ยท 8 years ago
  27. c86d82f Fix misplaced testcase() macros from the previous check-in. by drh ยท 8 years ago
  28. f313952 Improve the performance of the built-in REPLACE() function in cases where by drh ยท 8 years ago
  29. 2a86110 Enhance sqlite3ErrStr() to include several more error codes. by mistachkin ยท 8 years ago
  30. b189e41 Fix typo in comment. Skip tests added by check-in [4761db83b6] when running on Windows. by mistachkin ยท 8 years ago
  31. fa68815 When the final connection disconnects from a wal mode database, check that the by dan ยท 8 years ago
  32. bc6b8d7 Adjust the previous check-in, which modified the Win32 VFS, so that it works with SQLITE_OMIT_WAL. by mistachkin ยท 8 years ago
  33. 435666e Allocation the mutex used by the Win32 VFS only once at initialization, instead of every time it is needed. by mistachkin ยท 8 years ago
  34. 5611589 Allocation the mutex used by the unix VFS only once at initialization, instead by drh ยท 8 years ago
  35. 4b18c1d In the CLI, by drh ยท 8 years ago
  36. 97f9059 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 8 years ago
  37. 563ddbe New assert() statements to help ensure that no other errors similar by drh ยท 8 years ago
  38. 06b3bd5 When an index is based on a text representation of a numeric column in the by drh ยท 8 years ago
  39. 5cd2534 Improve the omit-left-join optimization so that it works in some cases by drh ยท 8 years ago
  40. 4ea4814 Fix a failing assert() in the new code on this branch. by dan ยท 8 years ago omit-left-join-fix
  41. 04a28c3 Changes to the autoconf tarball so that it does not try to use system() when by drh ยท 8 years ago
  42. 099fa84 If a virtual table xColumn method sets an error message using by dan ยท 8 years ago
  43. 8433e71 Update the omit-left-join optimization so that it works in some cases when the by dan ยท 8 years ago
  44. 26e731c Ensure the "unique-not-null" flag is set for automatic indexes on columns by dan ยท 8 years ago
  45. 1822ebf Changes to avoid a harmless UB warning from clang. by drh ยท 8 years ago
  46. 33f1020 Proposed fix for the query planner problem of ticket [ec32177c99ccac2b1]. by drh ยท 8 years ago
  47. 33f763d Fix the query planner so that it takes into account dependencies in the by drh ยท 8 years ago
  48. 4eb57ce Improve text-to-integer conversion in boundary cases. The by drh ยท 8 years ago
  49. cad4283 Slightly smaller and faster implementation of OP_If and OP_IfNot. by drh ยท 8 years ago
  50. 9f89523 When unpacking a sorter record, do so from right to left instead of left to by drh ยท 8 years ago
  51. da6bc67 Rearrange fields of the BtCursor object so that it is smaller and requires less by drh ยท 8 years ago
  52. fe87502 Add the normalize.c extension. by drh ยท 8 years ago
  53. a8519d7 Interchange the numeric codes for CURSOR_VALID and CURSOR_INVALID to obtain by drh ยท 8 years ago
  54. b9f4799 Prevent a harmless unused variable warning when compiling with by drh ยท 8 years ago
  55. 93117f0 Fix a formatting issue in sqlite3_prepare_v3() documentation. No changes by drh ยท 8 years ago
  56. 9ccc0fd Fix the sqlite3ext.h header file so that it correctly accesses the by drh ยท 8 years ago
  57. 56f1774 Make the shell functional even if compiled with SQLITE_OMIT_COMPLETE. by drh ยท 8 years ago
  58. 21d5978 Remove an unreachable branch from sqlite3SkipAccumulatorLoad(). by drh ยท 8 years ago
  59. d15046a Work around a problem with GCC on 32-bit machines that cause the CAST by drh ยท 8 years ago
  60. a916b57 Fix a bug causing spurious "sub-select returns N columns expected 1" errors by dan ยท 8 years ago
  61. b8fff29 In SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS file-systems, invoke by dan ยท 8 years ago
  62. 8d7f163 Fix comment typos. No changes to code. by drh ยท 8 years ago
  63. 176b3a0 Skip defining WIN32_LEAN_AND_MEAN when it is already defined. by mistachkin ยท 8 years ago
  64. 7ea3469 Slightly faster implementation of the length() SQL function. by drh ยท 8 years ago
  65. f09ac0b Slightly faster function dispatch in the virtual machine by avoiding by drh ยท 8 years ago
  66. b71aa09 Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 8 years ago
  67. 8bfe66a Avoid unnecessary OOM detection warnings in a debugging routine. by drh ยท 8 years ago
  68. 1a3a308 Use a loop to avoid recursion in the heightOfSelect() function. by dan ยท 8 years ago
  69. b8a0fb7 Fix sessions module handling of sqlite_stat1 rows with (idx IS NULL). by dan ยท 8 years ago
  70. 4b3931e Fix to the documentation for sqlite3_trace_v2(). No changes to code. by drh ยท 8 years ago
  71. 3dc9727 Alternative implementation for the internal sqlite3Pow10() utility for MSVC, by drh ยท 8 years ago
  72. 3739f29 Fix a problem in the sessions module with logging sqlite_stat1 rows for which by dan ยท 8 years ago
  73. b968518 Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI. by drh ยท 8 years ago
  74. 98e2cb8 Simplifications to winOpenSharedMemory in the Win32 VFS. by mistachkin ยท 8 years ago
  75. 5685257 Corrections to error code handling in os_win.c, pursuant to walfault.test. by mistachkin ยท 8 years ago
  76. 8c9e30b Remove an unused field from the internal definition of the sqlite3_context by drh ยท 8 years ago
  77. 4a4532b Make the new sqlite3_vtab_collation() interface accessible to loadable by drh ยท 8 years ago
  78. eb0b6f3 Remove the unused SQLITE_CANTOPEN_DIRTYWAL result code. by drh ยท 8 years ago
  79. 0ed2fd8 Move the ZLIB version announcement in the CLI out of the default banner by drh ยท 8 years ago
  80. fff5367 Show version of zlib in use when running the shell tool in interactive mode. by mistachkin ยท 8 years ago
  81. 0c2ba13 Fix a problem causing an infinite loop or other malfunction in some UPDATE by dan ยท 8 years ago
  82. a9be508 Fix an error in the setDeviceCharacteristics() procedure for the by drh ยท 8 years ago
  83. b058d05 Avoid excess stack usage when a VALUES clause with lots of rows occurs by drh ยท 8 years ago
  84. cdb6097 Fully initialize the Mem object for serial-type 10, in case such a by drh ยท 8 years ago
  85. 76506cd Add the new "nochange" APIs to the extension loading mechanism. by drh ยท 8 years ago
  86. 9df81a2 Add the sqlite3_value_nochange() API, usable from within the xUpdate method by drh ยท 8 years ago
  87. 41fb367 Improved comments. Slightly tighter implementation, but no big changes. by drh ยท 8 years ago sqlite3_value_nochange
  88. ce2fbd1 Add the experimental sqlite3_value_nochange() interface usable by xUpdate by drh ยท 8 years ago
  89. 4ec6f3a Simplification to the implementation of OP_Insert. by drh ยท 8 years ago
  90. 84ebe2b Avoid an unnecessary branch when not using pre-update hooks. by drh ยท 8 years ago
  91. 614efe2 Experimental change to include changes made to the sqlite_stat1 table in by dan ยท 8 years ago
  92. 6f390be Add the sqlite3_vtab_nochange() method which virtual table implementations by drh ยท 8 years ago sqlite3_vtab_nochange
  93. 24cd20f Fix typo in comment. No code changes. by drh ยท 8 years ago
  94. 536c345 Update the .help screen in the CLI. Make sure the temporary files for by drh ยท 8 years ago
  95. 9791313 Add the built-in edit(VALUE) and edit(VALUE,EDITOR) function to the CLI. by drh ยท 8 years ago
  96. 3c484e8 Save and restore the output mode when doing ".once -x" or ".excel". by drh ยท 8 years ago
  97. a92a01a An attempt to get ".once -e" working reliably on Windows. by drh ยท 8 years ago
  98. 7f3bf8a Fix a potential SQLITE_MISUSE in the .excel command when no database is open. by drh ยท 8 years ago
  99. 13c2093 Add support for the ".excel" command (and ".once -e" and ".once -x") in the CLI. by drh ยท 8 years ago
  100. ca7733b Modify the new "--append" option to the .archive so that it takes a filename by drh ยท 8 years ago