Schema added to properties when not required
Currently when I use Query designer the resulting query is expressed as:
SELECT
Hygiene360Log.Hygiene360LogId,
Hygiene360Log.RequestDate
FROM dbo.Hygiene360Log
Where what I want is the minimum length of text to correctly identify tables and objects, like this:
SELECT
Hygiene360LogId,
RequestDate
FROM Hygiene360Log
It's very annoying
3
votes
Eddie Green
shared this idea
-
AdminDevart (_, Devart) commented
Dear User,
Thank you for your post!
We’d like to inform you that we are going to address this issue in one of the future updates, though we currently do not have an estimated release date.
We recommend periodically checking our Revision History, where updates and new features are detailed for each release.
Best,
Devart Team