Comments
Sort by recent activity
Hi Bart
Thank you for your quick reply.
My EngineOptions.xml did not contain the tag you mentioned, so I added it as a new line
<EnableFastSingleMatchInsertion>False</EnableFastSingleMatchInsertion>
(just after the first line <EngineOptions>)
Unfortunately this did not change the behaviour described in my original post.
Looking forward to see a patch :-)
Ulrich / comments
Hi Bart
Thank you for your quick reply.
My EngineOptions.xml did not contain the tag you mentioned, so I added it as a new line
<EnableFastSingleMatchInsertion>False</EnableFastSingleMatchInsertion...
one more suggestion:
Option to only use aliases on table columns when an alias for the table exists.
When doing quick and dirty selects, I dont like to see SQL Prompt to add aliases as
select * from customers where dbo.customers.custname = ... / comments
one more suggestion:
Option to only use aliases on table columns when an alias for the table exists.
When doing quick and dirty selects, I dont like to see SQL Prompt to add aliases as
select * fro...