Hi,
I am having an issue with using the scheduler with Oracle. It appears that the .NET connector is returning all Oracle column names in uppercase except for the id,start_date and end_date.
Eg. event_location is returned as EVENT_LOCATION, lng -> LNG, lat-> LAT, text -> TEXT etc.
So when I try to use the default behavior the text data doesnt show, the mapping location doesnt show…etc
If i search and replace the javascript to uppercase expected database attributes it works fine.
Has anyone encountered this issue, is there a better way to get around it?
Cheers…