SQLite

All files named ”src/test7.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/test7.c

2023-02-06
15:46
Deleted: Remove the long obsolete "client/server" mode tests. (check-in: [08e3114cae] user: drh branch: test-cleanup, size: 0)
2016-07-28
17:11
[5612e9aecf] 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: 19651)
14:37
[57b6dae963] 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: 19469)
2015-01-19
00:35
[9c89a4f1ed] part of check-in [1032191099] Eliminate all use of sprintf(), strcpy() and strcat() from test logic because OpenBSD hates those functions. (check-in: [1032191099] user: drh branch: trunk, size: 19394)
2013-10-15
15:35
[72b732baa5] part of check-in [1086e00bca] Changes to test code to make sure no server threads are left running after server1.test finishes. (check-in: [1086e00bca] user: dan branch: trunk, size: 19371)
2013-04-29
03:09
[126b886b53] part of check-in [05ba5e23fc] More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. (check-in: [05ba5e23fc] user: mistachkin branch: winOsTrace, size: 18806)
2013-04-10
23:48
[f4b894b793] part of check-in [be7d2c5482] Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with sqlite3_log(). Add new extended error codes SQLITE_NOTICE_RECOVER_WAL and SQLITE_NOTICE_RECOVER_ROLLBACK to use with sqlite3_log() messages that occur on each recovery. (check-in: [be7d2c5482] user: drh branch: trunk, size: 18821)
2011-04-04
21:48
[2e07817549] part of check-in [78b6eee200] Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; (check-in: [78b6eee200] user: shaneh branch: trunk, size: 20445)
2010-07-24
16:34
[d67f65d828] part of check-in [ac1f37a647] Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and all memory from sqlite3_malloc() is freed by sqlite3_free(). (check-in: [ac1f37a647] user: drh branch: malloc-enhancement, size: 20465)
2009-11-10
01:30
[3f2d63e4cc] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 20459)
2008-10-12
00:27
[b94e68c223] part of check-in [ba3711acee] 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) (check-in: [ba3711acee] user: shane branch: trunk, size: 20517)
2008-07-28
19:34
[475b1fa7e3] part of check-in [e48f9697e9] Implement the "lookaside" memory allocation cache. Use of this cache makes the speed1.test script run about 15% faster. Added new interfaces to control the cache. (CVS 5488) (check-in: [e48f9697e9] user: drh branch: trunk, size: 20477)
2008-06-26
10:41
[19474b1802] part of check-in [cdd4cf4ce2] 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) (check-in: [cdd4cf4ce2] user: danielk1977 branch: trunk, size: 20475)
2007-10-05
15:04
[acec2256c7] part of check-in [fe067d706b] Fix problem building testfixture on mac. Ticket #2689. (CVS 4470) (check-in: [fe067d706b] user: danielk1977 branch: trunk, size: 20461)
2007-09-12
17:01
[ae24ba989e] part of check-in [c8405b15c0] Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) (check-in: [c8405b15c0] user: danielk1977 branch: trunk, size: 20462)
2007-08-22
11:41
[a9d509d0e9] part of check-in [1f28b7e47b] Get the quick.test script running with SQLITE_THREADSAFE enabled. (CVS 4269) (check-in: [1f28b7e47b] user: drh branch: trunk, size: 20432)
2007-08-21
10:44
[50f5aa04fd] part of check-in [fbbd5bda54] Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) (check-in: [fbbd5bda54] user: drh branch: trunk, size: 20418)
2007-08-20
22:48
[0f9d91ce80] part of check-in [1315bd8e12] Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253) (check-in: [1315bd8e12] user: drh branch: trunk, size: 20434)
2007-08-16
04:30
[91d914c2c2] part of check-in [deb7ecd65f] Half-way through a major refactoring of the memory allocation. I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) (check-in: [deb7ecd65f] user: drh branch: trunk, size: 20446)
2006-03-22
22:10
[03fa8d787f] part of check-in [15e3b183bc] Get the build to run with -DSQLITE_OMIT_SHARED_CACHE. (CVS 3145) (check-in: [15e3b183bc] user: drh branch: trunk, size: 20444)
2006-01-20
17:56
[d28d3e62f9] part of check-in [b7bdac0afd] Fix some compiler warnings. (CVS 2983) (check-in: [b7bdac0afd] user: drh branch: trunk, size: 20400)
2006-01-11
23:40
[c87fd373a6] part of check-in [fb518b0ce4] Testing of the automatic TSD deallocation logic. The sqlite3_thread_cleanup() API is documented. This should close ticket #1601. (CVS 2920) (check-in: [fb518b0ce4] user: drh branch: trunk, size: 20393)
2006-01-09
23:40
Added: [bfe36c62ca] part of check-in [ec332d8822] Added database server example code (untested). Fixed serveral bugs including the autovacuum compile problem described by ticket #1593. (CVS 2897) (check-in: [ec332d8822] user: drh branch: trunk, size: 20365)