Certain lowercase words were forced to uppercase by the dbForge save routine. Now I have to filter through all 200 procedures and figure out which ones were affected. Is there a save option that will not automatically force to upper case? Debugging this is a real pain and since it is a large app, I could miss some until my customers notify me

Here is an example: (the bold is the forced word that becomes uppercase)
BEGIN
SELECT
price, value
FROM
attribute_value
WHERE
attribute_value_id = inAttributeValueId;
END
So "value" is assumed to be a constant rather than a name of a field