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

  1. 35d302c Increase the maximum number of arguments on an SQL function to 1000 with the by drh · 7 months ago
  2. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  3. 1326441 Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, by drh · 1 year, 7 months ago
  4. 06164b2 Omit the return value from sqlite3VdbeSerialGet() for a size reduction by drh · 3 years, 7 months ago
  5. 57b1a3e Initial implementation of the sqlite3_value_frombind() interface. by drh · 6 years ago
  6. cc24f81 Fix harmless compiler warning seen with MSVC. by mistachkin · 8 years ago
  7. a0ac086 Add tests for the example fts3 "rank" function that appears in the by dan · 8 years ago
  8. d12602a Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. by drh · 9 years ago
  9. 32c83c8 Avoid making unnecessary changes to the signatures of the by drh · 9 years ago
  10. 85bd982 More compiler warning fixes for GCC related to the auto-extension mechanism. by mistachkin · 9 years ago
  11. 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
  12. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  13. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  14. 98c7a12 OOM failures on sqlite3_errmsg16() in an app-defined function are no longer by drh · 9 years ago
  15. bcdf78a Experimental implementation of sqlite3_result_subtype() and by drh · 10 years ago
  16. 3df3059 Extra tests for commit [0f250957]. by dan · 10 years ago
  17. 17bcb10 Add the Mem.szMalloc element to the Mem object and use it to keep track of by drh · 11 years ago
  18. afc14f7 Experimental simplification of memory flags/type handling. by mistachkin · 11 years ago noMemType
  19. 22d73b1 Fixes for test code that was not working with utf16 databases. Run the analyze*.test scripts as part of the 'utf16' permutation test. by dan · 12 years ago
  20. 0106e37 Re-enable reading from the sqlite_stat3 table (as well as sqlite_stat4). by dan · 12 years ago
  21. e043201 Use N separate cursors when scanning an index with N columns to collect sqlite_stat4 data. This fixes a problem with collecting incorrect nEq values from multi-column indexes. by dan · 12 years ago
  22. 89f1508 Improved rounding accuracy on test-to-float conversions. by drh · 13 years ago
  23. 83cc139 Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in by drh · 13 years ago
  24. e4c88c0 Fix typos and comments and make minor changes to a few function names, by drh · 14 years ago
  25. bb20134 Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. by shaneh · 14 years ago
  26. 93a696f Changes to test code so that testfixture compiles when OMIT_SHARED_CACHE and OMIT_UTF16 are defined. by dan · 16 years ago
  27. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  28. 7c95b0f Make sure that UTF16 to UTF8 conversions to not read past the end of the by drh · 16 years ago
  29. 257d9dc Changes to test code (only) to allow veryquick.test to run with OMIT_UTF16 builsd. Ticket #3985. (CVS 6919) by danielk1977 · 16 years ago
  30. dff6c17 Change the sqlite3_create_function() family of routines to return by drh · 16 years ago
  31. 238746a Fix a couple of fairly obscure cases where an assert() could fail following a malloc failure. (CVS 6360) by danielk1977 · 16 years ago
  32. a85f7e3 Miscellaneous cleanup in the new pcache code. (CVS 5629) by drh · 17 years ago
  33. 65aa957 In the test logic: load the md5sum() SQL function as a separate by drh · 17 years ago
  34. 1a4e316 Implement a "counter" SQL function that can be used to insert a sequence by drh · 17 years ago
  35. 701bb3b Additional coverage testing. Fix a segfault following OOM in by drh · 17 years ago
  36. 2a5fc4d Omit calls to test_destructor16() if SQLITE_OMIT_UTF16 defined. (CVS 5508) by shane · 17 years ago
  37. a346058 Detect and handles the case where a row is modified or deleted while it by drh · 17 years ago
  38. 00f0faf Fix a compilation bug with SQLITE_OMIT_AUTOINIT. (CVS 5366) by danielk1977 · 17 years ago
  39. 24b58dd Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) by drh · 17 years ago
  40. 191b54c Fix a code generator bug caused by the new CSE optimization. Add test cases by drh · 17 years ago
  41. 00e087b Enhanced testing and documentation of sqlite3_result_error_code(). by drh · 17 years ago
  42. 81cc354 Initialize the MD5 SQL functions from test_func.c instead of using by drh · 17 years ago
  43. da84ca8 Create the test_destructor16() test SQL function to enhance test coverage. by drh · 17 years ago
  44. 984bfaa Move SQL functions used for testing only out of func.c and into a new by drh · 17 years ago