Re: [sqlite] left join does not return data if right side table is empty

2009-02-03 Thread D. Richard Hipp
On Feb 3, 2009, at 12:16 PM, Nathan Biggs wrote: > I have a question about version 3.6.10. > > I downloaded the amalgamation source code and built a static > library. I > have included the static library in my Windows console application. I > have noticed something very strange though. to ex

[sqlite] left join does not return data if right side table is empty

2009-02-03 Thread Nathan Biggs
I have a question about version 3.6.10. I downloaded the amalgamation source code and built a static library. I have included the static library in my Windows console application. I have noticed something very strange though. to execute my statement I use the prepare and then step not execut