Page 1 of 1

Table Alias V3.x -> V4.x

Posted: Wed 14 Nov 2018 06:42
by cbiegner
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...

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

Posted: Wed 14 Nov 2018 07:50
by rolfz
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.

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

Posted: Thu 15 Nov 2018 10:08
by alexa
Thank you for bringing this to our attention.

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