| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
memory in the Destroy() method of the echo module. (CVS 3221)
FossilOrigin-Name: f9ea9704755eee3fd29af7a47be1d41620be8835
|
|
|
| |
FossilOrigin-Name: 3532f1340f939b0231c1d82a7b2d186cb096fb29
|
|
|
|
|
| |
(CVS 3211)
FossilOrigin-Name: 898ec36b4102aaa03979f8f5c510936e57e2ae48
|
|
|
| |
FossilOrigin-Name: 6e5a49762166a942e1b2c3beae8a30c07187eb10
|
|
|
| |
FossilOrigin-Name: 8f60139f688903f0e635b0a904ab9ca401fbe71f
|
|
|
|
|
|
|
| |
http://scan.coverity.com/ Found 1 potential segfault in sqlite3_mprintf().
Also 2 failures to fclose() following a malloc() failure. And lots of
cases where unnecessary conditionals could be removed from the code. (CVS 3126)
FossilOrigin-Name: e510e6dd9d6261f33b853af3b32d155b9d6b63b3
|
|
|
|
|
| |
contain aggregate subqueries. Ticket #1697. (CVS 3117)
FossilOrigin-Name: a286e54e26f9a364127649eeea160d5fa8928faf
|
|
|
|
|
| |
cannot be flattened. (CVS 3072)
FossilOrigin-Name: 5e8611e13de08d704cea6c9c4466c3af842a7a1a
|
|
|
| |
FossilOrigin-Name: 944df310ce8d32798135c70becee7845676520ae
|
|
|
|
|
| |
function signatures that were missing it. (CVS 3024)
FossilOrigin-Name: d86f18a4277ebffb644ba2e574e0b697c8bbf8e4
|
|
|
| |
FossilOrigin-Name: cc2e8e87cfd474b4dc6833ee0c38e2cd2dd3a494
|
|
|
|
|
| |
to record malloc() failures. (CVS 2972)
FossilOrigin-Name: ac090f2ab3b5a792c2fdf897e10060f263e0d408
|
|
|
|
|
| |
Do not allocate the extra 8-bytes if memory-management is not enabled. (CVS 2936)
FossilOrigin-Name: dd705955429d847af85ffaf248976bcd1d861852
|
|
|
|
|
|
|
| |
being used. Ticket #1601. Also implemented the suggestion of
ticket #1603. Memory management is now off by default at compile-time.
The sqlite3_enable_memory_management() API has been removed. (CVS 2919)
FossilOrigin-Name: 5d9c6aa964305c3f36741ff0058da5b5f3ce0d24
|
|
|
|
|
| |
structures. (CVS 2904)
FossilOrigin-Name: 0f0213be4d064b3d24e31ff93ec16f6862003d26
|
|
|
|
|
| |
shared-cache mode. (CVS 2895)
FossilOrigin-Name: 3e75d3d5efebc0dfff1adfc13d85e85ec39db3eb
|
|
|
| |
FossilOrigin-Name: 82b81f69c78cb3f54634d9aea4f6a838474dc5e5
|
|
|
| |
FossilOrigin-Name: deeda0dc06c1595aedd8d06a0c4e88a8abf78cf7
|
|
|
|
|
| |
on 64-bit machines. (CVS 2854)
FossilOrigin-Name: 837dc77ff9f5271b7e1bb8602fc021670c7802d1
|
|
|
|
|
| |
signedness. (CVS 2810)
FossilOrigin-Name: 83a59151559d9496d4f546e03e65087ea974717d
|
|
|
|
|
| |
properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800)
FossilOrigin-Name: e1606658f1b4530e3001db4779b5669c8d13c853
|
|
|
|
|
|
| |
the appropriate os_*.c implementation. Omit the os_unix.h and os_win.h
include files. The crash tests are broken by this patch. (CVS 2791)
FossilOrigin-Name: 058f31753871b16b40fe4048e3adcee411e0f87d
|
|
|
|
|
|
| |
platforms, sprintf() is busted. Need to go through and do similar replacements
elsewhere in the code. (CVS 2790)
FossilOrigin-Name: 1b4f2d89bbe833359cefcea580783fd92aa7b8ab
|
|
|
| |
FossilOrigin-Name: bb866ed880c33ec9ce6ded8ebdbb459fedf9c257
|
|
|
| |
FossilOrigin-Name: ce06c123d0c5663dbaf263c2e0aaf5d9cdeb2ccd
|
|
|
|
|
| |
enhancements. Ticket #1513. (CVS 2762)
FossilOrigin-Name: e66289b52f56c8242aa264a9365c834cd820e988
|
|
|
| |
FossilOrigin-Name: bb94ef64b227839a0ef4156985e2f5a061a78e2c
|
|
|
| |
FossilOrigin-Name: db27afc4cdc5b51c1fa0e83dbd6d4a4a69c5b642
|
|
|
|
|
| |
but much more testing is needed as well as documentation. (CVS 2754)
FossilOrigin-Name: 2313d912baeca0fd516d524f16708953de483729
|
|
|
|
|
|
| |
of type real, though an integer representation is still sometimes used
internally for efficiency. (CVS 2753)
FossilOrigin-Name: e0d6f61c7de2c03b8fd17ef37cf1a0add36ee618
|
|
|
|
|
| |
on compound SELECT statements now working properly. Ticket #1473. (CVS 2747)
FossilOrigin-Name: edca8913ca012fc0c17343a27f819de95147b1bd
|
|
|
|
|
| |
you used deeply nested and very complex views. Ticket #1449. (CVS 2733)
FossilOrigin-Name: 352cc9f53b7724621ecbf3a6362f34c31a18cce8
|
|
|
|
|
| |
The sqlite3VdbeJumpHere function added. (CVS 2730)
FossilOrigin-Name: 2471957feee57538e5e1e50a704a337f0927d10e
|
|
|
|
|
| |
failure of realloc(). (CVS 2696)
FossilOrigin-Name: 4686d649756a0aa301ade901ac49c89a976c5402
|
|
|
|
|
| |
not work yet. If you try to use it you get an error message. (CVS 2680)
FossilOrigin-Name: 4d62e36fe3819c2a1412737c2ec8a91ddc5e1777
|
|
|
| |
FossilOrigin-Name: 7e85a162d0ecf0acdbffcacc62b60d97fe123881
|
|
|
|
|
| |
This is the first cut at the code. Many regression tests fail. (CVS 2662)
FossilOrigin-Name: 17039ec3ff4396862beedf4a8af89654b2140f58
|
|
|
|
|
| |
(CVS 2657)
FossilOrigin-Name: 7b56763a8b514834198d2392639d6d726b17d901
|
|
|
|
|
|
|
|
| |
result set into memory and doing a merge sort. The old merge sort technique
was a carry-over from SQLite version 1. The new method uses a bounded amount
of memory and scales to much larger result sets. There are still errors:
some 39 regression tests fail. (CVS 2653)
FossilOrigin-Name: 09db0a24241f9248584250d1728117b8a3159626
|
|
|
| |
FossilOrigin-Name: 4ab994a87ee844f453d693555abd61b51bb44a0e
|
|
|
|
|
|
| |
side is a SELECT, recognize that the IN operator is not constant.
Ticket #1380. (CVS 2624)
FossilOrigin-Name: fc9e04609b6968fc5039a6f9f808aac681f4fc41
|
|
|
| |
FossilOrigin-Name: aa7dd3f2c72335fe7778c021e4b6bbbc4ec322df
|
|
|
| |
FossilOrigin-Name: 5cada745ac9bf18a65d21705a398b2bb8bd1aaa2
|
|
|
| |
FossilOrigin-Name: 4281a838f2f531af24b008d2834e8318798472c5
|
|
|
| |
FossilOrigin-Name: 98338abf9e8cfbf8efa81cff0e40ea37e34fd9b2
|
|
|
|
|
| |
Additional coverage testing. (CVS 2582)
FossilOrigin-Name: 3c00f5982ae61dfcd26c33ccdb81736628dbfce5
|
|
|
|
|
| |
regression tests but still needs additional tests. (CVS 2581)
FossilOrigin-Name: 3edbe8d6217fd1180883e6b9f1e5b9011a39f80d
|
|
|
|
|
|
|
| |
that they can be used with indices. There are known problems with the
ORDER BY optimization in this and in several prior check-ins. This
check-in is not recommended for production use. (CVS 2569)
FossilOrigin-Name: d23c8bf81e508722e92ff1b9c8bc98dc026a31f2
|
|
|
|
|
|
| |
comments to be added to OP_Integer. Cleanup in the optimizer. Allow
terms of the FROM clause to be reordered automatically. (CVS 2556)
FossilOrigin-Name: e2f822ac82d0a5a59de0b63cce65d4fd6c178ff1
|
|
|
|
|
| |
subroutine. (CVS 2554)
FossilOrigin-Name: c30cbba9ead1b4d07f225b1e8a65d5d5230ea45d
|