Re: [sqlite] Sqlite 3.3.13; expr.c; analyzeAggregate

2007-03-12 Thread drh
"Noah Hart" <[EMAIL PROTECTED]> wrote: > In expr.c, around line 2253, there is a nested loop which reads: > > for(i=0; inSrc; i++, pItem++){ > if( pExpr->iTable==pItem->iCursor ){ > for(i=0; inSrc; i++, pItem++){ > if( pCol->iTable==pExpr->iTable && >

[sqlite] Sqlite 3.3.13; expr.c; analyzeAggregate

2007-03-12 Thread Noah Hart
In expr.c, around line 2253, there is a nested loop which reads: switch( pExpr->op ){ case TK_AGG_COLUMN: case TK_COLUMN: { /* Check to see if the column is in one of the tables in the FROM ** clause of the aggregate query */ if( pSrcList ){ struct SrcList_item *

Re: [sqlite] SQLite-3.3.13

2007-02-15 Thread Martin Jenkins
[EMAIL PROTECTED] wrote: Martin Jenkins <[EMAIL PROTECTED]> wrote: Raised as ticket http://www.sqlite.org/cvstrac/tktview?tn=2232 Thanks. Bug reports are always welcomed. But this problem was fixed yesterday. When you see problems in SQLite, especially problems that have been discussed on

Re: [sqlite] SQLite-3.3.13

2007-02-15 Thread drh
Martin Jenkins <[EMAIL PROTECTED]> wrote: > Raised as ticket http://www.sqlite.org/cvstrac/tktview?tn=2232 > Thanks. Bug reports are always welcomed. But this problem was fixed yesterday. When you see problems in SQLite, especially problems that have been discussed on this mailing list, it is

Re: [sqlite] SQLite-3.3.13

2007-02-15 Thread Martin Jenkins
Raised as ticket http://www.sqlite.org/cvstrac/tktview?tn=2232 Martin - To unsubscribe, send email to [EMAIL PROTECTED] -

Re: [sqlite] SQLite-3.3.13

2007-02-14 Thread Martin Jenkins
Martin Jenkins wrote: I haven't tested the other versions of Tcl yet. I have now. s/a/RDRW/ makes corrupt2.test work with Tcl 8.4.9, 8.4.12, 8.4.14 and 8.5a5 on recent versions of Debian/Ubuntu on sparc64 and x86. Martin -

Re: [sqlite] SQLite-3.3.13

2007-02-14 Thread Martin Jenkins
[EMAIL PROTECTED] wrote: I get the same problem on OS-X. But it appears to be a bug in the older version of TCL you have installed, not in SQLite itself. Nothing to worry about. Thanks for reporting it, though. I was trying to make a test case to report the Tcl bug and noticed that (in 8.5a

Re: [sqlite] SQLite-3.3.13

2007-02-13 Thread Martin Jenkins
[EMAIL PROTECTED] wrote: > in the older version of TCL you have installed, not in SQLite Hmm. It's definitely a Tcl bug, but I'm not convinced about it being in the older Tcl that I have - the SPARC machine that fails corrupt2.test has a newer version than the PC that passes. [later] I buil

Re: [sqlite] SQLite-3.3.13

2007-02-13 Thread Martin Jenkins
[EMAIL PROTECTED] wrote: I get the same problem on OS-X. But it appears to be a bug in the older version of TCL you have installed, not in SQLite It's definitely a bug in Tcl. I'll post the log for posterity and get a newer version. [EMAIL PROTECTED]:~/dev/sqlite/bld$ echo "Hello SQLite" > f

Re: [sqlite] SQLite-3.3.13

2007-02-13 Thread drh
Martin Jenkins <[EMAIL PROTECTED]> wrote: > Build fails on Solaris 9/Ultra5/csw tools > Can't find 'ar' so substitutes and attempts to fun 'false' > TMP FIX: AR=gar ../configure... > > corrupt2 tests fail on Solaris 9/Ultra5/csw tools > Test file is not actually corrupted (ie altered

Re: [sqlite] SQLite-3.3.13

2007-02-13 Thread Martin Jenkins
Martin Jenkins wrote: corrupt2 tests fail on Solaris 9/Ultra5/csw tools Test file is not actually corrupted (ie altered at all AFAICS) Exact same failure on a fresh Debian 3.1r4 install too. All other tests passed OK. [EMAIL PROTECTED]:~/dev/sqlite/bld$ uname -a Linux ultra5b 2.4.27-3-spar

Re: [sqlite] SQLite-3.3.13

2007-02-13 Thread Martin Jenkins
Martin Jenkins wrote: Build fails on Solaris 9/Ultra5/csw tools Can't find 'ar' so substitutes and attempts to fun 'false' TMP FIX: AR=gar ../configure... Forgot - fdatasync is in librt so most of the executables need $(TLIBS) added to the end of their recipe. Martin --

Re: [sqlite] SQLite-3.3.13

2007-02-13 Thread Martin Jenkins
Build fails on Solaris 9/Ultra5/csw tools Can't find 'ar' so substitutes and attempts to fun 'false' TMP FIX: AR=gar ../configure... corrupt2 tests fail on Solaris 9/Ultra5/csw tools Test file is not actually corrupted (ie altered at all AFAICS) Not sure how many people (outside of Sun

[sqlite] SQLite-3.3.13

2007-02-13 Thread Rich Shepard
Builds, installs, and works in Slackware-11.0. Rich -- Richard B. Shepard, Ph.D. |The Environmental Permitting Applied Ecosystem Services, Inc.| Accelerator(TM) Voice: 503-667-4517 Fax: 503-667-8863 -