Table Alias V3.x -> V4.x

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
cbiegner
Posts: 8
Joined: Thu 24 Nov 2016 15:52

Table Alias V3.x -> V4.x

Post by cbiegner » Wed 14 Nov 2018 06:42

We just upgraded from dbForge V3.1x to 4.0.275.

First Thing I noticed was the auto-generated table alias when typing an SQL Statement. With V.3.x we got

Code: Select all

SELECT * FROM myTable mt
(the 'mt' alias was made by dbForge)

Now (V4.0.275) we get

Code: Select all

SELECT * FROM myTable "mt"
which results in more typing later on like

Code: Select all

SELECT * FROM myTable "mt" WHERE "mt".myField = 0 ORDER BY "mt".myField

Can this be changed back to the V3 way? Couldn't find anything in the Options...

rolfz
Posts: 7
Joined: Fri 21 Aug 2015 13:45

Re: Table Alias V3.x -> V4.x

Post by rolfz » Wed 14 Nov 2018 07:50

This is exactly what we mentioned in Ticket [Devart #268614].
I am glad to see I am not the only one who is complaining about this as you call it 'Feature',
We would like to have the Alias handled EXACTLY as in Version 3.x, which was the default.

alexa

Re: Table Alias V3.x -> V4.x

Post by alexa » Thu 15 Nov 2018 10:08

Thank you for bringing this to our attention.

We will reconsider this behavior when developing the next product versions.

Post Reply