Re: Possible bug in PreparedStatement ?

2005-12-12 Thread Thomas Dudziak
On 12/11/05, Daniel John Debrunner <[EMAIL PROTECTED]> wrote: > Thomas Dudziak wrote: > > > While sitting here with Jean at the Hackathon and adding support for > > Derby to OJB, I stumbled across a strange exception that might perhaps > > be a bug. In short, OJB generates some SQL like this (don't

Re: Possible bug in PreparedStatement ?

2005-12-11 Thread Daniel John Debrunner
Thomas Dudziak wrote: > While sitting here with Jean at the Hackathon and adding support for > Derby to OJB, I stumbled across a strange exception that might perhaps > be a bug. In short, OJB generates some SQL like this (don't ask): > > SELECT A0.TASK_ID,A0.PERSON_ID,A0.PROJECT_ID,A0.TASKNAME FR

Possible bug in PreparedStatement ?

2005-12-11 Thread Thomas Dudziak
While sitting here with Jean at the Hackathon and adding support for Derby to OJB, I stumbled across a strange exception that might perhaps be a bug. In short, OJB generates some SQL like this (don't ask): SELECT A0.TASK_ID,A0.PERSON_ID,A0.PROJECT_ID,A0.TASKNAME FROM TASK A0 WHERE (A0.PERSON_ID =