Bug: user is not warned to save changes in SQL window when using Query by Example

Claus Pedersen

Member³
When querying a table using the table name (e.g. in the object browser), right-click and select Query data, when the user modifies the query (e.g. by adding a where clause), the user is prompted to save the changes when the window is closed.

When the user modifies the query by using the Query by example button in the SQL grid (for instance when querying the EMP table, using QBE, and writing 30 in column DEPTNO), the user is not prompted to save changes when the window is closed. The resulting where clause can be quite complex but the window is still closed without a warning.
 
QBE queries are indeed not regarded as changes to the SQL Window contents. We'll consider an option for this.
 
Back
Top