]>
git.ipfire.org Git - thirdparty/sqlite.git/log
drh [Sat, 11 Feb 2006 17:34:00 +0000 (17:34 +0000)]
I give up. SUM() now throws an error on integer overflow. Those of us
who think this is goofy can use TOTAL() instead.
Tickets #1664, #1669, #1670, #1674. (CVS 3084)
FossilOrigin-Name:
1c3e6002cd9fd5d30e197448c4d98cdd59163cac
drh [Sat, 11 Feb 2006 02:12:00 +0000 (02:12 +0000)]
Version 3.3.4 (CVS 3083)
FossilOrigin-Name:
033aaab67f3759f2f65d047ecbc027de9b37d7a7
drh [Sat, 11 Feb 2006 02:03:52 +0000 (02:03 +0000)]
Fix typo in os_unix.c. (CVS 3082)
FossilOrigin-Name:
c0e987bcfa899c073d54fbd5a3606c704b8bc3d9
drh [Sat, 11 Feb 2006 01:56:54 +0000 (01:56 +0000)]
Prepare for the release of 3.3.4. (CVS 3081)
FossilOrigin-Name:
951f3322c0eac4ae311c84f2d15f2c264f5c473a
drh [Sat, 11 Feb 2006 01:25:50 +0000 (01:25 +0000)]
Add support and documentation for the fullfsync pragma. Also include
some other unrelated documentation updates. (CVS 3080)
FossilOrigin-Name:
f2069d0bf3161591535e68b7389792e9cb7fe043
drh [Fri, 10 Feb 2006 18:08:09 +0000 (18:08 +0000)]
Make sure pointers are always aligned to 8-bytes when creating internal
Index structures. (CVS 3079)
FossilOrigin-Name:
d20a33ac2a29a3410fa28078dd122d87d8fca4fe
drh [Fri, 10 Feb 2006 14:02:07 +0000 (14:02 +0000)]
Clean up pointer misuse in vdbe.c. (CVS 3078)
FossilOrigin-Name:
9e82b927490bc152f61c4ee3e95b6d08ea16c858
danielk1977 [Fri, 10 Feb 2006 13:33:30 +0000 (13:33 +0000)]
Minor test file modifications for builds compiled with OMIT options. (CVS 3077)
FossilOrigin-Name:
c468aa349db4e6571711bf94781b88aa3c811d03
danielk1977 [Fri, 10 Feb 2006 13:14:20 +0000 (13:14 +0000)]
Add documentation for new APIs. (CVS 3076)
FossilOrigin-Name:
84c2a5c4d753d1e39136ac7e80ac816442af0a49
drh [Fri, 10 Feb 2006 13:11:32 +0000 (13:11 +0000)]
More comments on the unix locking code. Ticket #1672. (CVS 3075)
FossilOrigin-Name:
4b6f5688843ebe39f6bd3e863666a44d486fbe0f
danielk1977 [Fri, 10 Feb 2006 12:48:55 +0000 (12:48 +0000)]
Add trivial tests to increase coverage of sqlite3_table_column_metadata(). (CVS 3074)
FossilOrigin-Name:
424ce5ecd0aa9860afb73180e4d09987f3a9300a
danielk1977 [Fri, 10 Feb 2006 08:24:21 +0000 (08:24 +0000)]
Work around the case where the pending-byte page is also a a pointer-map page. Ticket #1667. (CVS 3073)
FossilOrigin-Name:
5ea87fbbe09279e70d3a22b8cd9994befffeac53
danielk1977 [Fri, 10 Feb 2006 07:07:14 +0000 (07:07 +0000)]
Fix the origin APIs so that they correctly handle views and subqueries that cannot be flattened. (CVS 3072)
FossilOrigin-Name:
5e8611e13de08d704cea6c9c4466c3af842a7a1a
drh [Fri, 10 Feb 2006 04:33:12 +0000 (04:33 +0000)]
Fix deadlock problem in the unix mutex. Ticket #1672. (CVS 3071)
FossilOrigin-Name:
a6c30be214bb575f9ecfa299b7a597d21e3d3aca
danielk1977 [Fri, 10 Feb 2006 03:06:10 +0000 (03:06 +0000)]
Add a symbol P3_TRANSIENT to pass to VdbeSetColName() to make it copy the string parameter up to the first 0 byte. (CVS 3070)
FossilOrigin-Name:
6ebb8f9bb2f6a3f7fde19267727aa4e2d878a416
danielk1977 [Fri, 10 Feb 2006 02:27:42 +0000 (02:27 +0000)]
Add the column_origin_name() etc. APIs. (CVS 3069)
FossilOrigin-Name:
82f502cdc1fead3bf7e3190d5c9db3aee6919ed4
drh [Thu, 9 Feb 2006 23:05:51 +0000 (23:05 +0000)]
Ignore errors when when calling fsync() on a directory. Ticket #1657. (CVS 3068)
FossilOrigin-Name:
d54d3b82c468b7e6dd39aac6aac56b26b3918c37
drh [Thu, 9 Feb 2006 22:24:41 +0000 (22:24 +0000)]
Allow '@' to introduce host parameter names for compatibility with
MS SQL Server. Ticket #1671. (CVS 3067)
FossilOrigin-Name:
0738ef818d4023a5159b6bee0a65f0b83d01c1d5
drh [Thu, 9 Feb 2006 22:13:41 +0000 (22:13 +0000)]
SUM never gives an error. An integer result is returned for exact results
and a floating point result is returned for approximate results.
Tickets #1664, #1669, and #1670. (CVS 3066)
FossilOrigin-Name:
9e04f8fdf1ec0dc36effb55c05d075b3b4777fef
drh [Thu, 9 Feb 2006 18:35:29 +0000 (18:35 +0000)]
Deprecate the sqlite3_aggregate_count() API. Make sure all aggregate counters
are 64 bits. Remove unused StdDev structure from func.c. Ticket #1669. (CVS 3065)
FossilOrigin-Name:
44bd7ba432123ec77904b862d11521f4ab96d2cf
drh [Thu, 9 Feb 2006 17:47:42 +0000 (17:47 +0000)]
Integer overflow in SUM causes an exception. Ticket #1669. (CVS 3064)
FossilOrigin-Name:
c72b946198128cbceb12dffbdf4706d9fda0fd72
drh [Thu, 9 Feb 2006 16:52:23 +0000 (16:52 +0000)]
Back out check-in (3058) - it breaks too much application code. (CVS 3063)
FossilOrigin-Name:
731f1e3245fafbda24355d5bdc5b249c4229305f
danielk1977 [Thu, 9 Feb 2006 13:43:28 +0000 (13:43 +0000)]
Add the sqlite3_table_column_meta() API. (CVS 3062)
FossilOrigin-Name:
1ac72f68c0e9fd63decc97c166f49b405a9d323c
drh [Thu, 9 Feb 2006 13:38:19 +0000 (13:38 +0000)]
Avoid overflowing the 48-bit mantissa of a floating point number when
summing large integers in the SUM() function. Ticket #1664. (CVS 3061)
FossilOrigin-Name:
a9169e879de5d5e4192d1681bc3e119fb83e739c
drh [Thu, 9 Feb 2006 02:56:02 +0000 (02:56 +0000)]
Correctly handle COLLATE clauses in tables being modified by an
ALTER TABLE ADD COLUMN command. Ticket #1665. (CVS 3060)
FossilOrigin-Name:
baef2f66be164910881278ea527d2be75ac2e944
drh [Thu, 9 Feb 2006 02:41:07 +0000 (02:41 +0000)]
Use 64-bit integers in sqlite3_analyzer. Ticket #1666. (CVS 3059)
FossilOrigin-Name:
8b3068aca7b28d2b6c326f632bb9fe9b4940792d
drh [Mon, 6 Feb 2006 21:34:27 +0000 (21:34 +0000)]
Add "autoinc" and "collseq" columns to the table_info() pragma. (CVS 3058)
FossilOrigin-Name:
7940a590abb4262c17922fb2dae1d9688279b2ef
drh [Mon, 6 Feb 2006 21:22:30 +0000 (21:22 +0000)]
Keep correct track of the amount of outstanding memory even when the
system memory allocator returns a different number of bytes than
requested. Ticket #1660. (CVS 3057)
FossilOrigin-Name:
6f5eb74fd93a78ccdc2ddee0936ad4c5b2813720
danielk1977 [Mon, 6 Feb 2006 13:59:42 +0000 (13:59 +0000)]
Update the per-thread bytes allocated counter with the number of bytes actually allocated, not the number requested. Ticket #1660. (CVS 3056)
FossilOrigin-Name:
3f0a0ff1973079956506daaba9b21912fc76982b
drh [Sun, 5 Feb 2006 18:55:20 +0000 (18:55 +0000)]
Detect circularly defined views and issue an error message. Ticket #1658. (CVS 3055)
FossilOrigin-Name:
f5341529d0cdbd63ce4c33606858158b6093969a
drh [Wed, 1 Feb 2006 14:39:53 +0000 (14:39 +0000)]
Typecast to silence (incorrect) compiler warning. (CVS 3054)
FossilOrigin-Name:
3a04fc45ccc31f2009be812a9c9057844cf4ae3b
drh [Wed, 1 Feb 2006 13:50:41 +0000 (13:50 +0000)]
Always register BINARY collating sequences for UTF-16BE and UTF-16LE both.
Formerly we were only registering the native byte order by default.
Ticket #1654. Note: There may still be problems with collating sequence
synthesis. (CVS 3053)
FossilOrigin-Name:
3861377bd93453161dfe78a8c1d7a9f919108c8f
drh [Wed, 1 Feb 2006 02:45:02 +0000 (02:45 +0000)]
In joins of the form: "A, B left C" make sure that the reordering optimization
does not put table A after table C. Ticket #1652. (CVS 3052)
FossilOrigin-Name:
248b9be93d9532e31c640432b75c3310e180acb3
drh [Wed, 1 Feb 2006 01:55:17 +0000 (01:55 +0000)]
Added support for the -enable-thread-override-lock option on the
configure script. (CVS 3051)
FossilOrigin-Name:
82f558bd11ddb20792fbc9f579b40ad38d7f6af5
drh [Tue, 31 Jan 2006 23:03:35 +0000 (23:03 +0000)]
Add the SQLITE_THREADS_OVERRIDE_LOCKS compile-time option that disables
the run-time test to see if threads can override each others locks on unix. (CVS 3050)
FossilOrigin-Name:
e83a19e8cb6d721b02502925b362f2e86b2de742
drh [Tue, 31 Jan 2006 20:49:13 +0000 (20:49 +0000)]
Patches to support linux on embedded platforms. (CVS 3049)
FossilOrigin-Name:
a088eb6d6eda70d89add1e5d95be5efda6c0de67
drh [Tue, 31 Jan 2006 19:31:43 +0000 (19:31 +0000)]
Fix some pointless warnings from overly-pedantic compilers. (CVS 3048)
FossilOrigin-Name:
b922c8e45f9a7799583d8b42875b27032fd71422
drh [Tue, 31 Jan 2006 19:07:22 +0000 (19:07 +0000)]
3rd parameter to sqlite3_prepare() should be -1 if the string length is
unknown. Passing in zero causes a zero-length SQL statement to be
prepared, which is a no-op. Ticket #1651. This bug introduced by the
fix for ticket #1650. (CVS 3047)
FossilOrigin-Name:
1e68ac590d9edd3784cd7afd6705a30f01740d0d
drh [Tue, 31 Jan 2006 16:21:13 +0000 (16:21 +0000)]
Version 3.3.3 (CVS 3046)
FossilOrigin-Name:
10a3f5654616cfe5b245f1348249101a7d956222
drh [Tue, 31 Jan 2006 16:20:50 +0000 (16:20 +0000)]
Put in the correct release date for version 3.3.3. (CVS 3045)
FossilOrigin-Name:
1133a84039e6a81855445b5309b36136f0a7d149
drh [Tue, 31 Jan 2006 15:19:45 +0000 (15:19 +0000)]
Fix an problem in the test scripts that was show false failures under
windows. (CVS 3044)
FossilOrigin-Name:
0cf4e3c6e767cab7e145c50f1fa7097844ad5abc
drh [Tue, 31 Jan 2006 14:28:44 +0000 (14:28 +0000)]
Authorization callback on the ALTER TABLE ADD COLUMN command.
Ticket #1479. (CVS 3043)
FossilOrigin-Name:
461f586973431438bb074aa3077f705e9b1b80da
drh [Mon, 30 Jan 2006 23:04:51 +0000 (23:04 +0000)]
Remove support for the non-standard ON CONFLICT clause on CREATE INDEX.
Ticket #1486. The ON CONFLICT clause has never worked on CREATE INDEX so
removing it should not break anything. (CVS 3042)
FossilOrigin-Name:
669bcf5ab694359485ab30913d8d9e4926f41789
drh [Mon, 30 Jan 2006 22:48:44 +0000 (22:48 +0000)]
Memory DB works with autovacuum. (CVS 3041)
FossilOrigin-Name:
34dff874a2bf8331be87310809ba11d813fadb7d
drh [Mon, 30 Jan 2006 22:35:43 +0000 (22:35 +0000)]
Make sure the 3rd parameter to sqlite3_prepare() is honored. Ticket #1650. (CVS 3040)
FossilOrigin-Name:
9d53cc880fd2aa3bd4b4a59f666b57b0b7864e8f
drh [Mon, 30 Jan 2006 22:12:31 +0000 (22:12 +0000)]
Clarify that the nBytes parameter to sqlite3_prepare is always the
number of bytes and never the number of characters. Ticket #1646. (CVS 3039)
FossilOrigin-Name:
8efc8c57103cab61bc06842391744bec69c24428
drh [Mon, 30 Jan 2006 16:20:29 +0000 (16:20 +0000)]
Documentation updates in preparation for the release of 3.3.3 stable. (CVS 3038)
FossilOrigin-Name:
6537b5713a9541ec5712ae2564a801a07f93f4c8
danielk1977 [Mon, 30 Jan 2006 15:41:53 +0000 (15:41 +0000)]
Add a couple of extra test cases for #1644. (CVS 3037)
FossilOrigin-Name:
e10d229ff21ac884dda24f0ff936aaeb36ff9a3f
drh [Mon, 30 Jan 2006 15:34:22 +0000 (15:34 +0000)]
Expire all prepared statements whenever there is a change to the schema
of the TEMP database. Ticket #1644. (CVS 3036)
FossilOrigin-Name:
4cd4efaf5ef40a07e76fba3073bbd2600ca7e327
drh [Mon, 30 Jan 2006 14:36:59 +0000 (14:36 +0000)]
Fix bug with CHECK constraints contain an IN operator. Ticket #1645. (CVS 3035)
FossilOrigin-Name:
944df310ce8d32798135c70becee7845676520ae
danielk1977 [Fri, 27 Jan 2006 06:32:00 +0000 (06:32 +0000)]
Fix a couple of (harmless) intel compiler warnings. (CVS 3034)
FossilOrigin-Name:
2e23231f0c10b2bba9e08ea47859e2c0ffa84c76
drh [Thu, 26 Jan 2006 14:29:58 +0000 (14:29 +0000)]
Enhanced comments on the opcode.h building script. (CVS 3033)
FossilOrigin-Name:
7ccebf68eb1f707c2349004ae33575b484cc31a2
danielk1977 [Thu, 26 Jan 2006 13:25:08 +0000 (13:25 +0000)]
Fix an error in the collation sequence examples in datatype3.html. Ticket #1641. (CVS 3032)
FossilOrigin-Name:
1658ea53c929f26741d788d170368d37ae5fd105
danielk1977 [Thu, 26 Jan 2006 13:11:36 +0000 (13:11 +0000)]
Add omittest.tcl script to automate testing compile-time OMIT symbols. (CVS 3031)
FossilOrigin-Name:
540d28a7d355d846cedfc21fb5156379fec830ce
danielk1977 [Thu, 26 Jan 2006 10:35:04 +0000 (10:35 +0000)]
Handle a malloc() failure in resizeOpArray(). (CVS 3030)
FossilOrigin-Name:
5cecb4527b40c245cc6f3d6ce9f33466045d1469
drh [Wed, 25 Jan 2006 22:50:38 +0000 (22:50 +0000)]
Minor comment changes and code optimizations. (CVS 3029)
FossilOrigin-Name:
9e55dcd1a57f2b6ad5b267e8fa58c58b266dc8c7
drh [Wed, 25 Jan 2006 15:55:37 +0000 (15:55 +0000)]
Rename files using for testing only so that their name begins with "test". (CVS 3028)
FossilOrigin-Name:
e4e6a205e4f7c14aae31f26f42a143fce143db1c
danielk1977 [Tue, 24 Jan 2006 16:37:57 +0000 (16:37 +0000)]
Handle errors in saving cursor positions during a rollback by aborting all active statements. (CVS 3027)
FossilOrigin-Name:
5df9f022bfb22976f22b996bda169635354b825c
danielk1977 [Tue, 24 Jan 2006 14:21:24 +0000 (14:21 +0000)]
Save the position of any open cursors before a rollback. (CVS 3026)
FossilOrigin-Name:
32d45bcf746e7e926b8cc8bd038d66e7c2ec6562
danielk1977 [Tue, 24 Jan 2006 13:09:33 +0000 (13:09 +0000)]
Return code was being dropped because of overridden variable in OP_IsUnique. Fix this and the test logic problem that hid it. (CVS 3025)
FossilOrigin-Name:
c30705a00d7d9d61fb9cb47a1019b1a186d690a7
danielk1977 [Tue, 24 Jan 2006 12:09:17 +0000 (12:09 +0000)]
Rename some variables to avoid hiding others. Also add "static" to two function signatures that were missing it. (CVS 3024)
FossilOrigin-Name:
d86f18a4277ebffb644ba2e574e0b697c8bbf8e4
danielk1977 [Tue, 24 Jan 2006 11:30:27 +0000 (11:30 +0000)]
Coverage improvements for main.c. (CVS 3023)
FossilOrigin-Name:
50964ef9b0159bfdcd7eae88b0806957cab184dc
danielk1977 [Tue, 24 Jan 2006 10:58:21 +0000 (10:58 +0000)]
General test coverage improvements. (CVS 3022)
FossilOrigin-Name:
153940af5af4f775fa3b1784931d3fd1e41764c5
drh [Tue, 24 Jan 2006 02:19:53 +0000 (02:19 +0000)]
Sqlite3_analyzer reports an error if it runs into trouble. (CVS 3021)
FossilOrigin-Name:
388b9262281308d0a9dd16e2fb3df3425c2a491a
drh [Tue, 24 Jan 2006 02:00:32 +0000 (02:00 +0000)]
Update the publish scripts to correctly build the TCL DLL for windows. (CVS 3020)
FossilOrigin-Name:
5254874a96acf89fe5f76c1628057b73ce66de4c
drh [Tue, 24 Jan 2006 00:40:03 +0000 (00:40 +0000)]
Version 3.3.2 (beta) (CVS 3019)
FossilOrigin-Name:
1fdde6c5061ceb14baa43402652bdd24e3fa85df
drh [Tue, 24 Jan 2006 00:15:15 +0000 (00:15 +0000)]
More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)
FossilOrigin-Name:
0ede5e496bc779e96f05602bebadd10f8a208d48
drh [Mon, 23 Jan 2006 23:53:17 +0000 (23:53 +0000)]
Change the release date for version 3.3.2 to January 24. (CVS 3017)
FossilOrigin-Name:
7a2617f6a5990dc711cacc993d7a91e4d7b6a815
drh [Mon, 23 Jan 2006 23:49:34 +0000 (23:49 +0000)]
Disable shared-cache OOM tests if not compiled with -DSQLITE_MEMDEBUG. (CVS 3016)
FossilOrigin-Name:
2d896667e460dcdaf83d18bd03050e917d54edc7
drh [Mon, 23 Jan 2006 22:15:07 +0000 (22:15 +0000)]
Bug fix in the WinCE bindings. (CVS 3015)
FossilOrigin-Name:
c57922838a31b45f69ba14ae13df8a612884cb4b
drh [Mon, 23 Jan 2006 21:44:53 +0000 (21:44 +0000)]
More progress toward getting SQLITE_OMIT_FLOATING_POINT to pass tests.
Ticket #1621. (CVS 3014)
FossilOrigin-Name:
b52674e5642a9d26b15a5d5c2a6716febaef130a
drh [Mon, 23 Jan 2006 21:38:03 +0000 (21:38 +0000)]
Fix the shared pager tests so that they work under windows. (CVS 3013)
FossilOrigin-Name:
4a1a9f3e9df6588bcd4da13456790fbbc58f66de
drh [Mon, 23 Jan 2006 21:37:32 +0000 (21:37 +0000)]
Progress toward getting SQLITE_OMIT_FLOATING_POINT to pass all tests.
Ticket #1621 (CVS 3012)
FossilOrigin-Name:
c4c90965c98c591f601cd69c70351c20ba37218a
drh [Mon, 23 Jan 2006 18:42:21 +0000 (18:42 +0000)]
Bug fix in cases where a compound select has an ORDER BY clause with
multiple terms. (CVS 3011)
FossilOrigin-Name:
4f56949bd69fed6167fa2ae115d0251e8369d796
drh [Mon, 23 Jan 2006 18:14:21 +0000 (18:14 +0000)]
Add documentation on the IF NOT EXISTS clause to CREATE statements.
Ticket #1608. (CVS 3010)
FossilOrigin-Name:
d4e4ba132a94e729ffd220e0ca942cfda87b3a76
drh [Mon, 23 Jan 2006 18:06:52 +0000 (18:06 +0000)]
Makefile changes so that builds work on Solaris. Ticket #1604. (CVS 3009)
FossilOrigin-Name:
7addf70445d46cab148496ba2f27ab3764b70f66
drh [Mon, 23 Jan 2006 17:43:53 +0000 (17:43 +0000)]
Bug fix in the ROWID generation logic of the VDBE. I think this
is a benign bug - it never causes a real fault. But I am not certain. (CVS 3008)
FossilOrigin-Name:
dfe282386896967832826d130323c3ff11532873
drh [Mon, 23 Jan 2006 16:25:22 +0000 (16:25 +0000)]
Get I/O error tests working on windows. (CVS 3007)
FossilOrigin-Name:
2ef8b85db7607eb0989c5ecf49cc554fa13d894f
drh [Mon, 23 Jan 2006 16:24:54 +0000 (16:24 +0000)]
Fix uninitialized variable in os_unix.c. (CVS 3006)
FossilOrigin-Name:
892e644d20b9d132cf29242a9bca0116ebe6968f
danielk1977 [Mon, 23 Jan 2006 16:21:05 +0000 (16:21 +0000)]
Add "#ifndef NDEBUG" around sqlite3pager_iswriteable() (only used in assert() expressions). Also set the internal page number of a page to zero if it fails to initialise. (CVS 3005)
FossilOrigin-Name:
77969c671c6ea1b5a2739f62de2bec10cc651b9e
drh [Mon, 23 Jan 2006 15:59:55 +0000 (15:59 +0000)]
Changes to the enc2.test script so that it will run on windows. (CVS 3004)
FossilOrigin-Name:
4c1818ecebc79f5f7e5f4a7843b5fae02a251f47
drh [Mon, 23 Jan 2006 15:54:25 +0000 (15:54 +0000)]
Cut over the patches to support WinCE. Ticket #1600. (CVS 3003)
FossilOrigin-Name:
436287c2bfe38cf6c39e4c52b1da12f8c0d673ce
drh [Mon, 23 Jan 2006 15:39:58 +0000 (15:39 +0000)]
Fix a bug in pager.c that was overwriting freed memory. Comment changes
in util.c. (CVS 3002)
FossilOrigin-Name:
8c7e18c3f2f0487c6125f2d12720669e4d40e760
danielk1977 [Mon, 23 Jan 2006 15:25:48 +0000 (15:25 +0000)]
Further coverage improvements for pager.c and another IO error bug fix. (CVS 3001)
FossilOrigin-Name:
a9ec5ee4724ab993e71ef8b387e2d92f3e74959c
drh [Mon, 23 Jan 2006 14:05:18 +0000 (14:05 +0000)]
Fix os_common.h so that the code builds without -DSQLITE_MEMDEBUG. (CVS 3000)
FossilOrigin-Name:
06d6540026568ca69410354ca8d85da78970c94b
danielk1977 [Mon, 23 Jan 2006 13:47:47 +0000 (13:47 +0000)]
Do not automatically rollback at the btree or pager level if a commit fails. (CVS 2999)
FossilOrigin-Name:
0f6329ef1fe0d5b225b6381fda1e8d800f65ea0f
drh [Mon, 23 Jan 2006 13:28:53 +0000 (13:28 +0000)]
Fix to sqlite3AllocMalloc() when it is a no-op macro. (CVS 2998)
FossilOrigin-Name:
8caa9f95b8a36e34510cf46d518bd63bd8fa0a32
drh [Mon, 23 Jan 2006 13:22:09 +0000 (13:22 +0000)]
Do not name variables "operator" because some compilers do not realize that
"operator" is not a reserved word in ANSI-C. Ticket #1625. (CVS 2997)
FossilOrigin-Name:
1f42a338e2ee90f4c24a9eb19054c4b831dd661f
drh [Mon, 23 Jan 2006 13:14:55 +0000 (13:14 +0000)]
Work around buggy malloc() implementations that cause problems on malloc(0).
Ticket #1572. (CVS 2996)
FossilOrigin-Name:
ada5490f12795a8d13d0f42077c463709c677846
danielk1977 [Mon, 23 Jan 2006 13:09:45 +0000 (13:09 +0000)]
Improve coverage of pager.c and fix an IO error handling bug found in the process. (CVS 2995)
FossilOrigin-Name:
6ec8e6b7856a0b394b8497ab9166b882f98124ba
drh [Mon, 23 Jan 2006 13:00:35 +0000 (13:00 +0000)]
Fix additional compiler warnings. Tickets #1615, #1616, #1627 (CVS 2994)
FossilOrigin-Name:
6385628edd79187dff1687815d0101c31248e54f
danielk1977 [Mon, 23 Jan 2006 07:52:37 +0000 (07:52 +0000)]
Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993)
FossilOrigin-Name:
f58bbdc0ac6e618686c598aaafb3a41b972e078e
danielk1977 [Mon, 23 Jan 2006 05:50:58 +0000 (05:50 +0000)]
Improve coverage of expr.c and btree.c slightly. (CVS 2992)
FossilOrigin-Name:
cc2e8e87cfd474b4dc6833ee0c38e2cd2dd3a494
drh [Mon, 23 Jan 2006 00:04:54 +0000 (00:04 +0000)]
Remove vestiges of the older TSD code for handling OOM exceptions.
Prepare for the release of 3.3.2. (CVS 2991)
FossilOrigin-Name:
a65e85f0e01f3bca5f4e78999c10db3916824b5b
drh [Sun, 22 Jan 2006 21:52:56 +0000 (21:52 +0000)]
Performance optimization in btree.c. (CVS 2990)
FossilOrigin-Name:
3e1e6affe256a950a81ad5939b628bafb8463b42
drh [Sun, 22 Jan 2006 00:42:09 +0000 (00:42 +0000)]
Code size reductions in select.c. (CVS 2989)
FossilOrigin-Name:
3c2eee5e1f6c7d701a6d362a04cf896d44e97fd9
drh [Sun, 22 Jan 2006 00:14:39 +0000 (00:14 +0000)]
Tests for the subquery flattening fix of check-in (2987). (CVS 2988)
FossilOrigin-Name:
72a067f0df5818c0fdb3b9f8af20f83bb2e1dd34
drh [Sat, 21 Jan 2006 22:19:54 +0000 (22:19 +0000)]
Do not flatten subqueries in a join where the subquery includes a LIMIT.
Ticket #1634. This is just an initial fix. Many test cases need to be
added prior to closing the ticket. (CVS 2987)
FossilOrigin-Name:
af18c0f431a1a6349e40249009f2ac222f8c8114
drh [Sat, 21 Jan 2006 19:57:50 +0000 (19:57 +0000)]
Fix a bug in os.h. How did this slip by before now? (CVS 2986)
FossilOrigin-Name:
29725de474f9aec81cea0041d9ac2df932258d01
danielk1977 [Sat, 21 Jan 2006 12:08:54 +0000 (12:08 +0000)]
Fix more problems with malloc() and IO failures. (CVS 2985)
FossilOrigin-Name:
29281dea81c909b70b2d914d7061a6df8f388195