liquifusion / icrm-sdk

ColdFusion wrapper for the Infusionsoft CRM API
Other
6 stars 6 forks source link

Update Queryhelper.cfc, resolves odd column names #7

Open dheighton opened 10 years ago

dheighton commented 10 years ago

Change the column name creation in queryhelper.cfc to fix an issue with specifically the aging report, but could show up elsewhere if illegal characters were in the column name. Code also appends custom in front of custom fields, and appends just an if the field starts with a numeric character, which is illegal only as the starting character in Coldfusion Query objects.

Fixes issue #6

This does not address the same bug happening in the Coldfusion implementation of XMLRPC, which issue #3 deals with.