drh
56e4b6f968
Fix a date round-off problem in strftime(). Ticket #2153 . (CVS 3575)
...
FossilOrigin-Name: 47fee16ba9bd8ab2820fe97e89480528114825cd
2007-01-08 16:20:28 +00:00
drh
7ee841f506
Fix a round-off error in the %W conversion of strftime(). Ticket #2150 . (CVS 3572)
...
FossilOrigin-Name: e6a18741a47a4288fa9c4fef93443b19aff20fb9
2007-01-08 13:43:37 +00:00
drh
80b1ff487f
Fix a bad variable reference. The reference is actually in unreachable
...
code and is therefore harmless. The fix is to remove the code. (CVS 3483)
FossilOrigin-Name: 46b91807f72d65bf24257426bdbee27acff87661
2006-10-24 11:26:44 +00:00
drh
a34b0794e0
Version 2.8.17 (CVS 2836)
...
FossilOrigin-Name: 50d7e50a96907eeb1705687f7e54ed993b7a47c2
version-2.8.17
2005-12-19 17:56:44 +00:00
drh
058d3c4477
Bump the version number of the 2.8 branch to 2.8.17. (CVS 2833)
...
FossilOrigin-Name: 94dfb4bd5d037353dc96656ccee5477e78fbbe74
2005-12-19 17:38:35 +00:00
drh
fdd4af7e7b
Backport the fix for ticket #1567 to version 2.8. (CVS 2832)
...
FossilOrigin-Name: 3f5f358f826be8f9ad2b723a58f4a8a0d9b90ccc
2005-12-19 17:37:09 +00:00
drh
d7ae9475a8
Handle failures of getcwd() without segfaulting. Ticket #1274 . (CVS 2491)
...
FossilOrigin-Name: c1bd0a150c2c734b1ef991361f4eb41feb2ec578
2005-06-06 15:07:02 +00:00
drh
dd71a0753e
The ".dump" method in the shell for version 2 should not sort tables by
...
name because this can put views out of dependency order. Ticket #1124 . (CVS 2347)
FossilOrigin-Name: b82c06fdd143fde6678003a0f3fc66e10c21a65b
2005-02-16 03:53:10 +00:00
drh
6ebcbcd48b
Update the publish.sh script so that it grabs the correct source tree. (CVS 2339)
...
FossilOrigin-Name: 74684507a0a2bda67b6cfa899ccabf99da515899
2005-02-15 16:04:46 +00:00
drh
9b9a61f715
Version 2.8.16 (CVS 2336)
...
FossilOrigin-Name: 2efbbba55a851a5b83726720aaa9e59b8387556c
version-2.8.16
2005-02-15 13:07:51 +00:00
drh
fb7b4f204b
Modifications to the publish.sh script prior to 2.8.16. (CVS 2328)
...
FossilOrigin-Name: affde4431749e0c57e786cec926895b3c0f8a04f
2005-02-14 05:47:33 +00:00
drh
b3dc0431c7
Cleanup the vacuum bug fixes in version 2.8. (CVS 2327)
...
FossilOrigin-Name: 5658da7e5ae2ee4dc7ec45a1914f766dfb4be323
2005-02-14 00:25:48 +00:00
drh
66a01c4554
Fix the vacuum bug in version 2.8. Also prepare for release 2.8.16. (CVS 2326)
...
FossilOrigin-Name: 0eaebad5a0242bbdc9c205bf9efeda93bb0a2de9
2005-02-14 00:21:38 +00:00
drh
6f65beb084
Avoid excess heap usage when copying expressions. Ticket #979 . (CVS 2126)
...
FossilOrigin-Name: 0f444c032dded0ea4c5bf47516f37cbd44767689
2004-11-20 20:42:10 +00:00
drh
7a5b729aa7
Preserve the default_temp_store pragma across VACUUM in version 2.8.
...
(Version 3.0 already does this.) Ticket #1008 . (CVS 2120)
FossilOrigin-Name: 7fa623f24a6c566cb149cfb6515faf489280db97
2004-11-20 19:01:44 +00:00
drh
ec88191019
Disable trigger tests that use ATTACH in version 2.8 when there is a
...
codec enabled. (CVS 2042)
FossilOrigin-Name: f77f7753aaca0b4a147f91e538691cb4ee8995a8
2004-11-02 18:30:44 +00:00
drh
e1b6c821d6
Fix naming conflict between sqlite.h and sqlite3.h. Ticket #946 . (CVS 2008)
...
FossilOrigin-Name: e750ae5ab8ed9a2cd38548c63008cc7d2576e26d
2004-10-06 15:52:35 +00:00
drh
b2292faf9c
Fix for ticket #905 . (CVS 1995)
...
FossilOrigin-Name: bf90799d889ccc88ed7e3635b041d5f38865d447
2004-10-01 15:11:13 +00:00
drh
5cfe9a78f9
Fix a segfault in the authorizer when it is given a SELECT statement with
...
no FROM clause. Ticket #896 . (CVS 1953)
FossilOrigin-Name: 205d85d77e8f0c9a1d841129601847235052d59f
2004-09-09 13:54:29 +00:00
drh
19aca9eddb
Correct handling of quoted names in CREATE INDEX. Ticket #869 . (CVS 1907)
...
FossilOrigin-Name: b01d566580b151db0e1c95d124f20ea0bc889250
2004-08-28 14:53:34 +00:00
drh
85a5dfef26
More fixes to the publish.sh script. (CVS 1863)
...
FossilOrigin-Name: 022e3f56ac5a29f8449d98630c673edda372d221
2004-07-23 01:10:57 +00:00
drh
82ab315f73
Version 2.8.15 (CVS 1859)
...
FossilOrigin-Name: 102ab94167448e062333e15159d8199d08ac2677
version-2.8.15
2004-07-22 18:53:52 +00:00
drh
3ec28d5d81
Fix the publish.sh script so that it builds and packages windows DLLs
...
correctly. (CVS 1856)
FossilOrigin-Name: 81aa41e7d4e36ba3ecc5ce66c73dae5a607a3963
2004-07-22 18:08:33 +00:00
drh
e1175bd650
Another attempt at fixing the memory allocation problem in sqliteExprListDup(). (CVS 1855)
...
FossilOrigin-Name: 49c2ad8a754daebfdad230dc84e417e3d728c083
2004-07-22 17:10:10 +00:00
drh
0c3ab2d6ac
Bug fix in allocation of expression lists after a malloc() failure. (CVS 1854)
...
FossilOrigin-Name: 09494cab4f53a90e0d84abfec6806b4b2b3e118b
2004-07-22 16:32:13 +00:00
drh
73003316a2
Add join tests to the 2.8 branch. (CVS 1850)
...
FossilOrigin-Name: e5546f49c79155ed2695a1d58ca8044e79d60802
2004-07-22 16:08:38 +00:00
drh
bde845ce70
Update the version number for release 2.8.15. (CVS 1849)
...
FossilOrigin-Name: 9b3c3ca4aff10c7e395d195cd76a1f3c038cb066
2004-07-22 15:53:37 +00:00
drh
4cf73f61fb
Fix an obscure memory leak in the expression list allocator. (CVS 1835)
...
FossilOrigin-Name: 5c77b332bd7704b754edf6876ae668136b05876f
2004-07-20 02:05:11 +00:00
drh
5d7f6e84f1
Handle quotes on table names in TABLE.* terms in SELECT. Ticket #680 . (CVS 1834)
...
FossilOrigin-Name: 9937ffb08e6eb3a11344d880cade9975e8dc9d5b
2004-07-20 01:45:49 +00:00
drh
8c8ec4fd3e
Fix the handling of indices with quoted names. Ticket #695 . (CVS 1830)
...
FossilOrigin-Name: 467309975f40bdc1ac0ed1c9c34d187e91217e12
2004-07-20 00:50:29 +00:00
drh
2d97242175
Comment out all of date/time functions with SQLITE_OMIT_DATETIME_FUNCS.
...
Ticket #784 . (CVS 1829)
FossilOrigin-Name: 28c01d2ac705923d3210ec2b8906541f42ec6f25
2004-07-20 00:40:01 +00:00
drh
0e93442494
Correct handling of views on tables with quoted column names. Ticket #756 . (CVS 1827)
...
FossilOrigin-Name: ef0d5ebe96b9babe275d62ed6abe95652838de5f
2004-07-20 00:20:46 +00:00
drh
9c46d69216
Limit occurs after DISTINCT. Ticket #749 . (CVS 1824)
...
FossilOrigin-Name: db5ae13db3edec82dd2ead3b76fc9f89f33b2dc2
2004-07-19 23:33:02 +00:00
drh
a8734da09b
Fix for ticket #813 . (CVS 1820)
...
FossilOrigin-Name: 0cc612f8aa458034d3dc246861c529c57ac5b2b1
2004-07-19 19:30:50 +00:00
drh
90ddc11b77
Correctly handle joins of move than 32 tables. Ticket #806 . (CVS 1813)
...
FossilOrigin-Name: 5ba0acd6c788b6ec07b29dc40c17265f8fb8a337
2004-07-19 02:24:02 +00:00
drh
0aaa1c038e
Use only unsigned characters in upper() and lower(). Ticket #708 . (CVS 1807)
...
FossilOrigin-Name: f9b2aa8f8a6c0a7f74af2844a80fe14b85d05a45
2004-07-18 23:03:10 +00:00
drh
6951f39c72
The %W date specifier in strftime should be measured from the first Monday
...
of the year. Ticket #758 . (CVS 1806)
FossilOrigin-Name: 135e5447f66fcd8ec4350c81707a2e8d3c9fd31c
2004-07-18 22:25:15 +00:00
drh
805e7d5b42
Min() and max() ignore NULL values. Ticket #800 . (CVS 1803)
...
FossilOrigin-Name: 223521c04e8ad39e06fee455f7dbb31ace2d3800
2004-07-18 21:14:05 +00:00
drh
06d55ce8f3
Fix for ticket #812 in the 2.8 branch. (CVS 1801)
...
FossilOrigin-Name: ea364dffc7dfe7533d6916d63db0a79181440e64
2004-07-17 21:59:18 +00:00
drh
24b8cb36bc
Make SrcList.nSrc a signed quantity to avoid problems on AIX. (CVS 1795)
...
FossilOrigin-Name: 41526d098dcae6def4940cd464d0e1e673c6abb5
2004-07-15 13:37:04 +00:00
drh
afcfc0eecb
Correct return type on sqliteStrICmp() when argument strings differ.
...
Ticket #804 . (CVS 1793)
FossilOrigin-Name: 296528b281025d86650cf0e4c17e75c296e03310
2004-07-15 13:08:41 +00:00
drh
ea024eee62
Fold in changes submitted by the PHP developers. (CVS 1742)
...
FossilOrigin-Name: a4a2570822f13ece2174438ef8f8a6175aaa4a6b
2004-06-26 14:40:05 +00:00
drh
ca69323478
The MIN() aggregate function returns NULL if any element in the result
...
was NULL. This makes MIN() consistent with ORDER BY which sorts NULL first.
Ticket #777 . (CVS 1679)
FossilOrigin-Name: 78ced6e3092d69e7cb77c5c2acff70f3c92e6523
2004-06-23 21:16:51 +00:00
drh
52e50d6aaa
Add the source code to the sqlite_analyzer utility. (CVS 1637)
...
FossilOrigin-Name: 06bf4c7e41839eb003f3df05a80789a1f2b21b8f
2004-06-19 11:57:39 +00:00
drh
0f156745bd
Fix a compiler warning in os.c. (CVS 1636)
...
FossilOrigin-Name: 28b737b5a0e07a142396809f8a7dbd985d433c0d
2004-06-19 11:57:08 +00:00
danielk1977
f4ed02a34f
Backport of (1628) to version 2. (CVS 1631)
...
FossilOrigin-Name: cce250eaee59eac2d15437b564f049c5b241317c
2004-06-19 04:23:25 +00:00
drh
463ff298d6
Update the publish.sh script so that it no longer generates documentation
...
pages (that is handled by the version 3.0.0 publish.sh). Also insert
version numbers in the filenames of all build products. (CVS 1601)
FossilOrigin-Name: f2b8d35825a2137e83419e9aebc9619a9db2ada8
2004-06-16 01:21:00 +00:00
drh
5d5398b089
Do not authenticate statements when reading the schema. Backport of bug
...
fix in (1588) to version 2. (CVS 1591)
FossilOrigin-Name: 24adf9ed5988d6e110a750f75b767fad163689c6
2004-06-14 11:58:37 +00:00
drh
f3a5a57ddb
Version 2.8.14 (CVS 1554)
...
FossilOrigin-Name: 7d3937743f88acad8859fbbbb1c03271a939bc0b
version-2.8.14
2004-06-09 23:20:05 +00:00
drh
1832890357
Update the version number to 2.8.14. For whatever reason, the version at
...
the tip of the 2.8 branch fixes ticket #757 . (CVS 1552)
FossilOrigin-Name: 7538d2e5297bdeaf07c6d6e37053c654501ef286
2004-06-09 22:49:56 +00:00