Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test4.c
065c0a6
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk.
by stephan
· 4 months ago
b6503f1
Cygwin-centric fixes from Jan Nijtmans.
by stephan
· 5 months ago
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
c7d7ebd
Add memory barriers to multi-threaded code in test4.c.
by dan
· 3 years, 2 months ago
067b92b
Extend the refactoring into extensions. Clean up stray newlines.
by drh
· 5 years ago
0e1a574
Change the name of some internal testing interfaces to avoid a name
by drh
· 6 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
65545b5
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
by drh
· 11 years ago
e84d8d3
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes.
by mistachkin
· 12 years ago
d040e76
Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with
by drh
· 12 years ago
d557843
Fix all known instances of 'repeated the' style typos in comments. No changes to code.
by mistachkin
· 13 years ago
3a2d29f
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source;
by shaneh
· 14 years ago
b975598
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
11b3879
Trying to open a transaction in one thread and close it in another is a misuse with LinuxThreads. Doing so may cause memory and file-descriptors to be leaked. Update an assert() and some test cases to account for this.
by dan
· 16 years ago
eec556d
Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808)
by shane
· 17 years ago
633e6d5
Implement the "lookaside" memory allocation cache. Use of this cache makes
by drh
· 17 years ago
29bafea
Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311)
by danielk1977
· 17 years ago
cab5ed7
Get the quick.test script running with SQLITE_THREADSAFE enabled. (CVS 4269)
by drh
· 18 years ago
29278e3
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
by drh
· 18 years ago
d677b3d
Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253)
by drh
· 18 years ago
1743575
Half-way through a major refactoring of the memory allocation.
by drh
· 18 years ago
52fc849
Detect integer overflow in the abs() function. The random() function
by drh
· 19 years ago
24bd82c
Fix some compiler warnings. (CVS 2983)
by drh
· 20 years ago
64b1bea
Add tests and fix bugs in the new cross-thread lock resolution code.
by drh
· 20 years ago
b4bc705
Testing of the automatic TSD deallocation logic. The sqlite3_thread_cleanup()
by drh
· 20 years ago
2db0bbc
Improve the error message associated with SQLITE_FULL. Ticket #1353.
by drh
· 20 years ago
9bb575f
Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3
by drh
· 21 years ago
4c755c0
Make sure the argument to ctype.h macros is always an unsigned character.
by drh
· 21 years ago
4f057f9
Remove the third argument from the sqlite3_open() API. (CVS 1540)
by danielk1977
· 21 years ago
3f4fedb
Change the name of the sqlite3_freemem API function to just sqlite3_free. (CVS 1512)
by drh
· 21 years ago
4f26d6c
Refactoring of the vdbe Mem functions and the APIs that deal with them.
by drh
· 21 years ago
fc57d7b
Use the new API calls more consistently. (CVS 1459)
by danielk1977
· 21 years ago
8029086
Use the new form of the sqlite3_open() API everywhere. (CVS 1437)
by danielk1977
· 21 years ago
6f8a503
Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338)
by danielk1977
· 21 years ago
4adee20
Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the
by danielk1977
· 21 years ago
1bdd9b5
Get the temp_store and default_temp_store pragmas working. Update the
by drh
· 21 years ago
2fd2fa0
Fix some minor problems with the new test4.c module used for doing thread
by drh
· 22 years ago
a6064dc
Add new thread-testing code and fix locking under Linux threads. Ticket #530. (CVS 1137)
by drh
· 22 years ago