RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
-users@sqlite.org Subject: Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform "Barrass, Richard" <[EMAIL PROTECTED]> wrote: > Thanks for the help. > > I took a little while to extract our standard out ( It's multiplexed > with the test harness resul

Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread drh
"Barrass, Richard" <[EMAIL PROTECTED]> wrote: > Thanks for the help. > > I took a little while to extract our standard out ( It's multiplexed > with the test harness results at current ). > > Here's the trace:- > > VDBE Execution Trace: > SQL: [PRAGMA vdbe_trace=ON] >0 Expire 1

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
Sent: 14 August 2006 15:32 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform "Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > The breakpoint was hit twice during execution of this test ( once from > the CREATE TAB

Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread drh
"Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > The breakpoint was hit twice during execution of this test ( once from > the CREATE TABLE Players query, once from the SELECT * from > sqlite_master query ). > On both occasions, pMem->i appeared to be correctly assigned the value > 2. > The

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
Hello Thanks for responding so quickly. It's taken awhile for me to do these tests, as it took me a little time to double check how the compiler lays out it's 64 bit integers ( I've never quite trusted an emulator's watch window! ). I've simplified my tests to an in memory database with the

Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread drh
"Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > mingw-win32 compiler (GCC v3.4.2). Our test application works fine with > our small (~22k) test database. > > However, on our embedded platform (ARM 9) with the following > configuration > > Code-sourcey arm-none-eabi cross compiler (GCC

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
1 f: 01256 388466 -Original Message- From: Barrass, Richard Sent: 11 August 2006 19:58 To: sqlite-users@sqlite.org Subject: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform Hello We have the source code of SQlite 3.3.6 working in the following configuration: mingw-win32 compi

[sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-11 Thread Barrass, Richard
Hello We have the source code of SQlite 3.3.6 working in the following configuration: mingw-win32 compiler (GCC v3.4.2). Our test application works fine with our small (~22k) test database. However, on our embedded platform (ARM 9) with the following configuration Code-sourcey