Correct results but unexpected error

Thanks for ezSQL, it's a huge help!

I'm having a problem with this query (from debug):

Query [4] -- [SELECT event_id, event_calendar_id, event_title, event_member_id, event_content, event_unix_to, event_unix_from FROM ibf_cal_events LIMIT 0,5]

Everything seems to work, and the query returns the proper results just like it should, but it also generates this error:

SQL/DB Error -- [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM ibf_cal_events' at line 2]

I've played around and discovered that event_unix_from is the offending variable, when I remove it everything works fine. It's order independent, it's existence in the query causes the error no matter where it is. I'm stumped, any suggestions?

Thanks!