I was testing Galleon under BlueDragon 7.0.1 and ran into an odd issue. My queries were being returned with the aliases ignored. Ie, I'd do

select foo as goo
from zoo

And the result query would have a foo column, not goo.

Turns out this is a known issue with the MySQL connector, and Lori from NA posted a fix here.