| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
(CVS 5503)
FossilOrigin-Name: db4022db64dc5864e6f1d0a20672183879ad43aa
|
|
|
|
|
|
| |
to select column names for VIEWs of joins so that the constructed column
names omits the underlying table names. (CVS 5386)
FossilOrigin-Name: 636cd723296a8b1709011fdd99b236ffddf3f1b0
|
|
|
| |
FossilOrigin-Name: ba8819a6f3dbc45d88346789de42971aacc0d246
|
|
|
| |
FossilOrigin-Name: f70d552bcd0df884eea2e2272bae558d35fc8845
|
|
|
|
|
| |
"OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311)
FossilOrigin-Name: cdd4cf4ce2ab363ddc3f27c5e44896e17269a161
|
|
|
|
|
| |
register their VFS implementations by calling sqlite3_vfs_register() from within sqlite3_os_init(). (CVS 5307)
FossilOrigin-Name: 8fa33b79d7369ec5777fd9ad3349f0fa31b98fd6
|
|
|
|
|
| |
modes. (CVS 5234)
FossilOrigin-Name: 5059644c4bc5f6679afd939e0bc26080f42a9918
|
|
|
|
|
| |
mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218)
FossilOrigin-Name: a03c5af115889f477e17187a198a7d2d40bc76bf
|
|
|
|
|
| |
neither called nor implemented at this point. (CVS 5192)
FossilOrigin-Name: b8f1da52c303de20d40aa20a7a031728d5d69af5
|
|
|
|
|
| |
opened by passing a NULL pointer as the filename to xOpen(). (CVS 5190)
FossilOrigin-Name: 5173b3e816c7eb711cd21a9068bbafb9ebb7cff1
|
|
|
|
|
| |
sqlite3_vfs.xCheckReservedLock functions. (CVS 5188)
FossilOrigin-Name: 4226ac54beea1b58de8ab7b9d768d999f50438a6
|
|
|
|
|
| |
MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)
FossilOrigin-Name: 9883b406ce24eae93942ee5e6aab33fb6b05329f
|
|
|
| |
FossilOrigin-Name: 81a8c70ed7a86abf286706fdbc251f31c9c53382
|
|
|
|
|
| |
of SQLite that omits large file support. Tickets #3096 and #3094. (CVS 5085)
FossilOrigin-Name: bdd89cd231745e6bd498b2751d7ff2cf6169b3eb
|
|
|
| |
FossilOrigin-Name: fc0ca647bd1c7c953bb0f3eb7d3471572fd18c34
|
|
|
|
|
| |
internal PRNG. Add sqlite3_test_control() verbs for controlling the PRNG. (CVS 4882)
FossilOrigin-Name: 15110ea02768bfe977a57eccd6b941a36ebd6b32
|
|
|
| |
FossilOrigin-Name: 22bd537ee2af6779ecb38502513ae533f85f7c2e
|
|
|
|
|
|
|
| |
fix, an I/O error during OsUnlock() could lead to database corruption.
That is not a serious problem, though, since errors during OsUnlock()
are not possible on most systems. (CVS 4838)
FossilOrigin-Name: b4c1258edb4a40501d13c9da674d0366d5a8c694
|
|
|
| |
FossilOrigin-Name: 40f55c09dbd31f861b9f9c7641cce92553d94e35
|
|
|
| |
FossilOrigin-Name: 6ebce3b798c60050fb3c583d805570bb06837108
|
|
|
| |
FossilOrigin-Name: 5807921f5a6e2e08f2c9e79aa91d8c587d64de74
|
|
|
|
|
|
| |
as appropriate, in case the comments are ever again read by a pedantic
grammarian. Ticket #2840. (CVS 4629)
FossilOrigin-Name: 4e91a267febda572e7239f0f1cc66b3102558c36
|
|
|
|
|
| |
unixFullPathname() and related functions. (CVS 4595)
FossilOrigin-Name: f015a38771d98996366d66787b9b066f9ef5e248
|
|
|
| |
FossilOrigin-Name: c249d5da721b32f6fe409a5b55a5d49a58994fec
|
|
|
|
|
| |
defined manually if using USE_PREAD or USE_PREAD64. (CVS 4509)
FossilOrigin-Name: d7ed7cd077fe5f9ffba2bca48b84b231ccfd85b0
|
|
|
| |
FossilOrigin-Name: 27fe1288336665c4d47c5d7ddcbeacc451ec4a9d
|
|
|
|
|
|
|
|
|
| |
case, but GCC 4.3 is not able to detect this and instead complains
with "warning: 'amode' may be used uninitialized in this function".
Hence, although the assert(3) already protects the code here, get rid of
this compiler warning by doing a simple initialization of the "amode"
variable. (CVS 4436)
FossilOrigin-Name: 91831ff2922666b39d8f4ba448982c6763030633
|
|
|
|
|
| |
xGetTempname() and xFullPathname(). This, and the previous commit, are changes to the public vfs API introduced in 3.5.0. (CVS 4433)
FossilOrigin-Name: 8b29f5fbfc723cdf67cf3410cd01f7c17ea39a4b
|
|
|
|
|
| |
To be consistent with xFullPathname and sqlite3OsFullPathname. (CVS 4432)
FossilOrigin-Name: ad3687b16e9420d8bbaa3a645aaf803813b36061
|
|
|
| |
FossilOrigin-Name: 1786e9c881a67fbf8bd014d643590534c8c601dc
|
|
|
|
|
| |
4384)
FossilOrigin-Name: ed15db4610bc6202c624234e48d234e0005825e4
|
|
|
|
|
| |
test cases added but more are needed. Ticket #2616. (CVS 4376)
FossilOrigin-Name: 020a2b10d408f51d4ef3211c5f701f5378fd4625
|
|
|
|
|
| |
uses a global lru list of page, it is no longer required. (CVS 4364)
FossilOrigin-Name: fb27692ab10b22851b265348bb6b3e1dececd60f
|
|
|
| |
FossilOrigin-Name: 5f48fb95c26a713b3259ee49fd444108030376dc
|
|
|
|
|
|
| |
a defined call to xFileControl(). This simplifies the interface and
also gives us coverage testing of sqlite3_file_control(). (CVS 4355)
FossilOrigin-Name: 306586c412b87c6d12bac796641517afa3f9eb6a
|
|
|
|
|
|
| |
Compiles and passes all historical tests but the new method is itself
untested. (CVS 4353)
FossilOrigin-Name: d3ab3e3911f10b17d0859a34f4f007c790a0cd82
|
|
|
|
|
| |
test cae in misc7.test. (CVS 4342)
FossilOrigin-Name: e30546504c59c7d92d83a32d9b7e83edc175e247
|
|
|
| |
FossilOrigin-Name: 5a22d8695b49cf7bc2eee382b66a98d29adb9e6e
|
|
|
|
|
| |
in the amalgamation. Ticket #2574. (CVS 4304)
FossilOrigin-Name: dc80b2e1f4e1d31479aad9f39e651e62f2601fb8
|
|
|
|
|
| |
3.5.0. Minor interface cleanups. (CVS 4302)
FossilOrigin-Name: 0791f917bb18d7305b805b9cbcb308bdd7b3a1f5
|
|
|
|
|
|
| |
sqlite3_vfs_release() interface. Less memory allocated for a pager
in the common case where the size of the pathname is less than MAX_PATH. (CVS 4287)
FossilOrigin-Name: b8451da378179d43f25d9a014480c0f13dd1dc37
|
|
|
|
|
| |
fixed. (CVS 4282)
FossilOrigin-Name: 3a68fcddfa9184e4b310ce0a21312c54b9462ec8
|
|
|
|
|
|
|
|
| |
recognized by tester.tcl. Memory leak summaries are automatically written
to the file ./memleak.txt and each leak is tagged with the test in which
it occurred. The quick.test script runs on Linux with no errors and
no leaks. (CVS 4273)
FossilOrigin-Name: 21f6b31097692171c6493e6ca6de6acbd62dc595
|
|
|
| |
FossilOrigin-Name: db818430e9ea4ef4a4af575784009d5acae785a3
|
|
|
|
|
| |
(CVS 4259)
FossilOrigin-Name: 6225cd461cdd2132eeb480aa4deb8986b7f63c15
|
|
|
| |
FossilOrigin-Name: fbbd5bda544ffec4e1b43407b12e546235dc7873
|
|
|
|
|
| |
(CVS 4253)
FossilOrigin-Name: 1315bd8e125602275fb718780f9b2730bd37f6ab
|
|
|
|
|
| |
(CVS 4248)
FossilOrigin-Name: 917790413ced92266bf5c7cca6d130ed7ac6221b
|
|
|
|
|
| |
sqlite3_vfs interface. (CVS 4247)
FossilOrigin-Name: 40f66ada815fa1043d24c9cd6d898e1797e7044a
|
|
|
|
|
| |
(CVS 4244)
FossilOrigin-Name: 41f2175b1ed7eccf271b687ee5c3ea262a0cd096
|