Closed GoogleCodeExporter closed 9 years ago
What is the expected output? What do you see instead?
I expect, that the selected book will be seen with the picture in the main
view/Window
===========> But it will not be shown. The book is not in the main window
available
Original comment by bernhard...@googlemail.com
on 16 Jun 2010 at 7:15
I'll check into this ASAP. Thanks for the report.
Original comment by charlie....@gmail.com
on 16 Jun 2010 at 8:48
Original comment by charlie....@gmail.com
on 16 Jun 2010 at 8:48
I see the issue already, just by trying out your scenario. "Perry Rhodan 39"
comes back from Google Books without an author (which is odd). My query to
display the books on the main page joins on the author and obviously has a bug
where it fails to join if the author(s) is/are null.
I'll get that fixed in the next day or so.
Original comment by charlie....@gmail.com
on 16 Jun 2010 at 8:52
Looks like SQLite "join" means inner join. I am used to plain join meaning left
outer join. I'll switch the code to the explicit syntax
http://code.google.com/p/and-bookworm/source/browse/trunk/src/com/totsp/bookworm
/data/dao/BookDAO.java).
For reference:
http://stackoverflow.com/questions/774475/what-joins-does-sqlite-support
Original comment by charlie....@gmail.com
on 16 Jun 2010 at 8:55
Original comment by charlie....@gmail.com
on 17 Jun 2010 at 1:12
Original issue reported on code.google.com by
bernhard...@googlemail.com
on 16 Jun 2010 at 7:11