🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
refs/heads/json
/
ext
/
async
dca9290
Fix some problems in test code detected by cppcheck.
by dan
· 10 years ago
88be014
Spelling and header fixes for the async extension.
by mistachkin
· 13 years ago
46af59e
In the async VFS, treat the new error code SQLITE_IOERR_DELETE_NOENT as success for xDelete.
by mistachkin
· 13 years ago
c5c0707
Mark the "async" module as deprecated as its functionality has been
by drh
· 13 years ago
4282963
Changes to the async-io module so that the xFileControl method returns SQLITE_NOTFOUND when a file-control is not recognized and so that it adds the second nul-terminator byte to filenames passed to the xOpen method of the underlying VFS.
by dan
· 14 years ago
d846c5e
In the async-IO module, do not increment the open file-counter until after an "open file" event has been added to the event queue. Otherwise, an OOM may cause the system to increment the counter even though no file was successfully opened.
by dan
· 15 years ago
b638a3d
Fix some MSVC compiler warnings in the ASYNC extension.
by shaneh
· 15 years ago
78f1e53
Change the async-IO extension to return SQLITE_IOERR_SHORT_READ when appropriate. This prevents a valgrind warning in the test suite.
by dan
· 15 years ago
19125aa
Fix an uninitialized value read in sqlite3async.c.
by dan
· 16 years ago
fd3b222
Use 64-bit arithmetic in the xRead() method of asyncRead. Fix for [94c04eaadb].
by dan
· 16 years ago
5368f29
When the asynchronous IO backend opens a file with the EXCLUSIVE flag set, make sure only a single file-descriptor is opened (not one for reading and one for writing). This change fixes #3978. (CVS 6905)
by danielk1977
· 16 years ago
1ed93e9
Add conditional 'extern "C"' block to sqlite3async.h. Ticket #3866. (CVS 6662)
by danielk1977
· 17 years ago
eb4ac06
More cleanup, etc. to support MSVC compiles. (CVS 6582)
by shane
· 17 years ago
a3628d1
Fixed compile for MSVC; removed compiler warnings; changes for NDEBUG build; minor code tweaks. (CVS 6570)
by shane
· 17 years ago
6f050aa
Tests for the new asynchronous IO API. (CVS 6549)
by danielk1977
· 17 years ago
4598b8e
Make selecting the asynchronous IO file-locking mode a runtime operation. Still untested. (CVS 6544)
by danielk1977
· 17 years ago
debcfd2
Improve comments and documentation of the asynchronous IO VFS module. (CVS 6543)
by danielk1977
· 17 years ago
a3f0659
Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor it to be a standalone module and to support windows. (CVS 6539)
by danielk1977
· 17 years ago