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 isolate the code. There is a > > subsequent writ

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. We've all done it. Glad

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: > Good day, > > I'm just