Re: [sqlite] Error in SQLITE on applyNumericAffinity

2007-09-16 Thread Trevor Talbot
On 9/12/07, Stéphane Thiers <[EMAIL PROTECTED]> wrote: Somehow I missed replying earlier, sorry about that. > The column which contains these numbers is > declared as REAL. This raises another question to > me: I thought that the numbers were stored as > strings, so why sqlite would try to

Re: [sqlite] Error in SQLITE on applyNumericAffinity

2007-09-12 Thread Trevor Talbot
On 9/12/07, Stéphane Thiers <[EMAIL PROTECTED]> wrote: > I got this stack error in SQLITE when executing the following request: I assume there's an exception that goes with this; what is it? > "INSERT INTO _scalars_float > VALUES(237,220,'ComputedNoise','Noise','Noise > level estimated by the

[sqlite] Error in SQLITE on applyNumericAffinity

2007-09-12 Thread Stéphane Thiers
Hi, I got this stack error in SQLITE when executing the following request: "INSERT INTO _scalars_float VALUES(237,220,'ComputedNoise','Noise','Noise level estimated by the smoothing algorithm','DouglasPeuckerAlgorihtm',0,0,NULL,'-1.79769e+308','1.79769e+308','%.2f','') The stack is the