I'm not sure if this will help.
Did you have the field type for aa, a varchar, or char? If you do, the maximum is 255 (to the best of my knowledge). You could try setting the field type to text.
I use mySQL and using field type as text, i have no problem outputting more than 255 chars. Hope this helps.