2014-10-20
1.0.2
Paulo Ramos
9.0.0.2
All
All
Developer Tools
[Overview]
Do you need to test an advanced query in your favorite SQL tool (e.g. SQL Management Studio), but hate converting entity names to physical table names (or the other way around)? Developers can use this tool to speed up the conversion.
[Detail]
Feature List Convert Service Studio queries to "physical SQL" queries.
Convert "physical SQL" queries to Service Studio queries.
Example: converts between
select * from {User}
and
select * from ossys_user
Main Benefits Speeds up testing queries in a dedicated SQL client.
System Requirements Platform 9.0.0.2+.
Requires SortRecordList - download and install it before publishing SQLMap.
Limitations External tables (referenced via Integration Studio) are not supported.
This is a port of a very old eSpace (AP 3.x). Because referencing system entities was not supported at the time (or most likely I wasn't aware), the code has some workarounds, making it more complex than it should be.