 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
FEATURE: Selecting table functions from pop-up |
|
After typing SELECT and selecting a table-valued function from the pop-up, we can see a result eg. like this one:
 |
 |
SELECT
oi.[schema_name],
oi.table_name,
oi.index_name1,
oi.index_name2,
oi.column_name,
oi.column_pos
FROM
util.ft_overlapping_indices oi
|
It would be nice if it could also add the brackets and optionally the input parameters too so that the result would be something like this:
 |
 |
SELECT
oi.[schema_name],
oi.table_name,
oi.index_name1,
oi.index_name2,
oi.column_name,
oi.column_pos
FROM
util.ft_overlapping_indices(@param1, @param2) oi
|
I guess that could be achieved by tinkering with DB Queries but I don't know where to start and neither have time to experiment with it right now.
|
|
Mon Mar 28, 2011 6:39 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
That is going to be the default behavior in the next version :-)
I'm running an internal pre-beta version which is already supporting that
|
|
Tue Mar 29, 2011 1:16 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
Excellent :) I'm looking forward to seeing it. Any info on release date?
|
|
Tue Mar 29, 2011 2:18 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Sorry, no official date yet. So far we are expecting public beta to start in 2 to 3 weeks. But please don't take my word for that.
|
|
Thu Mar 31, 2011 8:32 am |
|
 |
|
|
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
|
|
|