Add a "Select Top 1000 Rows" action to Table/View popup menu in schema tree. Attached are examples of other tool.
We should also use the options set in File->Options->Table Data Editor->[TOP default size]
|
103 KB
|
34 KB
See usage of EditViewData/EditTableData.getTitleString().
As per verbal request:
The open/close object qualifiers will use the specified qualifiers set in File->Options->Scripts->[<database>]->Quote Identifier-> [<value>]. This will give the user control on how the table or view is qualified.
Commit Revision : 52194
As per verbal request:
The open/close object qualifiers will use the specified qualifiers set in File->Options->Scripts->[<database>]->Quote Identifier-> [<value>]. This will give the user control on how the table or view is qualified.
Commit Revision : 52194
I have not marked this issue resolved because we are not auto executing the query. Query panel is threaded and it must initiate the connection before the query execution can occur. If this is no longer a requirement then the issue can be resolved.
[SP] This is not required. Marking issue as resolved
I have not marked this issue resolved because we are not auto executing the query. Query panel is threaded and it must initiate the connection before the query execution can occur. If this is no longer a requirement then the issue can be resolved.
[SP] This is not required. Marking issue as resolved
@qa: as explained here, you should test this by generating the SELECT for every DB & version that you have access to. The SELECT statement will not be automatically executed as explained here. When you right click on a table & see the SELECT Top xxx rows, the "xxx" is determined based off the File > Options > Table Data Editor > TOP default size setting
@qa: as explained here, you should test this by generating the SELECT for every DB & version that you have access to. The SELECT statement will not be automatically executed as explained here. When you right click on a table & see the SELECT Top xxx rows, the "xxx" is determined based off the File > Options > Table Data Editor > TOP default size setting
For Informix 11.5, Limit clause is not supported.It is supported for 12.1 and above versions but script is generated successfully like version 12.
Is it expected or we should disable the "Select xxxTop rows" option?
For Informix 11.5, Limit clause is not supported.It is supported for 12.1 and above versions but script is generated successfully like version 12.
Is it expected or we should disable the "Select xxxTop rows" option?
Informix will now use the LIMIT # for versions 12.1 and above and the FIRST # clause for versions below 12.1
Committed revision: 52339
Informix will now use the LIMIT # for versions 12.1 and above and the FIRST # clause for versions below 12.1
Committed revision: 52339
I have tested it for listed databases in ADS 18-rc-2.I did not test on SQL Server 2000 & Volt DB 5.5 due to lack of environment availability.
I have tested it for listed databases in ADS 18-rc-2.I did not test on SQL Server 2000 & Volt DB 5.5 due to lack of environment availability.
Issue #14848 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v18.0.0-rc-2 |
No time estimate |
See usage of EditViewData/EditTableData.getTitleString().