Golden Changelog

What's new in Golden 5.7 Build 447

Jun 8, 2006
  • Added: Added new EXPORT script statement option of CSV. Usage is:
  • SELECT * FROM EMP;
  • EXPORT CSV "FILENAME";
  • Added: Added new option 'Export Nulls to Excel' which will export null strings as NULL values instead of empty strings.This affects sort order of the values in Excel as empty strings will come first and nulls will come last.
  • Improved: CSV export workaround for a bug in Excel when importing CSV files where the first two characters of the file are ID (Excel assumes SYLK format in this case.)
  • Fixed: Problem with XMLType fields in select statements.
  • Fixed: DBMSOutput window wasn't disabling the output buffer when closed.
  • Fixed: Records affected message wasn't being shown for MERGE statements.
  • Fixed: Script bind variables of type CLOB weren't being handled properly.
  • Fixed: SQLBuilder now properly shows columns for 'V$*' system views.