Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. f7d3b7a Version 3.25.0 by drh · 7 years ago version-3.25.0
  2. 9fd8425 Fix minor typos in comments that get carried over into documentation. by drh · 7 years ago
  3. f86ff13 Update releasetest.tcl to run "make test" as part of the "Fast-One" by dan · 7 years ago
  4. af524a6 Make sure the %z optimization for printf() is not invoked if there has been by drh · 7 years ago
  5. 396a103 Fix a requirement mark on a test script. No changes to code. by drh · 7 years ago
  6. a86acc2 Fix an assert() in os_unix.c that is not true when using RBU. by dan · 7 years ago
  7. 16b870d Restrict the scope of internal-use functions in alter.c. by drh · 7 years ago
  8. 83a9d14 Improvements to the documentation for SQLITE_FCNTL_DATA_VERSION. by drh · 7 years ago
  9. e8ab40d Fix an invalid pointer comparison triggered by renaming a table column when by dan · 7 years ago
  10. ed008ec Fix some harmless compiler warnings seen with MSVC. by mistachkin · 7 years ago
  11. 90d6f48 For MSVC, migrate some commonly used shell compilation options to the library. by mistachkin · 7 years ago
  12. 8741d0d Fix a harmless compiler warning that arose from the ENABLE_CURSOR_HINTS by drh · 7 years ago
  13. 15c4294 Do not do the byte-by-byte modifications in the resetdb.test script if the by drh · 7 years ago
  14. e3e7921 Fix a problem causing ENABLE_CURSOR_HINTS builds to segfault. by dan · 7 years ago
  15. 30a7d7d Fix a test script issue in fts3ao.test. by dan · 7 years ago
  16. be312ae Fix a minor problem causing an incorrect cursor-hint to be generated in some by dan · 7 years ago
  17. 173e782 Add the ability for loadable extensions to access the new by drh · 7 years ago
  18. d2f6501 Fix a broken assert() in fts3.c. by dan · 7 years ago
  19. 473dc73 New testcase() macros on virtual table xBestIndex logic. by drh · 7 years ago
  20. b7a002f Fix the LIKE optimization so that it is disabled when the LHS of the by drh · 7 years ago
  21. eb3fe0b Fix a problem with processing a "vtab.col IS NULL" expression within by dan · 7 years ago
  22. f7ded14 Fix an unreachable branch in the new sqlite3WhereOrderByLimitOptLabel() by drh · 7 years ago
  23. 6ee5a7b Fix multiple issues with the ORDER BY LIMIT optimization. This is the by drh · 7 years ago
  24. c93c614 Add a missing call to free() in Lemon. by mistachkin · 7 years ago
  25. 42cb6ec Fix typo in the Win32-specific code for the fileio extension. by mistachkin · 7 years ago
  26. 3b70045 Remove a faulty ALWAYS() macro added by check-in [8fa254aa6329bdd0]. by drh · 7 years ago
  27. b280212 Add extra test case to altertab.test. by dan · 7 years ago
  28. a488ec9 Add assert() and ALWAYS() to identify two unreachable branches. by drh · 7 years ago
  29. d5e6fef Fix a problem with renaming a non-temp table that has at least one temp by dan · 7 years ago
  30. 202a027 Minor fixes for problems revealed by releasetest.tcl. by dan · 7 years ago
  31. 9fd88e8 Fix an uninitialized variable in the OP_ParseSchema opcode that comes up by drh · 7 years ago
  32. 803507f In all.test, do not attempt to run the RBU tests in non-RBU builds. by dan · 7 years ago
  33. cb4e4b0 Fix a harmless compiler warning in os_unix.c. by drh · 7 years ago
  34. c50f75d Fix a problem with ALTER TABLE when there are views or triggers in the schema by dan · 7 years ago
  35. 1041a6a Fix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTABLE builds. by dan · 7 years ago
  36. 7ea1edb Fix test script problems causing SQLITE_OMIT_VIRTUALTABLE builds to fail. by dan · 7 years ago
  37. 1884487 Merge accidental fork. by mistachkin · 7 years ago
  38. 3c4b613 Fix harmless compiler warning. by mistachkin · 7 years ago
  39. 905f981 Fix a problem causing SQLITE_OMIT_VIRTUALTABLE builds to fail. by dan · 7 years ago
  40. 71998f0 Add new test file "alterauth.test". by dan · 7 years ago
  41. fb05c7f Add an "ALTER TABLE RENAME COLUMN" command. Upgrade "ALTER TABLE RENAME TABLE" by dan · 7 years ago
  42. 194584e Merge latest trunk changes into this branch. by dan · 7 years ago alter-table-rename-column
  43. 1d85c6b Ensure that the tbl_name column in the sqlite_temp_master table is updated by dan · 7 years ago
  44. 7894b85 Add the randomshape.tcl test-case generator script to the util subdirectory by drh · 7 years ago
  45. a83a74c Fix excess memory usage in the JSON parser of GEOPOLY. by drh · 7 years ago
  46. 9a09b7b Fix a problem with geopoly trying to update both the _shape and an auxiliary by drh · 7 years ago
  47. 19950d5 Merge latest trunk changes into this branch. by dan · 7 years ago
  48. 5921f2b Fix some test script errors. And an incorrect assert() in fts5. by dan · 7 years ago
  49. b78d190 Remove an old testcase() macro that is no longer valid. by drh · 7 years ago
  50. 8900a48 Avoid comparing pointer values after the object that they point to has been by dan · 7 years ago
  51. dd1a9c8 Fix minor code issues in alter.c. by dan · 7 years ago
  52. 4af4212 Merge latest trunk changes into this branch. by dan · 7 years ago
  53. 65372fa Improve the error messages emitted by RENAME TABLE. by dan · 7 years ago
  54. 3666078 Ensure that FTS5 queries of the form "WHERE rowid BETWEEN ? AND ? AND tbl by dan · 7 years ago
  55. 143df55 Add another test case to altertab.test. by dan · 7 years ago
  56. b87a9a8 Fix a problem with renaming a column in a table that has a temp trigger that by dan · 7 years ago
  57. 5b1da30 Fixes for harmless compiler warnings. by drh · 7 years ago
  58. c753c21 Fix some harmless compiler warnings and improve defenses against OOM errors. by drh · 7 years ago
  59. ffc7e91 Merge alter-table-rename-table back into this branch. by dan · 7 years ago
  60. 0923650 Have "ALTER TABLE ADD COLUMN" reload the entire db schema, as "RENAME COLUMN" by dan · 7 years ago alter-table-rename-table
  61. 010f8ee Merge fixes from the alter-table-rename-column branch that occurred after by drh · 7 years ago
  62. c840b42 Merge fixes and enhancements from trunk. by drh · 7 years ago
  63. 6ae2454 Update test script snapshot_fault.test to account for the new by dan · 7 years ago
  64. 28d46ee New hyperlink on the README.md file. by drh · 7 years ago
  65. 8d4b7a3 If a call to sqlite3_snapshot_open() fails because the requested snapshot no by dan · 7 years ago
  66. 141e119 Ensure b-tree mutexes are always held when sqlite3FindTable() is called. Do by dan · 7 years ago
  67. 876c7ea Try to identify the places in WAL code where thread-safety depends on the by drh · 7 years ago
  68. 9d32482 Test the schema after renaming a table. Ensure that temp database triggers and by dan · 7 years ago
  69. ed92721 Give the debugging routine print_pager_stats() external linkage in order to by drh · 7 years ago
  70. 0ccda96 Fix an ALTER TABLE problem with processing temp schema views and triggers. by dan · 7 years ago
  71. e35fc30 Improved JSON parser caching. by drh · 7 years ago
  72. 9c1d7c6 Additional test cases for geopoly. by drh · 7 years ago
  73. c9461ec Extend RENAME TABLE to edit triggers and views. Still buggy. by dan · 7 years ago
  74. 17f19ea Fixes to the UPDATE logic in Geopoly. by drh · 7 years ago
  75. 9d67afc Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects by drh · 7 years ago
  76. 72f56ef Free up the MEM_Frame bit in Mem.flags object. Store VdbeFrame objects by drh · 7 years ago
  77. c0d2117 Add the geopoly_group_bbox() aggregate function to the Geopoly module. by drh · 7 years ago
  78. 8ab114c Disable the server1.test script on old PPC Macs due to problems in the by drh · 7 years ago
  79. 58726ca Stricter enforcement of the JSON and GeoJSON standards in the Geopoly extension. by drh · 7 years ago
  80. 79931a1 Fix new issues in the geopoly module discovered by TH3. by drh · 7 years ago
  81. f577875 Fix a problem causing spurious SQLITE_CORRUPT errors when using the snapshot by dan · 7 years ago
  82. 5965fed Add support for the Geopoly extension to the R-Tree extension. This also by drh · 7 years ago
  83. 74e0aae Minor changes to the visual01.txt test script. by drh · 7 years ago rtree-geopoly
  84. b2a18c9 Split the three-argument version of geopoly_within() off into a separate by drh · 7 years ago
  85. e6474b7 Enhance the geopoly virtual table so that it does a better job of optimizing by drh · 7 years ago
  86. 27d6254 Provide the two-argument geopoly_within(P1,P2) routine that determines if by drh · 7 years ago
  87. 95327f5 Fix a harmless compiler warning. by drh · 7 years ago
  88. 050398b Fix a minor issue in the altercol.test script so that it runs on Windows. by drh · 7 years ago
  89. 0d019b9 Invoke the authorizer for ALTER TABLE RENAME COLUMN. by drh · 7 years ago
  90. 3a843f5 Remove an unnecessary IN_RENAME_COLUMN macro from resolve.c. by drh · 7 years ago
  91. da76adc The implementation of sqlite_rename_column() must be holding the schema mutexes. by drh · 7 years ago
  92. aa42e98 Fix a problem by renaming a column when the schema contains an trigger program by dan · 7 years ago
  93. 85a9d50 Fix a problem with renaming a column that occurs as an "excluded.colname" by dan · 7 years ago
  94. 88edc6c Set SQLITE_PTRSIZE to 4 when compiling with xlc on 32-bit AIX. by mistachkin · 7 years ago
  95. 0d5fa6b After modifying and reparsing the schema as part of an ALTER TABLE RENAME by dan · 7 years ago
  96. 1b0c5de Avoid incorrectly replacing tokens that refer to a column being renamed via an by dan · 7 years ago
  97. 355f2e0 Add the "atrc" test program to the Makefiles. Fix a typo in the instructions by drh · 7 years ago
  98. 79a5ee9 Fix harmless compiler warnings in the ALTER TABLE logic. Rephrase an by drh · 7 years ago
  99. ba3a407 Automatically detect when compiling for AArch64 on windows and set by drh · 7 years ago
  100. d3130da The Expr.iColumn field must also be initialized in tokenExpr(). by drh · 7 years ago