aboutsummaryrefslogtreecommitdiff
path: root/src/test_config.c
Commit message (Expand)AuthorAge
* Enhance tests to ensure that blocking locks, and not calls to xSleep(), are b...dan2024-12-09
* Assume an NT-based OS when running tests if sqlite_os_type is not set.dan2024-12-04
* Further test file tweaks to run with SQLITE_OS_WINRT builds.dan2024-12-03
* Remove the never-used and never-documented and long-ago deprecateddrh2024-10-28
* Remove all code that makes use of the C-language "long double" datatype.drh2024-10-01
* Change the name of the enabling compile-time macro todrh2024-09-02
* The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option:drh2024-09-01
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Update tests to work with SQLITE_ALLOW_ROWID_IN_VIEW.dan2024-03-19
* Remove additional traces of FTS1 and FTS2 that were missed by [2bb50d5aedef0fd2]drh2023-06-07
* Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option.drh2022-02-17
* Do not attempt to run Tcl sessions tests unless both SQLITE_ENABLE_PREUPDATE_...dan2021-07-13
* Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces bydrh2021-05-08
* Allow more time for perf tests when instrumented. Condition another on featur...larrybr2021-04-17
* Add geopoly to $::sqlite_options() and use it to pass more tests.larrybr2021-04-16
* Begin adding new SQL functions that depend on -lm: ceil(), ceiling(),drh2020-12-07
* Simplify the code by removing the unsupported and undocumented drh2020-02-07
* Remove support for STAT3. The sqlite_stat3 tables are ignored, if theydrh2019-08-08
* Add the sqlite3_normalized_sql() API.mistachkin2018-10-29
* Enhance tester.tcl so that when "--malloctrace=1" is specified, the testdan2018-09-18
* Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC.dan2018-06-22
* Improved documentation for sqlite3_serialize() and sqlite3_deserialize().drh2018-03-06
* Merge the latest enhancements from trunk.drh2018-03-01
|\
| * Update test file func6.test so that it works with SQLITE_ENABLE_NULL_TRIMdan2018-02-12
* | Add support for the "memdb" VFS and the sqlite3_memdb_ptr() anddrh2018-01-03
|/
* Change the function name to sqlite_unsupported_offset(X). Only enable thedrh2017-12-29
* Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS. For enabling ICUdan2017-12-08
* Update tests to deal with SQLITE_FAST_SECURE_DELETE.drh2017-11-28
* Updates to test procedures so that they all work with encryption. No changesdrh2017-10-23
* Rename the "stmts" virtual table to just "stmt" without the final "s".drh2017-06-29
* Add the stmts virtual table to testfixture builds. Add new compile-timedrh2017-06-29
* If the user has not set it explicitly, set the "PRAGMA synchronous" setting todan2017-03-16
* Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.drh2016-12-07
* Add compile time option SQLITE_ENABLE_URI_00_ERROR. If defined, any "%00"dan2016-10-26
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Merge 3.12.0 beta changes from trunk.drh2016-03-21
|\
| * Fix more test-case errors in the Apple configuration.drh2016-03-18
| * Fix some test cases so that they work under the Apple configuration.drh2016-03-17
* | Merge recent enhancements from trunk. Default page size is 4096. Writesdrh2016-03-04
|\|
| * Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to drh2016-02-26
* | Merge enhancements and fixes from trunk.drh2016-02-09
|\|
| * Disable the two-argument form of the fts3_tokenizer() SQL function unless the...dan2016-02-08
* | Merge recent enhancements from trunk.drh2015-12-16
|\|
| * Disable the snapshot test scripts if not compiled with SQLITE_ENABLE_SNAPSHOT.drh2015-12-11
* | Merge recent enhancements from trunk.drh2015-12-02
|\|
| * Add the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option.drh2015-12-01
* | Merge the latest enhancements from trunk.drh2015-11-19
|\|
| * Only support the magic "__hidden__" column name prefix interpretation whendrh2015-11-19
| * Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the log...dan2015-11-12
* | Merge all the latest enhancements from trunk.drh2015-10-30
|\|