c-treeACE SQL Explorer - Export Schema bug on "double" return values
When creating SP/UDF or Triggers, any argument or return value of type "double" had to be specified as "double precision" because return values for UDF did not append the "precision" keyword. the logic has been corrected to eliminate this problem.