aboutsummaryrefslogtreecommitdiff
path: root/src/test_fs.c
Commit message (Collapse)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
| | | FossilOrigin-Name: 205979813c7300debb5f1ba270583ef2f08e069d6d01865b5910702889a5c1ed
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
| | | | | initialized, in order to hush-up nuisance compiler warnings. FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
* Fix a bug in test module test_fs.c causing a segfault on OpenBSD.dan2019-04-15
| | | FossilOrigin-Name: ee886600297c2a03d9d1d10db88d3d107b48e5d4de5e5d91b0ab16cc7c447ede
* Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables.drh2019-04-13
| | | FossilOrigin-Name: 0b6ae032c28e7fe34d81d1769f6e2901addbd1b95cd9a255dcef274061fb0164
* We learn that readdir_r() is deprecated in favor of plain old readdir(), whichdrh2019-03-22
| | | | | | | is now suppose to be threadsafe using thread-local storage. So remove the use of readdir_r() from the test code. (SQLite itself never calls readdir() or readdir_r()). FossilOrigin-Name: 7a0a26ed380dd0bdda50b0204b30b53bbbbc70f278eba02f91541ac6c691aef2
* Fix a bug in test_fs.c that occurs when the first component of a path containsdan2017-06-05
| | | | | a GLOB or LIKE escape character. FossilOrigin-Name: 73c70590d7689806901378cd2a7e167ec4339f886031369266e07868acd23b93
* Support running the fstree tests in 'vtabH.test' on Windows when not using ↵mistachkin2016-08-26
| | | | | the system drive. FossilOrigin-Name: 3680f95ff34fdcf6a18a99268678a56e4be5a023
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Fix harmless compiler warnings previously seen in 64-bit MSVC builds.drh2016-02-15
| | | FossilOrigin-Name: 7026246300392a83cc23817dbc54c2c66bf1f2b3
* Permit the 'test_fs' test module to be compiled and used on MinGW.mistachkin2016-01-05
| | | FossilOrigin-Name: ac27f38eef7a241d56124c263d9f8c91f372a77f
* Prevent a segfault on Solaris in the test_fs.c due to differences in thedrh2015-12-04
| | | | | definition of the dirent object. FossilOrigin-Name: 042738ad3b769ad70fd7603f928d5b94a952267d
* Add experimental support for the 'test_fs' test module on Win32.mistachkin2015-11-30
| | | FossilOrigin-Name: f3ffb3aeea95712e92919fd5071741327add9643
* Fix harmless compiler warnings in test_fs.c. Fix typos and clean up the textdrh2015-11-25
| | | | | of the documentation for sqlite3_strglob() and sqlite3_strlike(). FossilOrigin-Name: 697b20534c2d780cdd8cc165d2930f6e56480770
* Update test_fs.c to include a virtual table that reads a file-system ↵dan2015-11-25
| | | | | hierarchy. Use it to further test GLOB and LIKE support for virtual tables. FossilOrigin-Name: 6ef6578c03b7cfbeaaf3627b9eea2febf501ace5
* Adjust #ifdefs in test_autoext.c so that it compiles with drh2013-08-06
| | | | | | SQLITE_OMIT_LOAD_EXTENSION. Fix compiler warnings in two other test modules. No changes to the core. FossilOrigin-Name: 89930ea3c3b3bd078f641b2c5203d851083bbf1a
* Fix harmless compiler warnings coming from MSVC64 in test code. Nodrh2013-03-27
| | | | | changes to the core. FossilOrigin-Name: 274d2a22660c7b34b8bbd85f3c29cbafbcb1b4e7
* Make the 'fs' virtual table module portable to Windows.mistachkin2013-01-17
| | | FossilOrigin-Name: dd473cae5b6ea02b73168b30365f0af5556ee24d
* Add another test for the fts4 content= option.dan2013-01-11
FossilOrigin-Name: 7e6007a0002f6989bd489abeba8db52acb4a6854