On Thu, 2005-09-01 at 13:04 -0400, Igor Tandetnik wrote: > SQLite 3.2.5, freshly downloaded Windows binaries.
The bug appears to have been introduced in version 3.1.0. > -- now for the bug > select a.id, b.id, b.text from a join b on (a.id = b.aId) order by a.id, > b.text; > 1|1|zzz > 1|2|xxx > 1|3|yyy > Fix is at http://www.sqlite.org/cvstrac/chngview/cn=2655. -- D. Richard Hipp <[EMAIL PROTECTED]>