Posts
Sort by recent activity
Highlighting First Row of Candidate List
I raised this earlier but had no reponse
When you have a <Table> INNER JOIN <Another Table> ON , then space the candidate list suggests joins , no problem . However , there is no selected item on t...
Snippet Cursor position
Hi I just used a snippet <lk> to get Like '%%' and got LIKE '%$Cursor$%'
Shouldn't the $Cursor$ put the cursor into the %% gap , I think it used to in V3.9
PS nice snippet , I created it before and...
Candidate List Highlights
Hi
I mentioned this is early access version
As I type
SELECT * FROM dbo.QA_TESTS_LOT AS qtl INNER JOIN dbo.QA_LIMITS_LOT AS qll ON
The candidate list appears but no line is highlighted so you have ...
Cache Refresh
Hi
I have uninstalled V4 for the time being , and I am busy refeshing the cache of a DB , am I right that the cache manament option has dissappered from V4
I deal with lots of DB , and after change...
Corrections Beta Date
Hi
Is there a date for the corrections to the early access version and a true Beta ?
There are sufficient niggles and loss of functionality to make me think seriously about uninstalling V4 for the ...
Foreign Key Join Suggestions
Hi
Another bug ?
When I type "Inner Join On" , I get the Candidate list that shows my 3 (in this case) Foreign keys at the top and the Columns of both tables , after selecting the first one for the...
Table Variables
Hi
A big funny I think
first I declared ...DECLARE @Lots TABLE
(
LotID varchar(20)
)
Problem 1
when I typed Insert Into I didn't get a suggestion of @Lots as I would expect in fac...
Early niggles
Hi
It would seem the bracket pairing is working strangely
In 3.9 if you have a function and a pair of () , when you enter text within the brackets and add a final bracket ) if its already exists it...
Ordering in Candidate list
Hi
I have 5 local varibales , not declared in any order , when I type SET I get the 5 variables at the top of the Candidate List but not sorted in anyway , Its not alphabetic and not in the order o...
Ugly Error
Hi
I just tried to layout some text and got the error attached below
I have uninstalled and rebooted re installed to no avail. I have also uninstalled some odd trials to make sure they were'nt inte...