Re: [fpc-pascal] fpc 2.2.1 mysql50 is broken on complex queries

2007-11-26 Thread Bee
No, this is a new bug report, not the related reports. :-) Because I can't add notes to existing bug report. I can't even relate them. No input controls available for that purpose. :( Or am I missing something? *I told you I'm new to mantis system* :D -Bee- has Bee.ography at: http://beeogr

Re: [fpc-pascal] fpc 2.2.1 mysql50 is broken on complex queries

2007-11-26 Thread Vincent Snijders
Bee schreef: Just note in the related reports that in your relevant branch (2.2.1 + exact svn revision) the problem still persists. Done: 0010272 No, this is a new bug report, not the related reports. :-) Vincent ___ fpc-pascal maillist - fpc-p

Re: [fpc-pascal] fpc 2.2.1 mysql50 is broken on complex queries

2007-11-26 Thread Bee
Just note in the related reports that in your relevant branch (2.2.1 + exact svn revision) the problem still persists. Done: 0010272 -Bee- has Bee.ography at: http://beeography.wordpress.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.or

Re: [fpc-pascal] fpc 2.2.1 mysql50 is broken on complex queries

2007-11-26 Thread Marco van de Voort
> > Yes, but afaik there already is one. Walk the database component bugreports > > to find out. > > I found 0010148 and 0009763 are related to my problem. Can we have the > patch back-ported to 2.2.1? Just note in the related reports that in your relevant branch (2.2.1 + exact svn revision) the

Re: [fpc-pascal] fpc 2.2.1 mysql50 is broken on complex queries

2007-11-26 Thread Bee
Yes, but afaik there already is one. Walk the database component bugreports to find out. I found 0010148 and 0009763 are related to my problem. Can we have the patch back-ported to 2.2.1? -Bee- has Bee.ography at: http://beeography.wordpress.com _

Re: [fpc-pascal] fpc 2.2.1 mysql50 is broken on complex queries

2007-11-26 Thread Marco van de Voort
> Some complex queries are failed to be executed on mysql50 using fpc > 2.2.1 (rev 9278). Complex queries are queries that involving aggregate > query clauses (group by, max, etc). Setting ParseSQL to true or false > doesn't solve the problem. > > Same queries run fine on fpc 2.2.0. > > Should