drh
|
7119a6c16b
Have the zipfile and fileio extensions use sqlite3_stdio.c when it is
|
4 months ago |
drh
|
8a894cd804
Fix comment typo in the fileio.c extension. No changes to code.
|
4 months ago |
dan
|
11a088b7eb
When extracting links from sqlar archives, clobber any existing file or link, and do not call utimes() to set the timestamp - it looks through the link and operates on the target.
|
8 months ago |
drh
|
1935887a68
Ensure that all fields of static sqlite3_module objects are explicitly
|
1 year ago |
drh
|
621a5e0c47
New defenses against OOM and corrupt database problems in the CLI.
|
3 years ago |
larrybr
|
b3e4423137
Accomplish fileio standalone for Win32 with less intervention.
|
3 years ago |
larrybr
|
3d99743423
Allow fileio extension to be a stand-alone DLL for Win32
|
3 years ago |
mistachkin
|
43e862723e
When compiling the shell for WinRT, avoid using Win32 APIs that are unavailable.
|
4 years ago |
drh
|
2b1c2aad9f
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
|
5 years ago |
drh
|
d4a591dd6b
Fix harmless compiler warnings.
|
5 years ago |
drh
|
e7476115ad
Fix the writefile() SQL function implemented by ext/misc/fileio.c such that
|
5 years ago |
mistachkin
|
065f3bf4f2
Fix various harmless compiler warnings seen with MSVC.
|
5 years ago |
drh
|
0319934322
Fix the readfile() UDF so that it returns an empty BLOB, not an OOM error,
|
5 years ago |
drh
|
73bce66701
Use 64-bit APIs in the fileio.c extension.
|
6 years ago |
drh
|
1735f91df4
Improved detection and reporting of errors in the readfile() extension SQL
|
6 years ago |
drh
|
2d77d80a65
Use 64-bit math to compute the sizes of memory allocations in extensions.
|
6 years ago |
drh
|
32dcc847b5
Enhance the xBestIndex interface of virtual table so that if the xBestIndex
|
6 years ago |
drh
|
eabbf37fae
Fix comments and make magic numbers into #defines in the fsdir
|
6 years ago |
dan
|
cbfaa076d7
Fix a problem with virtual table "fsdir" and some join queries.
|
6 years ago |
drh
|
84c501bac1
Initial code to make shadow tables read-only to ordinary SQL. The now
|
6 years ago |
mistachkin
|
42cb6ec4e6
Fix typo in the Win32-specific code for the fileio extension.
|
6 years ago |
mistachkin
|
ce2052bc39
Fix harmless compiler warnings seen with MSVC.
|
6 years ago |
mistachkin
|
42a0dbfe92
Win32 portability fixes to the 'fileio' extension.
|
6 years ago |
mistachkin
|
093d63bf34
Draft fix for an fsdir() issue reported via the mailing list.
|
6 years ago |
dan
|
ea4125bbef
Add unix-only tests to check that the "unzip" program can unpack archives
|
7 years ago |
drh
|
61d04974f0
Fix the modification-time setting logic in the fileio.c extension on Windows
|
7 years ago |
drh
|
b968518559
Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI.
|
7 years ago |
drh
|
6ac7303e1a
Always use utimes() instead of utimensat() since the latter is not available
|
7 years ago |
drh
|
410cad975f
In the fileio.c extension, change the filetype(MODE) function into lsmode(MODE).
|
7 years ago |
drh
|
6c237b1fa7
Add the "filetype()" SQL function for interpreting file modes to the
|
7 years ago |