mattcasters commented on PR #8214:
URL: https://github.com/apache/hop/pull/8214#issuecomment-5513599800

   Follow-up pushed:
   
   **Float / dock** (same `DatabaseWorkbench` Composite as the perspective, 
Search-style):
   - *Float* on the connection toolbar, or **Tools → Database window**, opens a 
non-modal window
   - *Dock* opens a tab in the bottom dock
   - One workbench instance per placement
   
   **SQL editor issues from the recent “AI Generated” reports:**
   - #8229 — `Database.getRows` now calls `setQueryLimit` so the 1000-row cap 
reaches the driver (`setMaxRows`), not only the client read loop. Same in the 
new SQL tabs and the modal `SqlEditor`.
   - #8224 — `execStatement` applies the statement query timeout, so 
`HOP_QUERY_PREVIEW_TIMEOUT` covers DDL/DML as well as SELECT.
   - #8228 — cancel watchers are skipped on Hop Web (no shell / Cancel button) 
and run as named daemon threads on desktop (`DatabaseProgressCancelWatcher`).


-- 
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]

Reply via email to