- ad1ca9a Add the "speedtest1.exe" test program. by drh ยท 12 years ago
- e54df42 Break out the structure and macro definitions of where.c into a separate by drh ยท 12 years ago
- 9ac3c1e Add the "wordcount.c" test program. by drh ยท 12 years ago
- 5f8cdac Move the tointeger() and toreal() functions out of core and make them into by drh ยท 12 years ago
- 7651091 Enhance debugging support for the split amalgamation files when compiling with MSVC. by mistachkin ยท 12 years ago
- 7e65c94 Add a rule to the main.mk makefile for building showdb. by drh ยท 12 years ago
- 30e2f0a Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls made by SQLite. by dan ยท 12 years ago
- 30a6837 In main.mk, always recompile vdbe.o and parse.o first, since changes to either by drh ยท 12 years ago
- 93ec45d Simplifications to the NGQP. Add the queryplantest makefile target. Add by drh ยท 13 years ago
- def3367 Add the percentile() SQL function as a loadable by drh ยท 13 years ago
- 555c939 Add the "dist" target to main.mk. For building the amalgamation autoconf package. by dan ยท 13 years ago autoconf-package
- f261414 Add main.c to the list of files compiled with SQLITE_TEST defined when building testfixture. by dan ยท 13 years ago
- ea41dc4 Added the nextchar.c extension. Minor changes to the spellfix.c extension by drh ยท 13 years ago
- 8416fc7 Added the transitive_closure, ieee754, and amatch extensions. by drh ยท 13 years ago std-ext
- b7045ab Move the test_spellfix.c module to ext/misc/spellfix.c. by drh ยท 13 years ago
- e50db1c Convert the fuzzer virtual table into a loadable extension and move it by drh ยท 13 years ago
- 24b6422 Make test_wholenumber.c into a loadable extension and move it to by drh ยท 13 years ago
- 248f2be Make "test_regexp.c" into a loadable extension and move it over to by drh ยท 13 years ago
- d7a959c Add virtual table module 'fts3tokenize' to fts3. fts3tokenize provides SQL access to FTS tokenizer implementations. by dan ยท 13 years ago
- 21c9b6b Fix typo in name of mptest executable files in clean targets. by mistachkin ยท 13 years ago
- bc94dbb Add the "mptester" target to the makefiles. Make mptester run with by drh ยท 13 years ago mptest
- fde3b1c7 For the clean target, tidy up a couple more generated (or copied) source files. by mistachkin ยท 13 years ago
- 339d6c6 Bring makefiles and build scripts into alignment with the sessions branch. by drh ยท 13 years ago
- 9f5ff37 Add another test for the fts4 content= option. by dan ยท 13 years ago
- 1417274 Add the test_regexp.c module containing a cross-platform implementation by drh ยท 13 years ago
- ac45593 Add an option to register global hooks used for logging all SQL executed by an application. by dan ยท 13 years ago
- 29b75bd Modify clean target to handle all VSIX package flavors. by mistachkin ยท 13 years ago
- 2f10fb3 Put auxiliary libraries after libsqlite3.a in the testfixture target of the by drh ยท 13 years ago
- c60941f Allow SQLite to work on Win32 with SQLITE_OS_WINNT=0 as long as WAL is disabled. by mistachkin ยท 13 years ago
- f2bc438 For the clean makefile targets, delete the generated VSIX file as well. by mistachkin ยท 13 years ago
- 83905c9 Remove support for OS/2 from the source tree. by drh ยท 13 years ago
- 3d403c7 Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators. by dan ยท 14 years ago
- f8a7846 On Windows, make sure the current directory value used by the test suite is 'normalized' to what the parent command shell sees. Also, clean the test directories used by the quota2.test file. by mistachkin ยท 14 years ago
- 60bdeb2 Enhancements to the omittest.tcl script used to verify that the by drh ยท 14 years ago
- 0edb7ac Change the makefile to delete both plain and ".exe" variants of build tools. by drh ยท 14 years ago
- 9a55e31 Integrate build changes for sqlite3_analyzer into the MSVC makefile. Also, more cleanup of build files, including sqlite3_analyzer, for all makefiles. by mistachkin ยท 14 years ago
- 8d43aa1 Remove unnecessary dependencies from the sqlite3_analyzer targets in makefiles. by drh ยท 14 years ago
- 0ae479df Change the way the sqlite3_analyzer executable is built. by dan ยท 14 years ago
- 307ff30 Change the build process so that it does not require the unix "sort" by drh ยท 14 years ago
- 88caeac Fix some harmless compiler warnings. by drh ยท 14 years ago
- 96e5088 New makefile target "sqlite3-debug.c" builds an amalgamation that include by drh ยท 14 years ago
- 15bf390 Merge latest trunk changes into experimental branch. by dan ๏ฟฝ๏ฟฝ 14 years ago
- 07516dd Add makefile targets sqlite3-all.c. by drh ยท 14 years ago
- a20fde6 Experimental support for speeding up CREATE INDEX commands using an offline merge sort. by dan ยท 14 years ago
- e7152dc Add a target to main.mk that will fail if the amalgamation contains any exported symbols that do not begin with "sqlite3_". Run this target from within releasetest.tcl. Add "static" to a couple of private functions in mem3.c. by dan ยท 14 years ago
- 188829b Fix main.mk so that the "amalgamation-testfixture" target works again. by dan ยท 14 years ago
- 3dcf39a Add a new AWK script in the tool/ folder for converting text files into by drh ยท 14 years ago
- 99ebad9 Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC". by dan ยท 15 years ago
- 807d0fc Avoid including fts3_term.c in the amalgamation, as it contains test code only. by dan ยท 15 years ago
- 79d0e1c Also add fts3_term.c to main.mk. by drh ยท 15 years ago
- a311b80 Extra tests for fts3. And fixes for conflict-handling related problems in fts3. by dan ยท 15 years ago
- 70586be Add the "wholenumber" virtual table module to the test suite - useful in by drh ยท 15 years ago
- f5a8a91 Merge the word-fuzzer branch into trunk. by drh ยท 15 years ago
- 213ca0a Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface. by dan ยท 15 years ago
- 326a67d Skeleton code for the word-fuzzer virtual table. by drh ยท 15 years ago
- 87fa53e Merge in the blocking-checkpoint enhancement, including the new by drh ยท 15 years ago
- a240fd0 Add virtual table module "fts4aux", used to inspect the full-text index of an fts4 table directly. Also add the "compress" and "uncompress" fts4 options. by dan ยท 15 years ago
- 27f9aba Merge the checkpoint_fullfsync pragma and the superlock demonstration into by drh ยท 15 years ago blocking-checkpoint
- e336b00 Add file test_superlock.c with example code for obtaining an exclusive lock on either rollback or wal mode databases. by dan ยท 15 years ago superlock
- 24cd616 Add file test/tt3_checkpoint.c that adds a multi-threaded test for blocking checkpoints to threadtest3. by dan ยท 15 years ago
- 5a092e9 Fix the main.mk makefile to include test_multiplex.c for testfixture. by drh ยท 15 years ago
- aa1cf5a Add #ifndef USE_SYSTEM_SQLITE...#endif around the bundled SQLite library by drh ยท 15 years ago
- d38bc1b Run the multi-threaded tests in test/threadtest3.c as part of releasetest.tcl. Remove the OMIT_BUILTIN_TEST symbol from the "Device-Two" configuration. by dan ยท 15 years ago
- 8cf35eb Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper. by dan ยท 15 years ago
- 9508daa Add code to allow user-defined searches of r-tree tables. Still largely untested. by dan ยท 15 years ago
- 3a0f13f Fix makefiles so that they build sqlite3_analyzer again. Tweaks to comments by drh ยท 15 years ago
- 599e9d2 Changes so that the space-analyzer script works with 3.7.0. by dan ยท 15 years ago
- 1860705 Minor changes to Makefile.in to bring it more inline with main.mk. by shaneh ยท 15 years ago
- 0626dfc Changes to the way tcl test scripts work. No changes to production code. by dan ยท 16 years ago
- c7991bd Test the handling of errors returned by the xShmXXX() APIs. by dan ยท 16 years ago
- c438efd Change the names of the log.c and log.h source files to wal.c and wal.h. by drh ยท 16 years ago
- 7c24610 Import experimental write-ahead-logging code. by dan ๏ฟฝ๏ฟฝ 16 years ago
- 0a7a915 Add file test_demovfs.c, containing a simple VFS implementation that demonstrates how writes to the journal file may be safely buffered by the VFS layer to improve performance on some embedded systems. by dan ยท 16 years ago
- 380083c Merge the compile-time option introspection interfaces into the trunk. by drh ยท 16 years ago
- dc97a8c Refactored compile time option diagnostic support to use strings identifiers instead of bitmask. by shaneh ยท 16 years ago compile_opts
- 601cd9a Change the fts3 test interface used to configure the advisory node size paraemeter. by dan ยท 16 years ago
- f7829ad Make sure the new fts3Int.h header file is added to the amalgamation. by drh ยท 16 years ago
- c7bc4fd Initial check-in of code that inserts tokenizations of the values by drh ยท 16 years ago
- 16708c4 Fix some fts3 related issues with the autoconf and amalgamation build systems. by dan ยท 16 years ago fts3-refactor
- 09977bb Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). by dan ยท 16 years ago
- 522efc6 Initial implementation and test cases for the "intarray" virtual table. by drh ยท 16 years ago
- 57a0227 Merge the MD5 checksum logic into the TCL interface. This facilitates building by drh ยท 16 years ago
- 3be7d6e Add fkey.c to the autoconf and amalgamation build systems. by dan ยท 16 years ago
- 1da40a3 Check in implementation of foreign key constraints. by dan ยท 16 years ago
- cca2de4 Define SQLITE_TEST when compiling mem5.c for testfixture. by dan ยท 16 years ago
- 8e28379 Updates for test_init.c for configure and other consistency changes. by shane ยท 16 years ago
- e1ab219 Add tests to check that sqlite recovers from an error in sqlite3_initialize() correctly. by dan ยท 16 years ago
- 47baebc Incorporate fossil-scm version information into the build. Add the by drh ยท 16 years ago
- 2d04deb Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. (CVS 6971) by danielk1977 ยท 16 years ago
- 53bc21b Add a version of the Lemon parser template "lempar.c" to the src/ subfolder. by drh ยท 16 years ago
- 856c103 Add the vdbe-compress.tcl script which automatically refactors the by drh ยท 17 years ago
- a3f0659 Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor it to be a standalone module and to support windows. (CVS 6539) by danielk1977 ยท 17 years ago
- 1b26c7c Remove the rowhash object from the code. Rowset now fills its role. (CVS 6535) by drh ยท 17 years ago
- 1d46146 Attempt to optimize virtual table queries with 'OR' expressions in the WHERE clause. (CVS 6527) by danielk1977 ยท 17 years ago
- 404ca07 Add the sqlite3_unlock_notify() API. (CVS 6348) by danielk1977 ยท 17 years ago
- 0410302 Commit first version of the 'backup' feature. (CVS 6241) by danielk1977 ยท 17 years ago
- a0fc729 Add a vfs backend that detects problems like the one addressed by (6043) and (6047). (CVS 6049) by danielk1977 ยท 17 years ago
- 33e8903 Modify fts3 to support a more complex expression syntax that allows parenthesis. The new syntax is not entirely backwards compatible, so is disabled by default. Use -DSQLITE_ENABLE_FTS3_PARENTHESIS to enable it. (CVS 6034) by danielk1977 ยท 17 years ago
- 3d4501e Replace the VDBE Fifo object with the new RowSet object. (CVS 5977) by drh ยท 17 years ago
- b232c23 Add an alternative application-defined pcache implementation and add test by drh ยท 17 years ago