Re: [sqlite] why one row's results isn't the same between program and command shell

2012-03-21 Thread Don V Nielsen
Doh! Know the feeling. Well! On Wed, Mar 21, 2012 at 2:38 PM, Simon Slavin wrote: > > On 21 Mar 2012, at 7:35pm, Adam DeVita wrote: > > > Sorry for false alarm. Please disregard this thread: > > > > Solution: make sure you quit everything and

Re: [sqlite] why one row's results isn't the same between program and command shell

2012-03-21 Thread Simon Slavin
On 21 Mar 2012, at 7:35pm, Adam DeVita wrote: > Sorry for false alarm. Please disregard this thread: > > Solution: make sure you quit everything and isolate the code. There is a > subsequent write to the new record that made it appear as a problem, when > it wasn't.

Re: [sqlite] why one row's results isn't the same between program and command shell

2012-03-21 Thread Adam DeVita
Sorry for false alarm. Please disregard this thread: Solution: make sure you quit everything and isolate the code. There is a subsequent write to the new record that made it appear as a problem, when it wasn't. Adam On Wed, Mar 21, 2012 at 3:25 PM, Adam DeVita wrote: >

[sqlite] why one row's results isn't the same between program and command shell

2012-03-21 Thread Adam DeVita
Good day, I'm just exporting data to another db of known same structure, and setting a flag. It seems that one row shows an incorrect result, but only so in my c++ code. I extracted the queries being run using my debugger, and tried them in the command prompt. When I run the following batch of