 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
Tab Bug (private build) |
|
5.0.120 Pro
SQL 2008
SSMS
Assuming:
DECLARE @PreviousChange DATETIME = (SELECT
Hit enter, then tab until you are under the Select. Type FROM<space>.
You will end up way far to the right. Each time you try it again, you end up farther to the right.
|
|
Fri Jun 25, 2010 1:01 pm |
|
 |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
|
|
Also happens on the WHERE clause. But not on the select that was left empty.
|
|
Fri Jun 25, 2010 1:04 pm |
|
 |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
|
|
This build has some bizarre quirks with repeating text:
INNER JOIN dbo.Table t
change it to
INNER JOIN (Select * From dbo.Table t
Then move cursor to F in the from and hit enter to move it to the next line. End up with:
INNER JOIN (Select *
INNER JOIN (From dbo.Table t
I'll move back to the official build. As always, I'll beta test when you start one.
|
|
Fri Jun 25, 2010 1:13 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
|
|
|