Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_quota.c
b6503f1
Cygwin-centric fixes from Jan Nijtmans.
by stephan
· 5 months ago
9d59235
Fix a problem with SQLITE_OS_WINRT builds.
by dan
· 8 months ago
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
bc91738
Add a C-source spell-checking facility. make misspell (on Nix)
by larrybr
· 2 years, 1 month ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
7bb22ac
Silence some harmless uninitialized local variable warnings.
by mistachkin
· 11 years ago
f74b9e0
Further work on Windows header file reform.
by mistachkin
· 12 years ago
e84d8d3
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes.
by mistachkin
· 12 years ago
503a686
Always use strncmp() rather than memcmp() when comparing strings where one
by drh
· 12 years ago
46f7d98
In test_quota.c, provide a work-around for the missing _chsize_s() function
by drh
· 13 years ago
b3f787f
Fix compiler warnings found on Lion.
by drh
· 13 years ago
83905c9
Remove support for OS/2 from the source tree.
by drh
· 13 years ago
98c78ea
Add sqlite3_quota_ferror() and sqlite3_quota_file_available() interfaces to
by drh
· 13 years ago
94e858b
Move some #defines earlier in the file for test_quota.c in order to avoid
by drh
· 13 years ago
83cc139
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
by drh
· 13 years ago
c00ce49
Add new interfaces to the test_quota.c module: sqlite3_quota_ftruncate(),
by drh
· 13 years ago
7da5fcb
Fix MSVC compiler warnings in test code.
by drh
· 13 years ago
72cd90a
Fix the sqlite3_quota_file() function in test_quota.c so that it adds the second nul-terminator to all file names that will be passed to a VFS xOpen method.
by dan
· 14 years ago
c39f3e0
Use _commit() rather than FlushFileBuffers() as a substitute for fsync()
by drh
· 14 years ago
quota-stdio
49ed5c8
Harden the utf8-to-mbcs converter in the quota module against failures.
by drh
· 14 years ago
27cec37
Enhancements to test_quota.c: Remove the external dependency on
by drh
· 14 years ago
663cebf
Make sure the quota logic is usable as C++.
by drh
· 14 years ago
69b2232
Add the sqlite3_quota_fflush() interface. Enhance sqlite3_quota_remove()
by drh
· 14 years ago
c8ccda6
Progress toward getting things to work better on windows.
by drh
· 14 years ago
a76e858
Add test logic and some test cases.
by drh
· 14 years ago
60f21e4
Add stdio-like I/O interfaces to the test_quota VFS. This is a prototype
by drh
· 14 years ago
26541c9
Fix an file separator character issue with test_quota.c that was causing
by drh
· 14 years ago
b6020c4
Add the sqlite3_quota_file() interface to test_quota.c.
by drh
· 14 years ago
796af15
Changes to test_quota.c to make quota groups persistent even after files
by drh
· 14 years ago
b0a3283
Add a couple of pointer type casts to test file test_quota.c.
by dan
· 14 years ago
3778ac1
Modify the test_quote.c demonstration shim so that it works when
by drh
· 14 years ago
06bfd36
Add tests to quota.test.
by dan
· 15 years ago
9fc7702
Call quota callback destructors from within sqlite3_quota_shutdown().
by dan
· 15 years ago
9237a25
Boundary value fix to the descriptive comment at the top of test_quota.c.
by drh
· 15 years ago
6e19e91
Merge the test_quota.c module into the trunk.
by drh
· 15 years ago
3d3e60e
Fix the TCL interface to test_quota.c so that it works with empty callback
by drh
· 15 years ago
75c1917
Variable name and comment changes to test_quota.c for clearer presentation.
by drh
· 15 years ago
61cc423
Make all private routines in test_quota.c begin with "quota".
by drh
· 15 years ago
ef9659b
Add the sqlite3_quota_dump test command. Add a destructor argument on
by drh
· 15 years ago
549dc1b
Clean up comments in the test_quota.c source file.
by drh
· 15 years ago
745de2e
Update the quota shim so that when the same file is opened multiple times,
by drh
· 15 years ago
748a52c
Add an assert() with an evidence mark to show that automatically
by drh
· 15 years ago
8cf35eb
Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper.
by dan
· 15 years ago