Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_config.c
4ab343c
Enhance tests to ensure that blocking locks, and not calls to xSleep(), are being used by SQLITE_ENABLE_SETLK_TIMEOUT builds when they should be.
by dan
· 7 months ago
093c213
Assume an NT-based OS when running tests if sqlite_os_type is not set.
by dan
· 8 months ago
2d5ce92
Further test file tweaks to run with SQLITE_OS_WINRT builds.
by dan
· 8 months ago
bc4df60
Remove the never-used and never-documented and long-ago deprecated
by drh
· 9 months ago
e8b2c92
Remove all code that makes use of the C-language "long double" datatype.
by drh
· 10 months ago
a955ec8
Change the name of the enabling compile-time macro to
by drh
· 11 months ago
1c30df3
The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option:
by drh
· 11 months ago
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
f891ef8
Update tests to work with SQLITE_ALLOW_ROWID_IN_VIEW.
by dan
· 1 year, 4 months ago
c5a5a54
Remove additional traces of FTS1 and FTS2 that were missed by [2bb50d5aedef0fd2]
by drh
· 2 years, 1 month ago
dedd51a
Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option.
by drh
· 3 years, 5 months ago
f1cacb7
Do not attempt to run Tcl sessions tests unless both SQLITE_ENABLE_PREUPDATE_HOOK and SQLITE_ENABLE_SESSIONS are defined.
by dan
· 4 years ago
8d889af
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
by drh
· 4 years, 2 months ago
f557693
Allow more time for perf tests when instrumented. Condition another on feature it needs.
by larrybr
· 4 years, 3 months ago
1929cc0
Add geopoly to $::sqlite_options() and use it to pass more tests.
by larrybr
· 4 years, 3 months ago
f6e904b
Begin adding new SQL functions that depend on -lm: ceil(), ceiling(),
by drh
· 4 years, 8 months ago
b48c0d5
Simplify the code by removing the unsupported and undocumented
by drh
· 5 years ago
175b8f0
Remove support for STAT3. The sqlite_stat3 tables are ignored, if they
by drh
· 6 years ago
8bee11a
Add the sqlite3_normalized_sql() API.
by mistachkin
· 7 years ago
normalized_sql
253c6ee
Enhance tester.tcl so that when "--malloctrace=1" is specified, the test
by dan
· 7 years ago
67a9b8e
Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC.
by dan
· 7 years ago
9c6396e
Improved documentation for sqlite3_serialize() and sqlite3_deserialize().
by drh
· 7 years ago
2825e4e
Merge the latest enhancements from trunk.
by drh
· 7 years ago
1db7db1
Update test file func6.test so that it works with SQLITE_ENABLE_NULL_TRIM
by dan
· 7 years ago
ac442f4
Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and
by drh
· 8 years ago
092457b
Change the function name to sqlite_unsupported_offset(X). Only enable the
by drh
· 8 years ago
21540ae
Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICU
by dan
· 8 years ago
cb45eef
Update tests to deal with SQLITE_FAST_SECURE_DELETE.
by drh
· 8 years ago
efeaec3
Updates to test procedures so that they all work with encryption. No changes
by drh
· 8 years ago
c6603af
Rename the "stmts" virtual table to just "stmt" without the final "s".
by drh
· 8 years ago
c799833
Add the stmts virtual table to testfixture builds. Add new compile-time
by drh
· 8 years ago
f5da7db
If the user has not set it explicitly, set the "PRAGMA synchronous" setting to
by dan
· 8 years ago
d12602a
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
by drh
· 9 years ago
5c35e90
Add compile time option SQLITE_ENABLE_URI_00_ERROR. If defined, any "%00"
by dan
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
dbf8a16
Merge 3.12.0 beta changes from trunk.
by drh
· 9 years ago
b99185f
Fix more test-case errors in the Apple configuration.
by drh
· 9 years ago
108e5a9
Fix some test cases so that they work under the Apple configuration.
by drh
· 9 years ago
2606aca
Merge recent enhancements from trunk. Default page size is 4096. Writes
by drh
· 9 years ago
d42908f
Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to
by drh
· 9 years ago
1a606f8
Merge enhancements and fixes from trunk.
by drh
· 9 years ago
e064c40
Disable the two-argument form of the fts3_tokenizer() SQL function unless the library is built with -DSQLITE_ENABLE_FTS3_TOKENIZER.
by dan
· 9 years ago
173b609
Merge recent enhancements from trunk.
by drh
· 10 years ago
68d28ea
Disable the snapshot test scripts if not compiled with SQLITE_ENABLE_SNAPSHOT.
by drh
· 10 years ago
1bb15fc
Merge recent enhancements from trunk.
by drh
· 10 years ago
41d2e66
Add the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option.
by drh
· 10 years ago
769dc6e
Merge the latest enhancements from trunk.
by drh
· 10 years ago
03d69a6
Only support the magic "__hidden__" column name prefix interpretation when
by drh
· 10 years ago
hidden-columns-in-tables
d83f7ca
Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging code in test_sqllog.c. When defined, logging is only performed if the "<database>-sqllog" file is present in the file system when the main database is opened.
by dan
· 10 years ago
d286b9f
Merge all the latest enhancements from trunk.
by drh
· 10 years ago
f7854c7
Split out sqlite3BtreeCursorHintFlags() from sqlite3BtreeCursorHint()
by drh
· 10 years ago
973bc6f
Merge the version 3.9.0 changes and the incorporation of JSON1 and FTS5
by drh
· 10 years ago
c306e08
Json1 tests are working. Builds without FTS5 enabled. Still some problems
by drh
· 10 years ago
244c8d7
Merge all changes in the latest 3.8.11 beta into the sessions branch.
by drh
· 10 years ago
cfb8f8d
Change the name of the OTA extension to RBU: Resumable Bulk Update.
by drh
· 10 years ago
59b4bd4
Merge all the latest enhancements from trunk. This merge include FTS5
by drh
· 10 years ago
167fd75
Merge latest trunk changes with this branch.
by dan
· 10 years ago
adf3bf5
Merge recent trunk changes, include the R-Tree enhancement that allows
by drh
· 10 years ago
71138b0
Merge trunk changes with this branch.
by dan
· 10 years ago
a9106ca
Merge recent trunk enhancements into the ota-update branch.
by drh
· 10 years ago
c11a172
Merge recent trunk enhancements into the sessions branch.
by drh
· 10 years ago
e0e8429
Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements
by drh
· 10 years ago
120b3a4
Merge in all changes from trunk.
by drh
· 10 years ago
997d798
Merge latest trunk changes with this branch.
by dan
· 10 years ago
7a20f69
Merge trunk 3.8.8 beta changes into the sessions branch
by drh
· 11 years ago
0ede9eb
Improvements to compile-time-option hygiene. Use "#if OPTION" instead of
by drh
· 11 years ago
37db72f
Merge latest trunk changes with this branch.
by dan
· 11 years ago
7bf9ec1
Add SQLITE_ENABLE_OTA pre-processor directives so that this branch may be compiled with or without OTA.
by dan
· 11 years ago
04e8a58
Merge recent trunk enhancements, including the read-after-ROLLBACK change
by drh
· 11 years ago
48d7014
Fix the customization interfaces so that they match the documentation.
by dan
· 11 years ago
b391b94
Add new test file e_blobopen.test, containing tests for sqlite3_blob_open().
by dan
· 11 years ago
e2f771b
Add further tests. Fixes so that compilation without ENABLE_STMT_SCANSTATUS works.
by dan
· 11 years ago
78aad7c
Merge all recent trunk changes.
by drh
· 11 years ago
3705ef6
Fix up test cases to account for the new SQLITE_LIMIT_WORKER_THREADS limit.
by drh
· 11 years ago
6b011d8
Merge all recent trunk changes into the sessions branch.
by drh
· 11 years ago
09e6054
Complete the implementation of the various APIs. Fix several problems.
by drh
· 11 years ago
bf9ed6f
Merge the latest trunk changes, including the multi-threaded sorter, into
by drh
· 11 years ago
2bd2c29
Merge all recent trunk changes into the threads branch.
by drh
· 11 years ago
35c3d8c
Merge recent trunk changes into the sessions branch.
by drh
· 11 years ago
2eaf03d
Change fts3/4 so that the "unicode61" is included in builds by default. It may now be excluded by defining SQLITE_DISABLE_FTS3_UNICODE.
by dan
· 11 years ago
d963982
Merge recent trunk changes into the sessions branch.
by drh
· 11 years ago
ae289fc
Merge the latest trunk changes into the threads branch.
by dan
· 11 years ago
0d51def
Fix a problem in the sorter causing it to return spurious SQLITE_NOMEM errors when configured to use memsys3 or memsys5.
by dan
· 11 years ago
578e1ca
Even if compile time option SQLITE_MAX_WORKER_THREADS is set to one or greater, set the default number of worker threads to zero. Distribute data more evenly between threads in sqlite3VdbeSorterWrite() to improve performance when sorting large amounts of data. Add new test file sort2.test.
by dan
· 11 years ago
835c19b
Merge updates from trunk.
by mistachkin
· 11 years ago
c187698
Bring in all the latest trunk changes, including the Common Table
by drh
· 11 years ago
eede6a5
Fixes so that SQLITE_OMIT_CTE builds work.
by dan
· 12 years ago
1b2ee4f
Merge in performance enhancements from trunk.
by drh
· 12 years ago
f74b9e0
Further work on Windows header file reform.
by mistachkin
· 12 years ago
ac1f104
Add experimental sqlite3_config option to control the native Win32 heap size.
by mistachkin
· 12 years ago
cbf1b8e
Merge in the WITHOUT ROWID changes. A few tests are failing now. They will
by drh
· 12 years ago
99eef00
Enable some more tests on Windows.
by mistachkin
· 12 years ago
5f9742e
Merge from trunk: (1) Recent bug fixes (2) STAT4 support (3) win32-longpath
by drh
· 12 years ago
8ad169a
If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4.
by dan
· 12 years ago
f52bb8d
Begin adding experimental sqlite_stat4 table. This commit is buggy.
by dan
· 12 years ago
16fb176
Merge the latest trunk changes into the sessions branch.
by drh
· 12 years ago
50287f5
Remove the unused SQLITE_CURDIR macro.
by drh
· 12 years ago
9b4c59f
Refactoring the mmap interface. The controlling pragma is now "mmap_size"
by drh
· 12 years ago
188d488
Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro is
by drh
· 12 years ago
8dd661a
Merge the changes for the 3.7.16.1 release candidate into the sessions branch.
by drh
· 12 years ago
Next »