mattcasters commented on PR #8214: URL: https://github.com/apache/hop/pull/8214#issuecomment-5514552552
**SQL from transform dialogs** now opens the floating Database window instead of the modal `SqlEditor`. `DatabaseWorkbenchDialog.openSql(connection, sql)`: 1. Opens or focuses the floating workbench 2. Selects that connection and starts a background schema/table refresh 3. Puts the generated SQL in an editor tab immediately so you can edit and run (`Ctrl+Enter`) while the tree loads Call sites: Table Output, Insert/Update, Update, Synchronize After Merge, SQL File Output, Dimension Lookup, Combination Lookup, and the bulk loaders (MySQL, PostgreSQL, Oracle, SQL Server native, Vertica, MonetDB, CrateDB, Snowflake, Redshift). Database explorer Open SQL / Generate DDL / Truncate uses the same path. The modal `SqlEditor` class is still in the tree but no longer opened from these dialogs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
