Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test_func.c
2024-12-12
| ||
15:11 | [858d4dddb7] part of check-in [e8d7d68ba0] Increase the maximum number of arguments on an SQL function to 1000 with the capability to increase it further up to 32767 using a compile-time option. (check-in: [e8d7d68ba0] user: drh branch: trunk, size: 28466) | |
2024-07-30
| ||
15:49 | [8c0e89192f] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 28462) | |
2023-12-16
| ||
15:48 | [4d2dc7e3e0] part of check-in [5a0c517ed7] Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, and testfixture. (check-in: [5a0c517ed7] user: drh branch: trunk, size: 28531) | |
2021-12-14
| ||
00:36 | [24df3a346c] part of check-in [788e79f881] Omit the return value from sqlite3VdbeSerialGet() for a size reduction and performance improvement. (check-in: [788e79f881] user: drh branch: trunk, size: 28462) | |
2019-04-17
| ||
23:56 | [9180857ac7] part of check-in [1f1866d11c] Fix a couple minor test issues. (check-in: [1f1866d11c] user: mistachkin branch: msvc, size: 28559) | |
2019-03-29
| ||
11:13 | [181f992e54] part of check-in [98da62dfda] Initial implementation of the sqlite3_value_frombind() interface. (check-in: [98da62dfda] user: drh branch: value_frombind, size: 28366) | |
2017-10-07
| ||
23:58 | [d12d805953] part of check-in [39d920d1ef] Fix harmless compiler warning seen with MSVC. (check-in: [39d920d1ef] user: mistachkin branch: trunk, size: 27831) | |
2017-10-06
| ||
18:00 | [772bb74807] part of check-in [702b137aa4] Add tests for the example fts3 "rank" function that appears in the documentation. (check-in: [702b137aa4] user: dan branch: trunk, size: 27841) | |
2016-12-07
| ||
15:49 | [a4fdab3363] part of check-in [f360818737] Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. (check-in: [f360818737] user: drh branch: trunk, size: 23120) | |
2016-08-01
| ||
14:35 | [a2b4993da9] part of check-in [b6ea2f21f6] Avoid making unnecessary changes to the signatures of the sqlite3_auto_extension() and sqlite3_cancel_auto_extension() interfaces. (check-in: [b6ea2f21f6] user: drh branch: trunk, size: 23127) | |
2016-07-28
| ||
22:53 | [6f34b19ae0] part of check-in [b8218129bc] More compiler warning fixes for GCC related to the auto-extension mechanism. (check-in: [b8218129bc] user: mistachkin branch: callbackConv, size: 23067) | |
22:23 | [7dceef0e05] part of check-in [3ea567c4b0] 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. (check-in: [3ea567c4b0] user: mistachkin branch: callbackConv, size: 23019) | |
17:11 | [9cea6fee7e] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 22954) | |
14:37 | [4197173afb] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 22926) | |
2016-02-05
| ||
04:50 | [37453d346c] part of check-in [9efb223f4c] OOM failures on sqlite3_errmsg16() in an app-defined function are no longer benign. (check-in: [9efb223f4c] user: drh branch: oom-handling, size: 22851) | |
2015-09-10
| ||
20:34 | [0d9c259561] part of check-in [7b5be299c6] Experimental implementation of sqlite3_result_subtype() and sqlite3_value_subtype() interfaces. (check-in: [7b5be299c6] user: drh branch: subtypes, size: 22909) | |
2015-03-13
| ||
08:31 | [f1ac201465] part of check-in [5aa522dcb9] Extra tests for commit [0f250957]. (check-in: [5aa522dcb9] user: dan branch: trunk, size: 22212) | |
2014-09-18
| ||
21:25 | [14e543ae4d] part of check-in [9c09ac353d] Add the Mem.szMalloc element to the Mem object and use it to keep track of the size of the Mem.zMalloc allocation. (check-in: [9c09ac353d] user: drh branch: trunk, size: 21703) | |
2014-03-05
| ||
01:29 | [d3013ce36f] part of check-in [bac2820e13] Experimental simplification of memory flags/type handling. (check-in: [bac2820e13] user: mistachkin branch: noMemType, size: 21683) | |
2013-08-16
| ||
14:48 | [f8235719df] part of check-in [fe99494d99] Fixes for test code that was not working with utf16 databases. Run the analyze*.test scripts as part of the 'utf16' permutation test. (check-in: [fe99494d99] user: dan branch: sqlite_stat4, size: 21753) | |
2013-08-12
| ||
16:34 | [338a6e5ade] part of check-in [6d45078e62] Re-enable reading from the sqlite_stat3 table (as well as sqlite_stat4). (check-in: [6d45078e62] user: dan branch: sqlite_stat4, size: 21761) | |
2013-08-05
| ||
18:00 | [fcd238feb6] part of check-in [3a71afe674] 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. (check-in: [3a71afe674] user: dan branch: sqlite_stat4, size: 20246) | |
2012-06-19
| ||
00:45 | [3a8dd37c08] part of check-in [699b792c6a] Improved rounding accuracy on text-to-float conversions. (check-in: [699b792c6a] user: drh branch: trunk, size: 17547) | |
2012-04-19
| ||
18:04 | [090f2c3339] part of check-in [3281972eaa] Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in tclsqlite.c and in the FTS4 module. (check-in: [3281972eaa] user: drh branch: trunk, size: 16607) | |
2012-01-04
| ||
12:57 | [6232d722a4] part of check-in [e9d05cbb76] Fix typos and comments and make minor changes to a few function names, as suggested by readership. (check-in: [e9d05cbb76] user: drh branch: trunk, size: 16602) | |
2011-02-09
| ||
19:55 | [cbdec5cede] part of check-in [7cc515edc9] Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. (check-in: [7cc515edc9] user: shaneh branch: trunk, size: 16607) | |
2010-01-07
| ||
11:27 | [13b582345f] part of check-in [d6ee5ff6c8] Changes to test code so that testfixture compiles when OMIT_SHARED_CACHE and OMIT_UTF16 are defined. (check-in: [d6ee5ff6c8] user: dan branch: trunk, size: 16484) | |
2009-11-10
| ||
01:30 | [1c94388a23] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 16418) | |
2009-10-23
| ||
18:15 | [c6e9d7cfbd] part of check-in [19064d7cea] Make sure that UTF16 to UTF8 conversions to not read past the end of the UTF16 input buffer if the last two bytes of the UTF16 happen to be the first half of a surrogate pair. Ticket [3fe897352e] (check-in: [19064d7cea] user: drh branch: trunk, size: 16486) | |
2009-07-22
| ||
07:27 | [26ac62d8ed] part of check-in [7f3fc7f20f] Changes to test code (only) to allow veryquick.test to run with OMIT_UTF16 builsd. Ticket #3985. (CVS 6919) (check-in: [7f3fc7f20f] user: danielk1977 branch: trunk, size: 14095) | |
2009-05-07
| ||
13:43 | [b8140bc4ed] part of check-in [866f13e28c] Change the sqlite3_create_function() family of routines to return SQLITE_MISUSE instead of SQLITE_ERROR if their parameters are incorrect. (CVS 6617) (check-in: [866f13e28c] user: drh branch: trunk, size: 14054) | |
2009-03-19
| ||
18:51 | [dd7bcaafb4] part of check-in [cc0d925669] Fix a couple of fairly obscure cases where an assert() could fail following a malloc failure. (CVS 6360) (check-in: [cc0d925669] user: danielk1977 branch: trunk, size: 15095) | |
2008-08-28
| ||
02:26 | [a55c4d5479] part of check-in [da1777259f] Miscellaneous cleanup in the new pcache code. (CVS 5629) (check-in: [da1777259f] user: drh branch: trunk, size: 14318) | |
2008-08-27
| ||
15:21 | [bc648b7747] part of check-in [d4438251dd] In the test logic: load the md5sum() SQL function as a separate autoloaded extension. (CVS 5623) (check-in: [d4438251dd] user: drh branch: trunk, size: 14340) | |
2008-08-26
| ||
14:42 | [18c727c114] part of check-in [c84d46c712] Implement a "counter" SQL function that can be used to insert a sequence number each row of a result set. Currently in the test harness only, but a candidate to move into the core. (CVS 5614) (check-in: [c84d46c712] user: drh branch: trunk, size: 14194) | |
2008-08-02
| ||
03:50 | [df7ddd5abf] part of check-in [f1e44eb323] Additional coverage testing. Fix a segfault following OOM in sqltie3_load_extension(). (CVS 5523) (check-in: [f1e44eb323] user: drh branch: trunk, size: 13283) | |
2008-07-31
| ||
01:47 | [94c4424ed9] part of check-in [2d5cec53c2] Omit calls to test_destructor16() if SQLITE_OMIT_UTF16 defined. (CVS 5508) (check-in: [2d5cec53c2] user: shane branch: trunk, size: 13228) | |
2008-07-11
| ||
21:02 | [24a5569896] part of check-in [c80a5d0993] Detect and handles the case where a row is modified or deleted while it is being read during SELECT processing. (CVS 5399) (check-in: [c80a5d0993] user: drh branch: trunk, size: 13160) | |
2008-07-08
| ||
14:17 | [ade4f0117c] part of check-in [94c95fad56] Fix a compilation bug with SQLITE_OMIT_AUTOINIT. (CVS 5366) (check-in: [94c95fad56] user: danielk1977 branch: trunk, size: 12270) | |
2008-07-07
| ||
14:50 | [dfa828142b] part of check-in [4e941f3d43] Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) (check-in: [4e941f3d43] user: drh branch: trunk, size: 12238) | |
2008-04-15
| ||
12:14 | [f4aafa10f1] part of check-in [d04246a463] Fix a code generator bug caused by the new CSE optimization. Add test cases to prevent a recurrence. (CVS 5011) (check-in: [d04246a463] user: drh branch: trunk, size: 8281) | |
2008-04-10
| ||
17:14 | [ef4ef3230b] part of check-in [5be56dbe87] Enhanced testing and documentation of sqlite3_result_error_code(). Ticket #2940. (CVS 4983) (check-in: [5be56dbe87] user: drh branch: trunk, size: 7531) | |
2008-03-19
| ||
19:01 | [9e9b33ff08] part of check-in [801a0e3c99] Initialize the MD5 SQL functions from test_func.c instead of using conditional compilation in tclsqlite.c. (CVS 4885) (check-in: [801a0e3c99] user: drh branch: trunk, size: 7313) | |
16:35 | [107219bee0] part of check-in [bb7218657f] Create the test_destructor16() test SQL function to enhance test coverage. Prior to check-in (4883), the test_destructor() function was sufficient, but we now need separate functions since the implementation is restricted to using the published API. (CVS 4884) (check-in: [bb7218657f] user: drh branch: trunk, size: 7256) | |
16:08 | Added: [4e791ce356] part of check-in [e90c4cc8a8] Move SQL functions used for testing only out of func.c and into a new test file named test_func.c. Use sqlite3_auto_extension() to make sure the test functions appear in every database connection. (CVS 4883) (check-in: [e90c4cc8a8] user: drh branch: trunk, size: 6689) | |