]>
git.ipfire.org Git - thirdparty/sqlite.git/log
danielk1977 [Mon, 26 May 2008 18:41:54 +0000 (18:41 +0000)]
Import 'rtree' extension. (CVS 5159)
FossilOrigin-Name:
b104dcd6adadbd3fe15a348fe9d4d290119e139e
drh [Mon, 26 May 2008 18:33:40 +0000 (18:33 +0000)]
Fix the LIKE query optimizer so that it works with LIKE patterns
ending in '@%' on NOCASE columns. Ticket #3139. (CVS 5158)
FossilOrigin-Name:
33548744369643cc8843b74ad1fc1b7d5988d7a4
shane [Fri, 23 May 2008 17:21:09 +0000 (17:21 +0000)]
Fixed various typos, spelling, grammar, and formatting mistakes. Ticket #3124. (CVS 5157)
FossilOrigin-Name:
77d5a7aa1c7ea715298228ed2dbd0497cacbd0e4
drh [Fri, 23 May 2008 14:49:49 +0000 (14:49 +0000)]
Add a test case of preparing a statement with an nBytes parameter of 0
and where the previous byte of the string is zero. Ticket #3134. (CVS 5156)
FossilOrigin-Name:
846a69acb59403438696000b4ffd588ab42b2f95
drh [Fri, 23 May 2008 14:32:18 +0000 (14:32 +0000)]
Do not references zSql(-1) if nBytes==0 in sqlite3_prepare().
Ticket #3134. (CVS 5155)
FossilOrigin-Name:
2d2c53e5058412a5f484ac2ca5bcef596aed2a7b
danielk1977 [Thu, 22 May 2008 13:56:17 +0000 (13:56 +0000)]
Ensure that the db.mallocFailed flag is cleared before sqlite3_errmsg16() returns. (CVS 5154)
FossilOrigin-Name:
0d47653a3c39b7cd41c7e6edd8c4b4543658412d
drh [Wed, 21 May 2008 15:38:14 +0000 (15:38 +0000)]
Add the "volatile" keyword to variables in the Pager structure used for
synchronization when memory management is enabled. (CVS 5153)
FossilOrigin-Name:
25b9f3b9b2d996ab4582b22b695c4dbd94d09cc7
shane [Wed, 21 May 2008 15:01:21 +0000 (15:01 +0000)]
Update sqlite3_open*() documentation on shared cache/filename matching relationship. Ticket #3132. (CVS 5152)
FossilOrigin-Name:
235e384eca65d5007e8e0c440904eb254f9b976a
drh [Wed, 21 May 2008 13:44:13 +0000 (13:44 +0000)]
Fix the VACUUM command so that it does not modify the changes counts
reported by sqlite3_changes() or sqlite3_total_changes(). Update documentation
on sqlite3_changes() and sqlite3_total_changes() to state that
"DELETE FROM table" records a change count of zero. (CVS 5151)
FossilOrigin-Name:
f5d61d7d982b58accaf33df4362ce4a5eb79307e
pweilbacher [Tue, 20 May 2008 19:08:53 +0000 (19:08 +0000)]
Fix OS/2 compilation for pre-C99 compilers. (CVS 5150)
FossilOrigin-Name:
de8e67182d8f9d1f0b215da93a396b9467604a50
drh [Tue, 20 May 2008 18:43:38 +0000 (18:43 +0000)]
Corrections to the documented behavior of sqlite3_last_insert_rowid().
(This change is unrelated to the problem reported by Bram de Jong. That
comes next.) (CVS 5149)
FossilOrigin-Name:
894085a59cdc60c34c8a3eb560d98bcb4a087cb1
drh [Tue, 20 May 2008 15:44:30 +0000 (15:44 +0000)]
Changes to the error handling policies of sqlite3_exec() to make them
more consistent. Changes to the documentation on the error handling
polices of sqlite3_exec() so that the documentation and code agree. (CVS 5148)
FossilOrigin-Name:
a0376c7907db8e2993ce48e484001e981fbbb187
shane [Tue, 20 May 2008 14:01:59 +0000 (14:01 +0000)]
Added more DST boundary checks for 2006 and 2007. Added check for suspect Windows DST implementations and warning about them. Ticket #2322. (CVS 5147)
FossilOrigin-Name:
14226ff0a7af7b39a1089a17eeb5bbb8d09d778d
shane [Tue, 20 May 2008 13:17:28 +0000 (13:17 +0000)]
Updated test case for Windows to get around problems in ticket #3129. (CVS 5146)
FossilOrigin-Name:
2faf69ca1da43f8083b96675a4886648f10177d8
danielk1977 [Tue, 20 May 2008 07:05:09 +0000 (07:05 +0000)]
Do not attempt to write a master journal name to the (non-existent) journal file in "no-journal" mode. Fix for #3127. (CVS 5145)
FossilOrigin-Name:
ffd4e50ab9b14fb7b686681c5e7a37b8355bbfca
drh [Mon, 19 May 2008 23:51:55 +0000 (23:51 +0000)]
Improvements to API documentation. The sqlite3_exec() function now
sets the result returned by sqlite3_errcode() when it receives an SQLITE_ABORT. (CVS 5144)
FossilOrigin-Name:
f1df19ca17a09ab8d85a4a7eb04f3ce95a6722da
shane [Mon, 19 May 2008 20:11:39 +0000 (20:11 +0000)]
SQLite stores native file names and paths for the database file. Under Windows, (file normalize test.db) is expanded using UNIX type path separators which TCL recognizes interchangeably. However, this means that the path reported by sqlite3_shared_cache_report doesn't match which causes the test case to fail. Made minor change to test case to hopefully correct this on all platforms. (CVS 5143)
FossilOrigin-Name:
5ef61701398ce75e32cfaea2eacf2c3e80832ca0
drh [Mon, 19 May 2008 15:54:59 +0000 (15:54 +0000)]
Fix sqlite3Atoi64 to return true if handed a number of all zeros. The
failure to do this is benign as sqlite3Atoi64() is current used, but that
might change in the future so it is good to go ahead and fix the function
to return the correct result. (CVS 5142)
FossilOrigin-Name:
bc90787583dd2dadff72d516de9720d4a36e7fd2
drh [Mon, 19 May 2008 15:53:34 +0000 (15:53 +0000)]
In the CLI, handle the compilation option -DOS_OS2=0 correctly. (CVS 5141)
FossilOrigin-Name:
70793be63c0c6dab42d48c096e0e051e37d7e788
shane [Mon, 19 May 2008 15:37:10 +0000 (15:37 +0000)]
Added test cases for corrupt 2-10 byte SerialTypeLen values. (CVS 5140)
FossilOrigin-Name:
97ed2dd1dc9d8e8f837914277c080160d319591b
danielk1977 [Fri, 16 May 2008 15:40:40 +0000 (15:40 +0000)]
Disable the column cache when coding values that will be passed to the xFilter() method of a virtual table, in case the xFilter() implementation modifies the type or encoding of the value. Ticket #3121. (CVS 5139)
FossilOrigin-Name:
ecbc0d5deddc0ca0d1d2649e0134ee392266027e
danielk1977 [Fri, 16 May 2008 15:24:58 +0000 (15:24 +0000)]
Check that the encoding of values passed to sqlite3_bind_value() matches that of the database. (CVS 5138)
FossilOrigin-Name:
e94a2883060b9ef59809ff4de9525d897d95546c
danielk1977 [Fri, 16 May 2008 04:51:54 +0000 (04:51 +0000)]
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
FossilOrigin-Name:
81a8c70ed7a86abf286706fdbc251f31c9c53382
drh [Thu, 15 May 2008 19:43:52 +0000 (19:43 +0000)]
Add version tag comments to source files that lack them.
Tickets #3118 and #3119. (CVS 5136)
FossilOrigin-Name:
cf1fb2d850c3eebc2f92159a156695b61f023202
danielk1977 [Thu, 15 May 2008 17:48:20 +0000 (17:48 +0000)]
Add the "page_count" pragma. Returns a single integer - the number of pages in the specified database file. (CVS 5135)
FossilOrigin-Name:
eb6985e69ce2a5e5e7361f6226d1cfc547fd441d
danielk1977 [Thu, 15 May 2008 11:08:07 +0000 (11:08 +0000)]
If a pager is already in the error-state when CommitPhaseOne() is called, exit early. (CVS 5134)
FossilOrigin-Name:
443cf1056c73ae89d0efcc7a462455c078b3a4a8
danielk1977 [Thu, 15 May 2008 09:07:55 +0000 (09:07 +0000)]
Fix a test script bug - not all database handles were being closed by ioerr5.test. (CVS 5133)
FossilOrigin-Name:
47652e7b169626e5f3d95f29e867a2e8f68c5025
danielk1977 [Thu, 15 May 2008 08:34:54 +0000 (08:34 +0000)]
Do not write pages to disk to free memory after an IO error occurs. (CVS 5132)
FossilOrigin-Name:
10ea8287d090ae610416b4754c0838f13b51fd78
drh [Wed, 14 May 2008 16:18:10 +0000 (16:18 +0000)]
Version 3.5.9 (CVS 5131)
FossilOrigin-Name:
b6129f4cc28f6ba55d19039545555b33857ffd72
shane [Tue, 13 May 2008 19:41:53 +0000 (19:41 +0000)]
On instruction from DRH, only do malloc failure tests for O/S ops on non-Windows systems. Better test fixture code will be introduced in 3.6.0 to add this coverage back in for Windows. (CVS 5130)
FossilOrigin-Name:
e4aab150042bd22868ab02645151cb69a1c02ba0
drh [Tue, 13 May 2008 16:41:50 +0000 (16:41 +0000)]
Do a slow-path in GetVarint32() for varints that do not fit in 32 bits.
This will only happen when trying to interpret a corrupt database file
so speed is not critical. (CVS 5129)
FossilOrigin-Name:
6a6b9437367b66c3b6f710cf3abbdb9841765b21
drh [Tue, 13 May 2008 13:27:33 +0000 (13:27 +0000)]
Make the benign-fault setting recursive. Make all malloc failures
during a rollback benign since there is nothing we can do about them. (CVS 5128)
FossilOrigin-Name:
a9d1d931358637a6f039723a053098f65530de4b
drh [Tue, 13 May 2008 00:58:18 +0000 (00:58 +0000)]
Update the pager so that it does not try to commit a transaction if there
have been no changes to the database. (CVS 5127)
FossilOrigin-Name:
f1ed3689239098e0630e8d61f52971bcdf2801b6
drh [Tue, 13 May 2008 00:57:21 +0000 (00:57 +0000)]
Update the autoconf makefile so that it includes -lpthread. (CVS 5126)
FossilOrigin-Name:
bd654ebdbe752b44f801726eea16f40aa27df920
pweilbacher [Mon, 12 May 2008 16:56:13 +0000 (16:56 +0000)]
check that DosWrite() was successful before trying again (CVS 5125)
FossilOrigin-Name:
1ef6458bee4f0f77ded7c532f196d4c876ec9649
drh [Mon, 12 May 2008 16:17:42 +0000 (16:17 +0000)]
Add "b" to fopen() in the hexio tests so that extra carriage returns are
not inserted on win32 and OS/2. Test harness change only - no changes
to the core SQLite code. (CVS 5124)
FossilOrigin-Name:
68cbc6b45c98ebaeca74e1ff5acc3ff7e34f45e9
danielk1977 [Mon, 12 May 2008 12:41:15 +0000 (12:41 +0000)]
Temporarily disable extended IO error code tests. (CVS 5123)
FossilOrigin-Name:
f204df3c3161ebe4f2c581715d708d0f35635c08
drh [Mon, 12 May 2008 12:39:55 +0000 (12:39 +0000)]
Fix typo in documentation of sqlite3_step(). Ticket #3110. (CVS 5122)
FossilOrigin-Name:
4d397f57c4446b18c5c6faf728d315495e4abf6e
danielk1977 [Mon, 12 May 2008 10:57:02 +0000 (10:57 +0000)]
Make test function do_ioerr_test more robust. No code changes. (CVS 5121)
FossilOrigin-Name:
f532692ec91b40fc002af925d2ab8382e3c3b2ca
danielk1977 [Mon, 12 May 2008 07:42:20 +0000 (07:42 +0000)]
Modify logging code in test_osinst.c. No changes to production code. (CVS 5120)
FossilOrigin-Name:
85c54a16c7aecea3e0e5040ee8aca06d8b6a2b2b
pweilbacher [Mon, 12 May 2008 00:32:08 +0000 (00:32 +0000)]
Use short timeout for locking operations by default to be more in sync with the other platforms. (CVS 5119)
FossilOrigin-Name:
d00a015dbcc5a7fc4aa7cb41f9740a712af510ae
pweilbacher [Mon, 12 May 2008 00:29:41 +0000 (00:29 +0000)]
Correctly test DosWrite() for failure return code (CVS 5118)
FossilOrigin-Name:
3eff0ef2cfe70389bc80a270902702206be178f3
drh [Sun, 11 May 2008 17:22:01 +0000 (17:22 +0000)]
Use memcpy() instead of casting to copy the content of a long long int
into a double. Ticket #3101. (CVS 5117)
FossilOrigin-Name:
88e12caca99d1d54cfe6228cb0de1eccc93fcc74
drh [Sun, 11 May 2008 11:07:06 +0000 (11:07 +0000)]
New test cases to verify that SQLite handles bound NaN, +Inf, and -Inf
floating point values correctly. Improvements to the text->real conversion
routine so that it generates +Inf and -Inf at appropriate times.
Tickets #3101 and #3060. (CVS 5116)
FossilOrigin-Name:
3ff2f1cdc9c57bca56de6cdc0ad5edc95b0606a0
pweilbacher [Fri, 9 May 2008 19:38:24 +0000 (19:38 +0000)]
Fix leaked filename in case DosOpen() fails. (CVS 5115)
FossilOrigin-Name:
ecc6c739064922937ce66339f74403a0346aeedd
danielk1977 [Fri, 9 May 2008 18:03:27 +0000 (18:03 +0000)]
Re-enable tests that were accidentally disabled by (5112). (CVS 5114)
FossilOrigin-Name:
bf45a3ab7a295dcc399bdcf27965f1684b0a33b8
drh [Fri, 9 May 2008 18:03:13 +0000 (18:03 +0000)]
Reformulate the constants for the minimum and maximum 64-bit signed
integer to work better with some compilers. Ticket #3105. (CVS 5113)
FossilOrigin-Name:
18b1ee10b89bd0a98d1986dbb04b9d6cfc3dad39
danielk1977 [Fri, 9 May 2008 16:57:50 +0000 (16:57 +0000)]
Fix a problem with recovering from an IO error in exclusive-locking mode. (CVS 5112)
FossilOrigin-Name:
7a44fb965b3477fb78901939ba35d569e5638c19
drh [Fri, 9 May 2008 14:39:44 +0000 (14:39 +0000)]
Do not clear the error code or error message in sqlite3_clear_bindings().
Ticket #3063. (CVS 5111)
FossilOrigin-Name:
069f4560107246fdc31e1f15c3ad7d3dae2b9ad8
drh [Fri, 9 May 2008 14:17:51 +0000 (14:17 +0000)]
Fix the ALTER TABLE RENAME algorithm so that it is not confused
by comments in the CREATE TABLE statement. Ticket #3102. (CVS 5110)
FossilOrigin-Name:
ab18b4e75916b05863b31bc63625aa64a104a42c
drh [Fri, 9 May 2008 13:47:58 +0000 (13:47 +0000)]
Back out check-in (5108). The original isnan() implementation is preferred. Ticket #3101 and #3060. (CVS 5109)
FossilOrigin-Name:
2349ae75dfdd626ed97db99ac6de4bdc5a395008
drh [Fri, 9 May 2008 03:07:33 +0000 (03:07 +0000)]
Change the implementation of sqlite3IsNaN() so that it works even if
compiled using -ffinite-math-only. Tickets #3101 and #3060. (CVS 5108)
FossilOrigin-Name:
19ee2b3324461150d2c1600c67fe604114a1b69f
danielk1977 [Thu, 8 May 2008 16:51:11 +0000 (16:51 +0000)]
Fix recently introduced bug in tester.tcl. (CVS 5107)
FossilOrigin-Name:
4b573d4e7dd8c3417cfdebe7d2885de7bdc522db
danielk1977 [Thu, 8 May 2008 15:58:06 +0000 (15:58 +0000)]
Add extra instrumentation to test_osinst.c. Also the --binarylog option to the test scripts. (CVS 5106)
FossilOrigin-Name:
8a99efc07f93bc11d21aa501349c81f0fd8abf7b
drh [Thu, 8 May 2008 15:18:10 +0000 (15:18 +0000)]
Use a 6-byte rather than an 8-byte encoding for integers between
17592186044416 and
140737488355327 . Ticket #3100. (CVS 5105)
FossilOrigin-Name:
0a4d26dede320d90a39133dce3d76ca3ee1a4ee6
drh [Thu, 8 May 2008 13:54:05 +0000 (13:54 +0000)]
Increment the version number. (CVS 5104)
FossilOrigin-Name:
ed06d90d8c4ee70ea6e99359317ac7bc1dcc4828
drh [Thu, 8 May 2008 01:11:42 +0000 (01:11 +0000)]
Fix the new ioerr4.test so that it plays well with others. (CVS 5103)
FossilOrigin-Name:
75df2d3d506abfa4aa4875fb533a5cd160b3f521
danielk1977 [Wed, 7 May 2008 19:11:03 +0000 (19:11 +0000)]
Fix some problems with multi-file transactions in persistent journal mode. (CVS 5102)
FossilOrigin-Name:
e98a7f87f91c62676f94ad5a0c4980ab929ca79d
shane [Wed, 7 May 2008 18:59:28 +0000 (18:59 +0000)]
Added test cases for corrupt SerialTypeLen header values, and additional check to improve detection of corrupt values. (CVS 5101)
FossilOrigin-Name:
530c6360610f737e85608b23ede2646d69d1bc9a
danielk1977 [Wed, 7 May 2008 15:44:25 +0000 (15:44 +0000)]
Modify the header comment in jrnlmode2.test. No code or test changes. (CVS 5100)
FossilOrigin-Name:
ed728104c8e77a5526a2fcb62fea577940731d90
danielk1977 [Wed, 7 May 2008 15:42:24 +0000 (15:42 +0000)]
Change the header comment in jrnlmode4.test. No changes to any code or tests. (CVS 5099)
FossilOrigin-Name:
0bf656a401b9fc16b33ecd49a6db9b769156494d
danielk1977 [Wed, 7 May 2008 14:49:21 +0000 (14:49 +0000)]
If an error occurs within xAccess(), it should return -1. Remove an assert()
that was preventing it from doing so. (CVS 5098)
FossilOrigin-Name:
3fbcef46f7b6dcd20c1137692aa5bc0f64eaa3dd
drh [Wed, 7 May 2008 13:28:38 +0000 (13:28 +0000)]
Add a new I/O error test: ioerr4. (CVS 5097)
FossilOrigin-Name:
c3ab1a7e2e40eb8f51f1b11bf0591e251d69882b
drh [Wed, 7 May 2008 12:45:41 +0000 (12:45 +0000)]
Fix a null-pointer dereference that can occur following a DISKFULL error
while running VACUUM. (CVS 5096)
FossilOrigin-Name:
438d77a762a6f3cc7438e4d688013cc26e3e9486
drh [Wed, 7 May 2008 12:29:55 +0000 (12:29 +0000)]
Omit mutex variables in the pager when threadsafe is disabled. (CVS 5095)
FossilOrigin-Name:
d15d0bbab043e4366f7988423115babb550198a1
danielk1977 [Wed, 7 May 2008 07:13:16 +0000 (07:13 +0000)]
Fix a problem causing the database to be truncated to the wrong size after an incremental-vacuum is performed on a database in full auto-vacuum mode. (CVS 5094)
FossilOrigin-Name:
ed98df24a3362c2d20f52bb1ce679787b3ee408b
mlcreech [Wed, 7 May 2008 02:42:01 +0000 (02:42 +0000)]
Only look for config.h if the autoconf-based build is being used, and don't inline it into the amalgamation. (CVS 5093)
FossilOrigin-Name:
7df9ef2c8216133d50bf4737482f51193e8579b0
pweilbacher [Tue, 6 May 2008 22:22:11 +0000 (22:22 +0000)]
Fix most remaining testsuite failures on OS/2 by switching to exclusive locks that we meant to use from the start. (CVS 5092)
FossilOrigin-Name:
5f682c9a68853f33aac6a2ad3f91b1cdf17dcd73
pweilbacher [Tue, 6 May 2008 22:15:26 +0000 (22:15 +0000)]
The pathToDel element of the os2File structure should be in the local codepage instead of UTF-8 to make DosForceDelete() work. (CVS 5091)
FossilOrigin-Name:
76028b5e5d220e1d44667b2fef8bdfc580c913b0
pweilbacher [Tue, 6 May 2008 21:42:09 +0000 (21:42 +0000)]
Remove delOnClose flag from os2File structure, use pathToDel==NULL for the same check. (CVS 5090)
FossilOrigin-Name:
02e123bb9b3da81bc8ee8bab7a2c54bbaadc5123
danielk1977 [Tue, 6 May 2008 18:13:26 +0000 (18:13 +0000)]
Fix a bug whereby the database file was not always being extended to its original size when rolling back an incremental-vacuum operation. (CVS 5089)
FossilOrigin-Name:
4a1ae9d0320de1013a3b5f24ebdd25fe9fdab424
mlcreech [Tue, 6 May 2008 02:28:06 +0000 (02:28 +0000)]
Add defines for _FILE_OFFSET_BITS and _LARGE_FILES if needed for large file support.
Ticket #3094. (CVS 5088)
FossilOrigin-Name:
729e2f06ba4030cc771fc876ddfd41866b8c0d93
mlcreech [Mon, 5 May 2008 22:52:56 +0000 (22:52 +0000)]
Add AC_SYS_LARGEFILE to ensure large file support, update autotools-related files.
Ticket #3094. (CVS 5087)
FossilOrigin-Name:
2b1e455c46a184311a3a2e83b4f9345d2e34f497
danielk1977 [Mon, 5 May 2008 17:14:53 +0000 (17:14 +0000)]
Fix recently introduced test script error causing a failure in incrblob_err.test. (CVS 5086)
FossilOrigin-Name:
5e7c8ebd21915382280c146e7070481fa6a92eec
drh [Mon, 5 May 2008 16:56:34 +0000 (16:56 +0000)]
Better error messages when trying to open a large file using a version
of SQLite that omits large file support. Tickets #3096 and #3094. (CVS 5085)
FossilOrigin-Name:
bdd89cd231745e6bd498b2751d7ff2cf6169b3eb
drh [Mon, 5 May 2008 16:27:24 +0000 (16:27 +0000)]
Do not segfault in the CLI if sqlite3_open() fails to create a
database connection object. Ticket #3096. (CVS 5084)
FossilOrigin-Name:
0bec7ebf41e9f52d3ef0449e27e3d631abfe948b
danielk1977 [Mon, 5 May 2008 16:23:55 +0000 (16:23 +0000)]
If an IO error occurs while locking the database and checking the cache validity, unlock the database before returning. Ticket #3030. (CVS 5083)
FossilOrigin-Name:
4ad1809192b616d1c12499825bcd0967dea76864
danielk1977 [Mon, 5 May 2008 15:26:50 +0000 (15:26 +0000)]
Avoid leaking page references after an IO error is encountered. (CVS 5082)
FossilOrigin-Name:
198c395b01140ef48b6913c00188ba7168bfb081
drh [Mon, 5 May 2008 13:23:04 +0000 (13:23 +0000)]
Fix a couple of minor problems with transactions in virtual tables. (CVS 5081)
FossilOrigin-Name:
2275fc6ee06b17da5808cecfa5570ac6439eaf74
danielk1977 [Mon, 5 May 2008 12:09:32 +0000 (12:09 +0000)]
Avoid leaking page references when database corruption is encountered. (CVS 5080)
FossilOrigin-Name:
270d47e8d0a20868879a95b66cb547e1e5b642d9
danielk1977 [Mon, 5 May 2008 11:33:47 +0000 (11:33 +0000)]
Fix to test code to build when ENABLE_IOTRACE is not defined. (CVS 5079)
FossilOrigin-Name:
8fa2bda4c594119cbbc489b9879c52b134a57711
drh [Fri, 2 May 2008 14:23:54 +0000 (14:23 +0000)]
Make sure that when a connection is blocking on a RESERVED lock that it
continues after the lock is released. Ticket #3093. (CVS 5078)
FossilOrigin-Name:
3dc334aa4a394e85858d2441225d64d73664b5b5
drh [Fri, 2 May 2008 14:08:56 +0000 (14:08 +0000)]
Add a test case for ticket #3093. (CVS 5077)
FossilOrigin-Name:
288a7655c9a876abf53d92dc6599a9305399d562
drh [Fri, 2 May 2008 02:00:54 +0000 (02:00 +0000)]
Add another test case to verify that ticket #3092 has been fixed. (CVS 5076)
FossilOrigin-Name:
1906d2dadcd70053f55e2133af9f838e2d828fa7
drh [Thu, 1 May 2008 18:01:46 +0000 (18:01 +0000)]
Fix a problem with journal files being created unnecessarily when doing
an atomic write in exclusive access locking mode. Fix a test script problem. (CVS 5075)
FossilOrigin-Name:
70e708660fec0b6f6c41efc2e29f1d7ae6785b7e
drh [Thu, 1 May 2008 17:16:52 +0000 (17:16 +0000)]
Fix more compiler warnings. (CVS 5074)
FossilOrigin-Name:
59568844e774dbe89fd20bbc8f49a3665cc54717
drh [Thu, 1 May 2008 17:03:49 +0000 (17:03 +0000)]
Fix harmless compiler warnings. (CVS 5073)
FossilOrigin-Name:
227a6f67c21c87a7cf98f84b9d57a6dc9da93ebb
shane [Thu, 1 May 2008 02:47:03 +0000 (02:47 +0000)]
Test versions of getVarint functions. The updates essentially utilize loop unrolling and some shifting/anding tricks to minimize the number of logical operations required. (CVS 5072)
FossilOrigin-Name:
682dc24dbe82d0326377e27c5ff97db3499873b0
drh [Wed, 30 Apr 2008 16:38:23 +0000 (16:38 +0000)]
Add comment to speculate when setting journal_mode=OFF on VACUUM does not
help performance. No changes to code. (CVS 5071)
FossilOrigin-Name:
9c8b4babb2222a5e0c2ecf7a116b7df90084c81d
shane [Wed, 30 Apr 2008 15:55:33 +0000 (15:55 +0000)]
Improved option handling in speedtest8.c. Added -quiet and -priority options. Added reporting of total user and system time. (CVS 5070)
FossilOrigin-Name:
aa59974ec15508d69c5b65ab89ec7bc32690018c
danielk1977 [Wed, 30 Apr 2008 08:56:10 +0000 (08:56 +0000)]
Fix test for buffer overrun in unixGettempname(). Fix for #3091. (CVS 5069)
FossilOrigin-Name:
fc0ca647bd1c7c953bb0f3eb7d3471572fd18c34
drh [Tue, 29 Apr 2008 15:38:58 +0000 (15:38 +0000)]
Zero the per-pager temporary space allocation to avoid warnings from
valgrind. (CVS 5068)
FossilOrigin-Name:
f854ae576ee0b223b86a1169178fc4399e8d08ce
drh [Tue, 29 Apr 2008 15:22:27 +0000 (15:22 +0000)]
Fix a potential buffer overrun in sqlite3_mprintf() when a non-terminated
string is passed to a "%s" format with a precision specifying the number
of bytes to copy. (CVS 5067)
FossilOrigin-Name:
1f5b18419bb4e2552ac26593381e2eb866bb67fd
drh [Tue, 29 Apr 2008 00:15:20 +0000 (00:15 +0000)]
Always convert IEEE NaN into NULL. Ticket #3060. Add test cases to verify
that this is happening. (CVS 5066)
FossilOrigin-Name:
9b07e59e510e2de39c2081653662fbc654ca6fbb
drh [Mon, 28 Apr 2008 20:35:48 +0000 (20:35 +0000)]
Allow SQLITE_MAX_COLUMN to be set to zero at compile-time in order to
disable the checks. Also SQLITE_MAX_EXPR_DEPTH. Ticket #3069. (CVS 5065)
FossilOrigin-Name:
e6f71abb22fb74e5910d817caec98fa44070fc5f
drh [Mon, 28 Apr 2008 20:27:53 +0000 (20:27 +0000)]
Add test cases to verify that multiple virtual tables can be updated
within a trigger and that xSync, xCommit, and xRollback are never called
except following xBegin or xCreate. Ticket #3083. (CVS 5064)
FossilOrigin-Name:
76175199ac2fda57e616eb386ba0bad6aa9f74b4
drh [Mon, 28 Apr 2008 18:46:43 +0000 (18:46 +0000)]
Make sure that transactions are started on all virtual tables that
changes in a single statement, not just the first. Ticket #3083.
Need to add test cases. (CVS 5063)
FossilOrigin-Name:
133b7ee50ea6012739ebe0e334374c5d9b1fcc7f
shane [Mon, 28 Apr 2008 17:41:30 +0000 (17:41 +0000)]
Modified Varint32 functions to disable code for single-byte handling as it is already handled by their respective macro forms. (CVS 5062)
FossilOrigin-Name:
be10f5dda6e9c245c05b51840c173e83ece6b245
drh [Mon, 28 Apr 2008 17:12:10 +0000 (17:12 +0000)]
Add tests to create and drop a virtual table during a recursive call from
an application-defined function. Ticket #3080. (CVS 5061)
FossilOrigin-Name:
d4d6eff353edd5680776436ab3406227b8c830b3
drh [Mon, 28 Apr 2008 16:55:26 +0000 (16:55 +0000)]
Change the implementation of the NaN recognition to be more cross-platform.
Ticket #3089. (CVS 5060)
FossilOrigin-Name:
07fd9a8c6ca0876f7ec447ce65173957005dc75c