SQLite

All files named ”src/test_fs.c”
Login

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

History for src/test_fs.c

2025-06-05
20:12
[a946408c81] part of check-in [acc978df52] Remove the clunky test_windirent.h and test_windirent.c files from src/ and replace them with a much cleaner and more compact ext/misc/windirent.h. (check-in: [acc978df52] user: drh branch: trunk, size: 24962)
2025-03-06
13:38
[6711fd4c6c] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 25052)
2024-07-30
15:49
[c411c40bab] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 25110)
2023-10-06
12:51
[56cc17e4fd] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 25180)
2019-04-15
19:17
[ba1e1dc18f] part of check-in [ee88660029] Fix a bug in test module test_fs.c causing a segfault on OpenBSD. (check-in: [ee88660029] user: dan branch: trunk, size: 24430)
2019-04-13
04:01
[70e30fdeb5] part of check-in [0b6ae032c2] Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables. (check-in: [0b6ae032c2] user: drh branch: trunk, size: 24552)
2019-03-22
13:53
[c10706d63e] part of check-in [7a0a26ed38] We learn that readdir_r() is deprecated in favor of plain old readdir(), which 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()). (check-in: [7a0a26ed38] user: drh branch: trunk, size: 24542)
2017-06-05
16:33
[35a2f7dd8a] part of check-in [73c70590d7] Fix a bug in test_fs.c that occurs when the first component of a path contains a GLOB or LIKE escape character. (check-in: [73c70590d7] user: dan branch: trunk, size: 24626)
2016-08-26
01:17
[e16cbe68d3] part of check-in [3680f95ff3] Support running the fstree tests in 'vtabH.test' on Windows when not using the system drive. (check-in: [3680f95ff3] user: mistachkin branch: trunk, size: 24600)
2016-07-28
17:11
[ac62ce7d5c] 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: 24505)
14:37
[39086f9941] 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: 24491)
2016-02-15
18:47
[f10f840ca4] part of check-in [7026246300] Fix harmless compiler warnings previously seen in 64-bit MSVC builds. (check-in: [7026246300] user: drh branch: trunk, size: 24416)
2016-01-05
01:48
[a61f54247f] part of check-in [ac27f38eef] Permit the 'test_fs' test module to be compiled and used on MinGW. (check-in: [ac27f38eef] user: mistachkin branch: trunk, size: 24398)
2015-12-04
03:27
[993c7eab65] part of check-in [042738ad3b] Prevent a segfault on Solaris in the test_fs.c due to differences in the definition of the dirent object. (check-in: [042738ad3b] user: drh branch: trunk, size: 24192)
2015-11-30
23:29
[aab47ac456] part of check-in [f3ffb3aeea] Add experimental support for the 'test_fs' test module on Win32. (check-in: [f3ffb3aeea] user: mistachkin branch: testFsWin32, size: 23999)
2015-11-25
18:40
[9a56a587ce] part of check-in [697b20534c] Fix harmless compiler warnings in test_fs.c. Fix typos and clean up the text of the documentation for sqlite3_strglob() and sqlite3_strlike(). (check-in: [697b20534c] user: drh branch: trunk, size: 23239)
18:07
[802b1863c7] part of check-in [6ef6578c03] Update test_fs.c to include a virtual table that reads a file-system hierarchy. Use it to further test GLOB and LIKE support for virtual tables. (check-in: [6ef6578c03] user: dan branch: trunk, size: 23236)
2013-08-06
18:35
[ced436e3d4] part of check-in [89930ea3c3] Adjust #ifdefs in test_autoext.c so that it compiles with SQLITE_OMIT_LOAD_EXTENSION. Fix compiler warnings in two other test modules. No changes to the core. (check-in: [89930ea3c3] user: drh branch: trunk, size: 8966)
2013-03-27
20:41
[8f786bfd0a] part of check-in [274d2a2266] Fix harmless compiler warnings coming from MSVC64 in test code. No changes to the core. (check-in: [274d2a2266] user: drh branch: trunk, size: 8899)
2013-01-17
03:18
[1c51e203b2] part of check-in [dd473cae5b] Make the 'fs' virtual table module portable to Windows. (check-in: [dd473cae5b] user: mistachkin branch: fsVfsWin, size: 8889)
2013-01-11
09:58
Added: [7d3337933e] part of check-in [7e6007a000] Add another test for the fts4 content= option. (check-in: [7e6007a000] user: dan branch: trunk, size: 8819)