drh
a33cb5f776
Improved clarity of presentation in the tokenizer. (CVS 5545)
...
FossilOrigin-Name: 732657c6a639bdf71a3341f6747d19298d442ddb
2008-08-07 13:05:34 +00:00
danielk1977
1857693df8
Fix compilation with SQLITE_OMIT_FOREIGN_KEY defined. Ticket #3273 . (CVS 5544)
...
FossilOrigin-Name: ce8cbeea51442ea963bcdf5ddc71f021fb996a37
2008-08-06 13:47:40 +00:00
danielk1977
eaed356dc2
Fix typo in comments in sqlite.h.in. Ticket #3271 . (CVS 5543)
...
FossilOrigin-Name: 18030631e82c70e0d4d6093cd43fb0c0fa6d53c8
2008-08-06 13:40:13 +00:00
drh
c687ec4ca0
Version 3.6.1 (CVS 5540)
...
FossilOrigin-Name: 65ab777fd0a29ca99a240411b94ac83041f90c98
2008-08-06 10:50:00 +00:00
drh
5b5c1723b5
Trying again to fix the publish.sh script. (CVS 5542)
...
FossilOrigin-Name: 01fb8a0d2ca1d7ac31316cef1675dc9852265db6
2008-08-06 10:47:01 +00:00
drh
65ff59e378
Fix the tarball builder in publish.sh to exclude CVS and Fossil files. (CVS 5541)
...
FossilOrigin-Name: 43896f10086c7c34f8775cd56e4bd59919a3c6b7
2008-08-06 10:43:50 +00:00
drh
66f9de030e
Revise build scripts in set SQLITE_ENABLE_COLUMN_METADATA on DLLs. (CVS 5539)
...
FossilOrigin-Name: ce5daa0359a05f992546f23a3fe8285ffb132204
2008-08-05 21:42:37 +00:00
drh
b36d88abd3
Remove a reference to snprintf() in test8.c. (CVS 5538)
...
FossilOrigin-Name: 32d32b743642c2f6d9e4f8845a9cd07e4f83f4cd
2008-08-05 21:36:06 +00:00
drh
e50135e26d
Add SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE. (CVS 5537)
...
FossilOrigin-Name: c4e9b824062ba82a8db01cd82e3e681de1940208
2008-08-05 17:53:22 +00:00
drh
e9d1c720ee
Separate verbs of sqlite3_config() and sqlite3_db_config() into their
...
own namespaces. Allow SQLITE3_DBCONFIG_LOOKASIDE to specific an external
memory buffer. (CVS 5536)
FossilOrigin-Name: 5dd865da5e787c10ef4c9e96647724bfab9dea01
2008-08-04 20:13:26 +00:00
danielk1977
33a14781c8
Modify the configure script to avoid using the += operator. Not all shells support it. (CVS 5535)
...
FossilOrigin-Name: f167b2745d491a1adb2b6c869b2169cd6fa53af8
2008-08-04 14:50:05 +00:00
drh
d5a68d3dc8
Enhanced markings for experimental and deprecated interfaces. (CVS 5534)
...
FossilOrigin-Name: 7e6ec5d53d9e002848fa437ec21bf009798a9a3b
2008-08-04 13:44:57 +00:00
danielk1977
0c8a5d0893
Make it easier to build with the icu extension enabled. Include icu.c in the amalgamation source. Ticket #3245 . (CVS 5533)
...
FossilOrigin-Name: e42ff97ba7d9fcda699a63fc8bc609d559498180
2008-08-04 11:49:20 +00:00
danielk1977
df206b0b6b
Add an assert() statement that will alert us if the potential problem identified by #3243 ever becomes a reality. (CVS 5532)
...
FossilOrigin-Name: 34208f0ba420ca6bef16991eba200d5ed68d5430
2008-08-04 04:39:48 +00:00
danielk1977
94bdf89440
Add the pkgconfigdir variable to Makefile.in. Ticket #3242 . (CVS 5531)
...
FossilOrigin-Name: 540c9d4c0daf9ddf07c95bb3eb9f294a2dd0285d
2008-08-04 04:28:18 +00:00
danielk1977
de3e41e304
Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235 . (CVS 5530)
...
FossilOrigin-Name: 9ca975c8fdeaae7d5af8fe62e097d8d251362cfe
2008-08-04 03:51:24 +00:00
shane
a22de99fca
removed some extraneous blank lines. made sure to use only LF line endings. (CVS 5529)
...
FossilOrigin-Name: 358bd6609ebffa293a9a98fae14924b8162332d8
2008-08-04 01:46:55 +00:00
drh
e6a6464895
Test scripts revised to work when auto_vacuum defaults on. (CVS 5528)
...
FossilOrigin-Name: e63186b0b6defce9ce16b3c334887c1f5a0bfcf0
2008-08-02 20:09:36 +00:00
danielk1977
a68468f5b1
Fix a reference count leak introduced by (5526). (CVS 5527)
...
FossilOrigin-Name: f653995c32197cacbcd14ea9e876ba5b2fde94df
2008-08-02 17:36:45 +00:00
danielk1977
f328bea9da
Avoid doing IO purely to check assert() constraints. (CVS 5526)
...
FossilOrigin-Name: fb26ae723959390a716f221af93c6c29eec16955
2008-08-02 17:03:31 +00:00
danielk1977
9dbee7dc1c
Fix a bug introduced by (5519) causing builds with SQLITE_OMIT_VIRTUALTABLE to malfunction. (CVS 5525)
...
FossilOrigin-Name: 761e73ceab77f965d58546ecf493f65cf52456fc
2008-08-02 15:32:39 +00:00
danielk1977
5a114caddf
Increase the ref-count on the sqlite3_vtab structure before calling either the xNext or xFilter methods. (CVS 5524)
...
FossilOrigin-Name: 6e41455f2c7ee57c60578541040631b899e1481f
2008-08-02 15:10:08 +00:00
drh
701bb3b4f0
Additional coverage testing. Fix a segfault following OOM in
...
sqltie3_load_extension(). (CVS 5523)
FossilOrigin-Name: f1e44eb323f05495cbae25113aebcc50d16b40df
2008-08-02 03:50:39 +00:00
drh
c890fec362
Bring test coverage up to 99%. (CVS 5522)
...
FossilOrigin-Name: 2cd6bae80984126023bcf479e5f3db5eaa5c4134
2008-08-01 20:10:08 +00:00
drh
4cfb22f798
Fix problems in test scripts. Add new test cases to improve test coverage. (CVS 5521)
...
FossilOrigin-Name: b65f493c7519e8a5ee632a395b57d45269741dda
2008-08-01 18:47:01 +00:00
danielk1977
987a00e8b5
Also test that setting sqlite3_vtab.zErrMsg works from within the xRename method. (CVS 5520)
...
FossilOrigin-Name: 4f4a9ccae7d25b9856d1203f6b289d552c2b425e
2008-08-01 17:51:47 +00:00
danielk1977
3e3a84d32a
Test that virtual table methods xBestIndex, xOpen, xFilter, xNext, xColumn, xRowid, xUpdate, xSync and xBegin can all return error messages using the sqlite3_vtab.zErrMsg variable. (CVS 5519)
...
FossilOrigin-Name: 007359b770f225877880b11f4c5d97bb548e38ca
2008-08-01 17:37:40 +00:00
drh
6480aad473
Test cases for sqlite3_db_config() and sqlite3_db_status(). (CVS 5518)
...
FossilOrigin-Name: 6a6b94302acdfe6404b04bff1cc8d16c1ef69df9
2008-08-01 16:31:14 +00:00
drh
e2a7c6e04f
Add a permutation test case for running all OOM tests with lookaside
...
disabled. (CVS 5517)
FossilOrigin-Name: 3f70e03ae83d374f5f69770bd7a4b279584f7090
2008-08-01 15:06:30 +00:00
shane
5cd89cfe71
Applied patch to fix failure with build on gcc-powerpc (provide sqlite3Hwtime). Ticket #3256 . (CVS 5516)
...
FossilOrigin-Name: c9ecd88e273aee56b4af5b69fae94e1f98d3e43d
2008-08-01 14:33:15 +00:00
danielk1977
d300b8a30b
If xAccess() fails while attempting to detect a hot-journal file, do not assume that the error was an out-of-memory condition. (CVS 5515)
...
FossilOrigin-Name: 70f20425e8197bce74b412f65050d954acb5bde4
2008-08-01 10:50:23 +00:00
drh
603234181e
Define _GNU_SOURCE only if it is not already defined. Ticket #3263 . (CVS 5514)
...
FossilOrigin-Name: bc5abd31a7b5bc656edbb54c1c4523549d888056
2008-07-31 17:35:45 +00:00
drh
129ed69ea2
Update the memsubsys1 test script to take into account the buffer size
...
changes of the previous check-in. (CVS 5513)
FossilOrigin-Name: d43ff7bb8fc59c54b85658aaeb3dd088a324276f
2008-07-31 17:20:58 +00:00
drh
0a60a384e7
Change the definition of SQLITE_CONFIG_PAGECACHE and
...
SQLITE_CONFIG_SCRATCH to omit the magic "+4" in the buffer size
calculation. (CVS 5512)
FossilOrigin-Name: e7ed0fe640a39053009eac52a7f055b121750e57
2008-07-31 17:16:05 +00:00
drh
2462e32246
Documentation updates. (CVS 5511)
...
FossilOrigin-Name: e7fdd813ccdefab33aedbcf7f44e13b935dd3299
2008-07-31 14:47:54 +00:00
shane
4909760837
Updated omittest.tcl. Updated OMIT list. Updated for Windows. (CVS 5510)
...
FossilOrigin-Name: f94239933e6f93d9780178b6f9a6b14ca791716a
2008-07-31 02:43:34 +00:00
shane
8225f5ac55
Omit calls to test_get_table_printf() if SQLITE_OMIT_GET_TABLE defined. (CVS 5509)
...
FossilOrigin-Name: 524a4075ddaecb07469da717e8afebc91240616e
2008-07-31 02:05:04 +00:00
shane
2a5fc4d6f5
Omit calls to test_destructor16() if SQLITE_OMIT_UTF16 defined. (CVS 5508)
...
FossilOrigin-Name: 2d5cec53c2f31875d198d81ac4fd54e7066ea0ff
2008-07-31 01:47:11 +00:00
shane
9200309ef6
Fixed comment to use right function names for sqlite3VdbeSerialPut() and sqlite3VdbeSerialGet(). (CVS 5507)
...
FossilOrigin-Name: 820c37ec5290d7f0030438da29b30c33400fd4e3
2008-07-31 01:43:13 +00:00
shane
04e86f4d99
Omit calls to sqlite3Pragma() if SQLITE_OMIT_PARSER defined. Not technically needed, as the entire generated parse.c file should not be included. (CVS 5506)
...
FossilOrigin-Name: 10e0450896a8b92b160f2e670e8d5a909c1c67ba
2008-07-31 01:40:42 +00:00
shane
3582c5a98c
Improved retry logic for winDelete() when in "pending delete" state. (CVS 5505)
...
FossilOrigin-Name: 03a7973477b419d21c3b2925aa90efb05ff64ef9
2008-07-31 01:34:34 +00:00
drh
5462624dc4
When opening a zero-size database on unix, write one byte into the file before
...
interrogating the inode number. This works around issues with msdos
filesystems mounted on OS-X. Ticket #3260 . (CVS 5504)
FossilOrigin-Name: a480a8845fb3b49967de0790b30e6250c824b9be
2008-07-30 17:28:04 +00:00
drh
da0e768be2
In the unix OS implementation, replace inode hash tables with linked lists. (CVS 5503)
...
FossilOrigin-Name: db4022db64dc5864e6f1d0a20672183879ad43aa
2008-07-30 15:27:54 +00:00
drh
61669b3824
Implicit string->numeric conversion should go to an integer value when
...
possible. Ticket #3257 . (CVS 5502)
FossilOrigin-Name: da0e4bff30a77f72ae283406b547401c2ebb42c5
2008-07-30 13:27:10 +00:00
drh
d63bd75987
Make sure everything is deallocated before calling sqlite3_shutdown().
...
Ticket #3259 . (CVS 5501)
FossilOrigin-Name: 4a6ee88697ddc28e0c7df1954d1526de18191827
2008-07-30 13:15:46 +00:00
drh
dab898f8e4
Remove unused sqlite3VdbeMemDynamicify() function from the VDBE. (CVS 5500)
...
FossilOrigin-Name: aee63308312bcebb79e15cfdf942ee23694444b0
2008-07-30 13:14:55 +00:00
shess
7fdb522caf
Backport http://www.sqlite.org/cvstrac/chngview?cn=5489 from fts3.
...
Re-used prepared statement from fts2 cursor. (CVS 5499)
FossilOrigin-Name: 02870ed21dae2601a656b2f30c3ca0041e9cb60f
2008-07-29 20:38:17 +00:00
shess
9eb7c2ad83
Add some simple tests to make sure that the different fulltextFilter
...
query paths are being exercised. (CVS 5498)
FossilOrigin-Name: ae96d960e6e31315d25c7e5c3fb8363ed1b35350
2008-07-29 20:24:46 +00:00
pweilbacher
d6a75f8160
finally make temporary and journal files hidden in release builds on OS/2 (CVS 5497)
...
FossilOrigin-Name: c449a95c4f7abd2bfb92bed0e3a9ae874350ce79
2008-07-29 18:49:28 +00:00
pweilbacher
af3cc1821d
recursively call os2Open() with the incoming VFS pointer, in case it gets used in the future (CVS 5496)
...
FossilOrigin-Name: 6eac49f046d089dac90c0bf72e8c3fc583694dcd
2008-07-29 18:38:47 +00:00