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