Hi, One of our team members (Dick) actually found it: the problem is related to queries having more than one field with the same name (even when they're prefixed differently).
Let me explain: a reader reading the output of: select o.id, marker.id from marker, object o where marker.id = o.id will fail, and it didn't on previous versions nor with other databases. The same will be true for: select o.id, marker.* from marker, object o where marker.id = o.id pablo Jiri Cincura wrote: > On Tue, Jun 23, 2009 at 14:12, > [email protected]<[email protected]> wrote: >> I just downloaded the official build from the firebird website. >> >> How can I check it's the official one? > > Sorry, my fault. I read, you've build the FirebirdClient assembly. So > just prepare test case if, possible. > ------------------------------------------------------------------------------ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
