You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Table Input transform, when using Ctrl + Space to open the variables list, selecting and double-clicking a variable does not insert it into the SQL text as expected.
Steps to reproduce:
Open the Table Input transform in Hop GUI.
Click into the SQL editor.
Press Ctrl + Space to display the list of variables.
Select a variable from the list.
Double-click on the selected variable.
Observe that the variable is not inserted into the SQL text.
Expected behavior:
Double-clicking on a variable in the Ctrl + Space variable list should automatically insert it into the SQL text.
Actual behavior:
The variable is not inserted into the SQL text, requiring manual entry.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
Apache Hop version?
SNAPSHOT-2024-11-15
Java version?
java version 21.0.2
Operating system
macOS
What happened?
In the Table Input transform, when using Ctrl + Space to open the variables list, selecting and double-clicking a variable does not insert it into the SQL text as expected.
Steps to reproduce:
Expected behavior:
Double-clicking on a variable in the Ctrl + Space variable list should automatically insert it into the SQL text.
Actual behavior:
The variable is not inserted into the SQL text, requiring manual entry.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: