 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
mksql
Joined: 29 Dec 2006 Posts: 19 Country: United States |
|
Join suggestions "stuck" on MSSQL |
|
When creating a SELECT, the first suggested join condition between tables appears correctly. On subsequent joins involving different tables, the popup suggestion is always the same as the first.
For example, starting with:
SELECT * FROM tbl1 a
INNER JOIN tbl2 b on b.id = a.id -- First join suggestion appears correct: b.id = a.id
INNER JOIN tbl3 c on c.id = b.id -- At this point the prior popup appears, with tables b & a, but not c
|
|
Mon Jan 29, 2007 6:32 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
We are aware of this issue and have a fix that will be available in the final release. Please stay tuned. The final release will be available in a couple of days.
|
|
Mon Jan 29, 2007 11:12 pm |
|
 |
|
|
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
|
|
|