| Author |
Message |
jamieuka
Joined: 03 Jan 2012 Posts: 4
|
Posted: Tue Jan 03, 2012 10:32 am Post subject: No column suggestion for CTE with row value constructor |
|
|
Example using SQL Server 2008 supported Standard SQL syntax:
WITH T AS (SELECT * FROM (VALUES (1)) AS T (c))
SELECT * FROM T WHERE T
...then type a dot and I would expect the first suggestion to be the column name `c` but it is not shown as a suggestion at all.
Out of interest, it does appear when using this equivalent proprietary syntax:
WITH T AS (SELECT 1 AS c) SELECT * FROM T; |
|
| Back to top |
|
 |
Anu Deshpande
Joined: 20 Apr 2009 Posts: 591 Location: Cambridge
|
Posted: Thu Jan 05, 2012 11:54 am Post subject: |
|
|
Many thanks for your post and apologies for inconvenience caused.
I was able to replicate the issue and have escalated to our dev team.
I will update this post as soon as I have more information on this. _________________ Anuradha Deshpande
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
jamieuka
Joined: 03 Jan 2012 Posts: 4
|
Posted: Fri Jan 11, 2013 4:36 pm Post subject: |
|
|
| One year on, any news on the status of this bug? Thanks. |
|
| Back to top |
|
 |
blitzd
Joined: 26 Nov 2010 Posts: 26
|
Posted: Wed Jan 16, 2013 7:47 pm Post subject: |
|
|
| Feature requests and improvements to functionality are not something RedGate seems to be very good at. |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group