yaai icon indicating copy to clipboard operation
yaai copied to clipboard

database field name syntax is inconsistent

Open askhogan opened this issue 12 years ago • 1 comments

Three types of database naming conventions are in use. Database fields use camelcase ("timestampCall"), underscore separation ("call_record_id"), and other ("callerID"). After analyzing the code, this should be a fairly easy update. Let me know.

askhogan avatar Apr 29 '12 00:04 askhogan

Completely agree. I didn't want to change it because I didn't want to break old 1.0 users. And don't want to bother with writing upgrade scripts.

Now that we're looking at trillion support we'd probably want to change the database name to something more generic.

blak3r avatar Apr 29 '12 01:04 blak3r