Changelog for Build 109.1
Enhancements
- (109.1) The "Delete data" dialog in the DbExplorer now correctly commits for DBMS where TRUNCATE is transaction safe. The CASCADE option for PostgreSQL is also supported.
Bug fixes
- (109.1) The console interface was no longer working.
- (109.1) Importing multiple zipped text files into tables with BLOB columns did not work when using a batch size > 1
- (109.1) When copying data to the clipboard, the data was always copied in the column order as retrieved from the database. If the column order was changed, this was not reflected in the copied data
- (109.1) If a stored procedure in Oracle with the same name existed as a standalone procedure and a packaged procedure, the procedure columns for the standalone procedure where not displayed correctly in the DbExplorer
- (109.1) When using the new lobsPerDirectory parameter for WbExport, the directory numbering did not restart with a new table.
- (109.1) WbSchemaReport created invalid SQL if column names contained characters that needed a replacement with an XML entity.