Recent content by Darko

  1. D

    Parameter format when using Code Assistant

    Thanks Marco. And thank you for your prompt answer.
  2. D

    Parameter format when using Code Assistant

    Hi, sory if this is already answered, but I have the following question: when I'm using Code Assistant to fill all parameters in a call, formatting is not consistent with the one set in formatting rules. For example, I have set that comma "," should be placed before the parameter name, like...
  3. D

    Allow test window to store set of parameters

    Hi, it would be very useful if test window, or test itself, could have multiple sets of parameters to run it with. One purpose could be to run it on different databases, but with its own set of values. Even on the same database often you want to use different values with the same call. Of...
  4. D

    Indicator of parameter direction (IN, OUT, IN/OUT) in test window

    Hi, There is no parameter direction indicator in test window, in variables specification. It would be very nice to have them, as currently one cannot know, by looking at the variables, which ones should be populated, and where one can expect result. Of course, one can always look at the...
  5. D

    Query while in debug

    Great, thanks, that's just what I was looking for!
  6. D

    Query while in debug

    Is there a way to query table that is changing inside procedure while in debug mode, i.e. to see that changes (like insert/update) while walking through procedure in debug mode? I know that standard query window is probably in other session so I can't see what's happening to that table changed...
Back
Top