Posts
Sort by recent activity
inappropriate aliasing of fields in a where clause
When typing a query if you type the table in full and do not use sql prompt to fill in the name and add the alias, but do use sql prompt to select the field it adds the alias to the field as the ta...
Feature request, missing feature and a bug
The ability to specify the alias for a table would be really useful as the auto selected aliases do not match the aliases used throughout my companies code base which makes reading the SQL difficul...
SQL Data Compare: Re map object screen
It would be useful to be able to order the objects based on the mapping column, you can currently order by object name, type, owner but not by mapping.
This would help in finding tables that have n...
Data Compare: Where clause editor bug
When adding a filter to a table you need to add a trailing space otherwise the compare fails due to incorrect Syntax.
e.g.
"testfield is not null" fails
"testfield is not null " succeeds