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

  1. 1020657 tcl extension: UDFs may now 'break' to return an SQL NULL. Add the (eval -asdict) flag to use a dict, instead of an array, for the eval row data. by stephan · 7 weeks ago
  2. 45fa234 tclsqlite.c doc typo fix. by stephan · 8 weeks ago
  3. 1f3207a Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encoding issue for non-ASCII characters. by jan.nijtmans · 4 months ago tclsqlite-db-copy-fix
  4. e34ad2b tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channels for the db copy command. by stephan · 5 months ago
  5. 3ce8109 Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8]. by stephan · 5 months ago
  6. 8bffd49 Remove an unused parameter from an internal-use subroutine in the TCL interface. by drh · 6 months ago
  7. 000e39e Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans. by drh · 6 months ago
  8. d0db5ed Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length by drh · 6 months ago
  9. fd11e5c Improvements to [14b38ae6ab86a314] so that the Tcl interface is better able by drh · 6 months ago
  10. 4717d57 Make the TCL extension aware of the booleanString type within TCL. by drh · 6 months ago
  11. e533932 Fix a typo in the previous check-in. by drh · 6 months ago
  12. 4a68963 Minor fixes to tclsqlite.c to promote portability. by drh · 6 months ago
  13. e57527c Make the TCL interface more rebust against very large strings coming by drh · 7 months ago
  14. 8ff67df Fix another issue in argument expansion on Windows for tclsqlite3.c in by drh · 8 months ago
  15. 18689b8 Fix argument expansion in sqlite-tclsh on Windows such that if an argument by drh · 8 months ago
  16. bc4df60 Remove the never-used and never-documented and long-ago deprecated by drh · 9 months ago
  17. 76e48f4 Do not typedef Tcl_Size if it is already #defined. by drh · 9 months ago
  18. 17408fb An improved method for statically linking sqlite3_analyzer.exe using Tcl9. by drh · 9 months ago
  19. 7b179a3 For compatibility, allow the TCL interfact to continue working with TCL 8.5. by drh · 9 months ago make-install-fixes
  20. 50bb0aa Changes to the TCL extension and how it is built, suggested by Jan Nijtmans. by drh · 9 months ago
  21. bb99e73 Simplification the ./configure script. Carry Makefile CFLAGS and OPTS through by drh · 12 months ago
  22. 58c5a95 Add the tclextension-list makefile target. The the makefile running on Mac. by drh · 12 months ago
  23. 5addf9f Make the #include section of tclsqlite.c the same as tclsqlite.h. by drh · 12 months ago
  24. e388fc7 Fixes to tclsqlite.c to facilitate TEA installs. by drh · 12 months ago
  25. a28a784 More adjustments to the incrblob channel: Apparently you need to wait by drh · 12 months ago
  26. 1c2ad46 Tcl_ChannelType implementations for Tcl9 apparently require that by drh · 12 months ago
  27. 1631c64 Fix the incrblob channel so that partial close works with Tcl9. by drh · 12 months ago
  28. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  29. 8e5cef7 Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds. by drh · 2 years, 1 month ago
  30. bc91738 Add a C-source spell-checking facility. make misspell (on Nix) by larrybr · 2 years, 1 month ago
  31. 2fc9dc9 Fix sqlite3_prepare() so that it only invokes the progress handler on every by drh · 2 years, 6 months ago
  32. f74f4ed Fix a minor problem in the Tcl "incrblob" command. This does not affect the SQLite core. by dan · 3 years, 2 months ago
  33. be4e3c8 Make the sqlite3_error_offset() interface accessible from TCL using the by drh · 3 years, 5 months ago
  34. 7907d37 Fix a compiler warning in the dbserialize method of the TCL interface. by drh · 3 years, 8 months ago
  35. 5e90794 Minor tweaks to the way auxiliary tools are built, to make it easier to by drh · 3 years, 8 months ago
  36. bea28c7 Add a reference counter to a structure used internally by the Tcl interface so that it does not segfault if the database connection is closed from any of the various callback scripts that may be invoked. by dan · 3 years, 10 months ago
  37. 2c71887 Add the sqlite3_changes64() and sqlite3_total_changes64() API functions. by dan · 4 years, 1 month ago
  38. 8d889af Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by by drh · 4 years, 2 months ago
  39. a8e41ec Enhancements to long-path support in the Win32 VFS. by mistachkin · 5 years ago
  40. b48c0d5 Simplify the code by removing the unsupported and undocumented by drh · 5 years ago
  41. 76a1fce In the TCL interface, add the ability to change the by drh · 6 years ago
  42. 15f3eac Provide the -innocuous option to the "db func" method in the TCL interface. by drh · 6 years ago
  43. 0933aad Add support for SQLITE_OPEN_NOFOLLOW. by drh · 6 years ago
  44. 217ca65 The SQLITE_DIRECTONLY flag, when added to sqlite3_create_function() prevents by drh · 6 years ago
  45. 4043cfe Fix harmless compiler warnings in the TCL interface. by drh · 6 years ago
  46. 11d88e6 Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config" by drh · 6 years ago
  47. 42d2fce Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits by drh · 6 years ago directonly
  48. c06ede1 Add the new "bind_fallback" method to the "sqlite3" object in the TCL interface. by drh · 6 years ago
  49. 89d2493 Add the "-returntype" option to the "db function" Tcl method. by dan · 6 years ago
  50. 6ca6448 Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file control by drh · 6 years ago
  51. c6727c8 Fix the "sqlite3" command in the TCL interface so that it correctly returns by drh · 7 years ago
  52. 1e8487d In the Win32 VFS, when truncating a file, unmap it first. by mistachkin · 7 years ago
  53. ffdab72 Fix the second callback argument to the "profile" response of the by drh · 7 years ago
  54. 9c6396e Improved documentation for sqlite3_serialize() and sqlite3_deserialize(). by drh · 7 years ago
  55. 31a1354 Merge changes from trunk. by drh · 7 years ago
  56. 176b3a0 Skip defining WIN32_LEAN_AND_MEAN when it is already defined. by mistachkin · 7 years ago
  57. a5bb435 New test cases and fixes for minor problems. by drh · 8 years ago
  58. 3ec8665 Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove the by drh · 8 years ago
  59. cb7d541 Replace the sqlite3_memdb_ptr() interface with the more general by drh · 8 years ago
  60. 4dcac40 Simplify the "sqlite3" command in the TCL interface. The filename is now by drh · 8 years ago
  61. ac442f4 Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and by drh · 8 years ago
  62. 96a206f Improved ability to generate stand-alone program using TCL and SQLite by by drh · 8 years ago
  63. 1df6470 When compiling with SQLITE_TEST, extra options are available on the by drh · 8 years ago
  64. c318f73 Move some test logic out of tclsqlite.c and into auxiliary test_*.c files. by drh · 8 years ago
  65. ea2844f Add the schema6.test module for demonstrating schemas that generate identical by drh · 8 years ago
  66. d0bbe4e Incorporate recent trunk changes. by drh · 8 years ago prepare_v3
  67. af38cdb Add the -withoutnulls option to the "db eval" method in the TCL interface. by drh · 8 years ago
  68. c456a76 When generating individual loops for each ORed term of an OR scan, move any by dan · 8 years ago or-optimization
  69. 2c2f392 Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the by drh · 8 years ago
  70. 9418921 New requirements marks and documentation for the authorizer. by drh · 8 years ago
  71. d742367 Further reforms to Tcl_*Alloc() usage. by mistachkin · 8 years ago
  72. ea8f0a1 Make sure Tcl_AppendResult() always has a NULL-pointer argument at the end. by drh · 9 years ago
  73. 2b519ab Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c. by dan · 9 years ago
  74. 2eb22af Changes to give a warning-free build with SQLITE_OMIT_INCRBLOB and by drh · 9 years ago
  75. 85bd982 More compiler warning fixes for GCC related to the auto-extension mechanism. by mistachkin · 9 years ago
  76. 44e95d4 Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. by mistachkin · 9 years ago
  77. a121cc7 Adjustments to get 'testfixture.exe' compiling with Tcl 8.6 when __stdcall is enabled. by mistachkin · 9 years ago
  78. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  79. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  80. 69def7f Work in progress on setting a calling convention for all callback functions. by mistachkin · 9 years ago
  81. 087ec07 Fix code so that the deprecated sqlite3_trace() and sqlite3_profile() by drh · 9 years ago
  82. b52dcd8 More work on the Tcl interface and tests for the sqlite3_trace_v2() API. by mistachkin · 9 years ago
  83. b56660f Initial work on the Tcl API interface to the new sqlite3_trace_v2() function. by mistachkin · 9 years ago
  84. edc4024 Fix the "onecolumn" and "exists" methods of the TCL interface so that they by drh · 9 years ago
  85. c5896b5 Even more compiler warning fixes. by mistachkin · 9 years ago
  86. 47e1842 Merge all recent enhancements from trunk. by drh · 9 years ago
  87. 32f57d4 Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option. by drh · 9 years ago
  88. 2606aca Merge recent enhancements from trunk. Default page size is 4096. Writes by drh · 9 years ago
  89. 8e4251b Add test code useful for testing the planners use of teh virtual table xBestIndex() method. by dan · 9 years ago
  90. 7f219fa Merge 3.11.0 changes. by drh · 9 years ago
  91. e75a9eb Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload() entry points on the TCL by drh · 9 years ago
  92. 33c1eb6 Merge all recent enhancements from trunk. by drh · 9 years ago
  93. 147ef39 In the TCL interface, if a database connection object was opened with by drh · 9 years ago
  94. 604ce70 Merge recent enhancements, and especially the WAL overwrite change, from trunk. by drh · 10 years ago
  95. 72bf6a3 Add the "sqlite3 -sourceid" command in the TCL interface. Use that command and by drh · 10 years ago
  96. 244c8d7 Merge all changes in the latest 3.8.11 beta into the sessions branch. by drh · 10 years ago
  97. cfb8f8d Change the name of the OTA extension to RBU: Resumable Bulk Update. by drh · 10 years ago
  98. 59b4bd4 Merge all the latest enhancements from trunk. This merge include FTS5 by drh · 10 years ago
  99. 167fd75 Merge latest trunk changes with this branch. by dan · 10 years ago
  100. adf3bf5 Merge recent trunk changes, include the R-Tree enhancement that allows by drh · 10 years ago