drh
5e2517e1f3
Size optimizations in vdbeapi.c. (CVS 1982)
...
FossilOrigin-Name: b2f3d4bb8e24212d3cef7615c24da13f29c1440c
2004-09-24 23:59:12 +00:00
drh
b8dd3155e0
Save a few bytes in utf.c. (CVS 1981)
...
FossilOrigin-Name: 8154d545e8ae3d22490b49ce4f327605883accaa
2004-09-24 23:20:51 +00:00
drh
76ff3a0e09
Optimizations to vdbeaux.c and printf.c (CVS 1980)
...
FossilOrigin-Name: eabc77c99b3e78b4c620a1736d9acfa6cb1e7b67
2004-09-24 22:32:30 +00:00
drh
59c98a6f2b
Improvements to the debugging code. (CVS 1979)
...
FossilOrigin-Name: bdc3bb070f7f29713b7bb9a6454a7ecbee6cf36d
2004-09-24 19:39:26 +00:00
drh
3b584fa6c5
Fix typo in ".help" output from the shell. Ticket #914 . (CVS 1978)
...
FossilOrigin-Name: 1ee3a787ada5abd460200d5812474161bfd1cc71
2004-09-24 12:50:03 +00:00
drh
971a7c87bc
Avoid a segfault in sqlite3_bind_parameter_index when there are
...
unnamed parameters. Ticket #918 . (CVS 1977)
FossilOrigin-Name: 49f25ddf8382d588e00bf927e2acae93e332e4d4
2004-09-24 12:48:12 +00:00
drh
670404626d
Simplification of the trigger code. (CVS 1976)
...
FossilOrigin-Name: 9fa904d94ec1787bc8b97ec06a5423248fcb67fb
2004-09-24 12:24:36 +00:00
drh
145716b323
Fix for tickets #912 and #922 . Problem introduced by check-in (1973). (CVS 1975)
...
FossilOrigin-Name: 9001e2220d2e35b81a9b7dc70c012f94bb6db679
2004-09-24 12:24:06 +00:00
dougcurrie
65623c78e8
Pthread is now conditionally included in makefile, see ticket #910 (CVS 1974)
...
FossilOrigin-Name: a35e52276998f8db2407115b07f30bd490982944
2004-09-20 14:57:23 +00:00
drh
ad6d94607f
Add comments to unused P3 fields of selected instructions when NDEBUG is
...
not defined. This makes VDBE program dumps more readable during debugging. (CVS 1973)
FossilOrigin-Name: 4871c77f8fce36ff230e1f026f4e4e49492515e9
2004-09-19 02:15:24 +00:00
drh
344737f60a
Merge the ListPush and ListPop VDBE opcodes into ContextPush and ContextPop. (CVS 1972)
...
FossilOrigin-Name: eb9b501ad8b0fa0fd63a67ece05fe142d6a19114
2004-09-19 00:50:20 +00:00
drh
c2316c3931
Fix typo on homepage. (CVS 1971)
...
FossilOrigin-Name: 5d3b3a96bcc459a797bd723025f2d38efcfeb6fa
2004-09-18 18:51:09 +00:00
drh
1a9d17fe77
Version 3.0.7 (CVS 1970)
...
FossilOrigin-Name: d82ded9543fdd77f3613bac5e263f658dc3fd236
2004-09-18 18:45:57 +00:00
drh
2d7c0609ed
Up the version number and prepare documentation files for the 3.0.7 release. (CVS 1969)
...
FossilOrigin-Name: 63e4ed3cc698d660867c297cbedfc25f9eb7c40d
2004-09-18 18:00:23 +00:00
drh
cc01bc037f
Always include -lpthread on link lines even if it is not needed. (CVS 1968)
...
FossilOrigin-Name: 46a96890f7008157bc3784fa7c8680edf6266673
2004-09-17 21:35:30 +00:00
drh
8d45ec079d
Make use of $(libdir) in the Makefile.in. Ticket #904 . (CVS 1967)
...
FossilOrigin-Name: 10b5e5173339cc7f052aace1b4056a057afe3e66
2004-09-17 21:07:34 +00:00
drh
d2f397f9f3
Create directories using "mkdir -p". Ticket #903 . (CVS 1966)
...
FossilOrigin-Name: 02de1cf95e0cf230aeebdb0c4684e486b1424810
2004-09-17 20:47:16 +00:00
drh
31f33e1369
Close stray statements prior to finishing trace.test, to avoid a file
...
descriptor leak. (CVS 1965)
FossilOrigin-Name: 8bb0221da8ab49d766db7cd2f815ba2a305e15de
2004-09-17 20:46:54 +00:00
drh
d900a46be0
The page_size pragma preserves the reserved area at the end of each page. (CVS 1964)
...
FossilOrigin-Name: c34f3209e5028e008ea9e2c43f1e0d97d6db01d3
2004-09-17 20:25:24 +00:00
drh
31f11f6923
Get VACUUM working on databases that have reserved bytes at the end
...
of each page. (CVS 1963)
FossilOrigin-Name: 90bb3af6cd827fcf731ba3d641a00ae426d6baca
2004-09-17 20:02:42 +00:00
drh
f7a8362920
Fix a bug in the test3.c module that was causing failures in btree5.test. (CVS 1962)
...
FossilOrigin-Name: cd200cf8332be2c99a0a312b5f7dcd582a93fd18
2004-09-17 19:39:23 +00:00
drh
a42707b234
The INSERT code generator does a better job of detecting if the table
...
being written into is used in the SELECT on the right-hand side.
ticket #901 . (CVS 1961)
FossilOrigin-Name: 709bb22d6ddbd713029059180aaf77ac483b5bb8
2004-09-17 17:23:15 +00:00
drh
c16a03b54b
The callback on sqlite3_trace() is invoked the first time sqlite3_step()
...
is called after sqlite3_prepare() or sqlite3_reset(). Ticket #900 . (CVS 1960)
FossilOrigin-Name: 0cc2f40e6afa157ead45140c4e28a9a33c469b73
2004-09-15 13:38:10 +00:00
drh
fd241b0ea4
Remove the encode/decode from the version 3.0 source tree. (CVS 1959)
...
FossilOrigin-Name: c1f1320be5ce0b6e52491577078ba2b939882fbd
2004-09-13 13:46:01 +00:00
drh
90b6bb1995
The TCL interface responds correctly to "break", "continue", and "return"
...
inside of the script of an eval statement. (CVS 1958)
FossilOrigin-Name: dd62224ae8d1047db388acdc4b91eb56fb9e966a
2004-09-13 13:16:31 +00:00
drh
94a98365a6
Fix an uninitialized variable bug in nullif(). Ticket #898 . (CVS 1957)
...
FossilOrigin-Name: ee335b501cf45727929aac12c0b74547dd54729e
2004-09-13 13:13:18 +00:00
drh
2aa6ca45c1
In lemon, allows open() using the "b" option to avoid \r problems on windows.
...
Ticket #897 . (CVS 1956)
FossilOrigin-Name: b5b2e3db09831fe808f9f2692a836eef716df1c5
2004-09-10 00:14:04 +00:00
drh
9db55dfb98
Fix lemon so that inserted code always ends in a newline. Ticket #895 . (CVS 1955)
...
FossilOrigin-Name: 13fba17e3f75c08142db6acc8884a78ac0bcdfd6
2004-09-09 14:01:21 +00:00
drh
5689123ca6
Fix a segfault in the authorizer when it is given a SELECT statement with
...
no FROM clause. Ticket #896 . (CVS 1954)
FossilOrigin-Name: 97d63b9290ef88b3cd8012c71fdd5b3c74eebc8f
2004-09-09 13:55:50 +00:00
drh
6aff507e73
Trying to get some tests in printf.test to pass on 64-bit systems. (CVS 1952)
...
FossilOrigin-Name: b12fc46dcd5aa901fc781a17d49f8f110fed5b8d
2004-09-09 00:35:29 +00:00
drh
ed6b3eb076
Update the makefile so that util.c gets the -DSQLITE_DEBUG=1 flag when
...
building the test fixture. (CVS 1951)
FossilOrigin-Name: 8d0c9a8d94930056817a99d9504e804a200eda73
2004-09-08 21:12:50 +00:00
drh
217a416cec
More changes directed at getting things to work on 64-bit platforms. (CVS 1950)
...
FossilOrigin-Name: 5a3f823c1430376ed127d627d408ab284815c1a4
2004-09-08 20:13:04 +00:00
drh
fe63d1c98b
More changes directed at getting things to work on 64-bit platforms. (CVS 1949)
...
FossilOrigin-Name: 39755d216608e9d12e1055433549f820f63608a7
2004-09-08 20:13:04 +00:00
drh
03c8988076
Always cast 0 to (char*)0 when it is an argument in a varargs function. (CVS 1948)
...
FossilOrigin-Name: a1f532520c16a1f4b4285cd522774669292fb234
2004-09-08 15:09:40 +00:00
drh
95380fae3c
Add new APIs to sqlite3.def: sqlite3_bind_parameter_name and
...
sqlite3_bind_parameter_index. (CVS 1947)
FossilOrigin-Name: ff256fb5281e8f01c0acc3963c59399e949cc991
2004-09-08 13:07:44 +00:00
drh
916d68efea
Documentation updates. (CVS 1946)
...
FossilOrigin-Name: 799f5383c0c72a74c7b29f9f40fc949f3248a499
2004-09-08 13:06:21 +00:00
drh
fa6bc0000f
Wildcards with the same name map into the same variable number. New
...
api sqlite3_bind_parameter_index() added to map wildcard names into
wildcard index numbers. Support for "?nnn" wildcards. (CVS 1945)
FossilOrigin-Name: 435b3f301fbb6953adc974c7f03589b06e9114c3
2004-09-07 16:19:52 +00:00
drh
1807ce37b8
Fix the onecolumn method in the TCL interface so that it works the same
...
as the eval method in all ways except for returning just the first value
in the result set. (CVS 1944)
FossilOrigin-Name: f323e4f86a08fe6448cbd4ff7cab459e8039d9f1
2004-09-07 13:20:35 +00:00
drh
af805ca035
Lemon escapes backslashes in filenames in #line directives it generates.
...
Ticket #892 . (CVS 1943)
FossilOrigin-Name: d53047cbbc4e618c7bb5161b6f82876bb113db25
2004-09-07 11:28:25 +00:00
drh
12057d54ef
Fix more name collisions. Allow sqlite.h and sqlite3.h to both be included
...
in the same C/C++ source file. (CVS 1942)
FossilOrigin-Name: 23e5bed1c5062f0f639751f89873bf1a277547bd
2004-09-06 17:34:12 +00:00
drh
9bb575fd72
Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3
...
connection now *must* be called "sqlite3". You cannot call it "sqlite".
This might break existing code. (CVS 1941)
FossilOrigin-Name: 3ddf5a9d1c480a2e3aa32685879063b11afddbe1
2004-09-06 17:24:11 +00:00
drh
873cdcb2ce
Comment changes and minor code cleanup. (CVS 1940)
...
FossilOrigin-Name: dfa9ea89c473e1fea804ad07e8e58a9af1e92f6c
2004-09-05 23:23:41 +00:00
drh
f2a611c988
Make VACUUM work when the page size is different than the default 1024.
...
Ticket #890 . (CVS 1939)
FossilOrigin-Name: fa82becae7e41c47a6387061932f692c6f9f472e
2004-09-05 00:33:43 +00:00
drh
ad3e010547
Fix a comment. (CVS 1938)
...
FossilOrigin-Name: af44ddeea110576bf9c475b5e6e3540ee50c5edf
2004-09-03 23:32:18 +00:00
drh
2e38c32b67
Modify btree.c so that is allocates big data structures using malloc()
...
instead of allocating from the stack. Stack allocations cause problems
for embedded systems and pthreads implementations that only allocate a
limited amount of stack space. (CVS 1937)
FossilOrigin-Name: 4595292f936bdbec10734f42682824e91ff71d11
2004-09-03 18:38:44 +00:00
drh
2c7e56798b
More tests of sqlite3_step() and SQLITE_BUSY added. (CVS 1936)
...
FossilOrigin-Name: 9e6645dd781cb8e422e371ca23766dc1b689481e
2004-09-03 00:27:56 +00:00
drh
6ad3326fd5
Fix a typo in the "News" on the homepage. (CVS 1935)
...
FossilOrigin-Name: 45d7158878a9648708d8ed47944707169a7f7f1c
2004-09-02 16:53:12 +00:00
drh
bc58e70e90
Version 3.0.6 (beta) (CVS 1934)
...
FossilOrigin-Name: c190b95c30981d2a6026e501e21af675ff8a2d13
2004-09-02 16:45:58 +00:00
drh
d1b03577ec
Update version number and documentation for version 3.0.6. (CVS 1933)
...
FossilOrigin-Name: 67370926e374180b2de6e9ab60e5c9ddab4b1317
2004-09-02 16:36:03 +00:00
drh
c44af71c08
Address some minor 32/64 bit issues. (CVS 1932)
...
FossilOrigin-Name: 6c9be972c1c289b657ba87db8db08fceb89b0171
2004-09-02 15:53:56 +00:00