Welcome to the SQL Navigator Community
Advanced Search - Help - Search Toad World
Welcome, Guest
Login Login / Register
Help
NEW? Get Plugged In

Forums » Join Discussions About... » SQL Navigator

Thread: SQL Navigator 6.x - wrapped code deformed in the Code Editor

This question is answered. Helpful answers available: 2. Answered answers available: 1.


Permlink Replies: 3 - Pages: 1 - Last Post: Nov 8, 2009 3:24 PM by: Gwen
Dominik

Posts: 2
Registered: 11/4/09
SQL Navigator 6.x - wrapped code deformed in the Code Editor
Posted: Nov 4, 2009 1:45 AM
 
  Click to reply to this thread Reply

Hello,

In the version 6.x (I've checked both official ver.: 6.1.1 and 6.2.1) the wrapped code isn't correctly shown anymore (worked fine in v4.4 and 5.x) in the Code Editor. Once you acces to the object via CTRL+click_on_the_object or even directly from DB navigator the code is deformed, I would say: even more wrapped ;-).
Here's an example of the same procedure opened in the newest Navi 6.2.1:

PROCEDURE
9 :2 11


And the same procedure shown in the Navi 5.5:

PROCEDURE
/* $Header:: /Src-6.5.1/server/rKillOs.sql 4 1.0.4 27.09.08 15:54                                                                               $ */
rKillOs wrapped
0
abcd
abcd
abcd


So as you can see, we've lost the possibility to easily check the wrapped source origin.

In fact, there's at least 2 workarounds:
1. Extract DDL works fine
2. Direct access to the source code stored in the DB with the query:
SELECT *
  FROM all_source
 WHERE lower(name) = lower('rkillos')
 ORDER BY line ASC;

But maybe there's some other solutions (bit more comfortable) ?
Or, if it's an issue, it's previewed to be fixed soon?

Thanks in advance for any suggestions.

BR,
Dominik




Gwen


Posts: 865
Registered: 11/19/07
Re: SQL Navigator 6.x - wrapped code deformed in the Code Editor
Posted: Nov 4, 2009 4:08 PM   in response to: Dominik
 
  Click to reply to this thread Reply

Hi Dominik,

There was no other work-around except for the one that you stated. There isn't a target release for this bug yet. How much does this affect your job?

Gwen


Dominik

Posts: 2
Registered: 11/4/09
Re: SQL Navigator 6.x - wrapped code deformed in the Code Editor
Posted: Nov 6, 2009 2:56 AM   in response to: Gwen
 
  Click to reply to this thread Reply

Hello Gwen,

Let's say, even if we (there's some dozens of programmers in my Company working with the SQL Navi) have to follow the workaround scenario many times a day (all sources we're working on are wrapped), in the same time we're using a lot of new features of v.6, which are helping us to save a lot of time during our daily work. So for sure, the version 6.x is the best and most stable one ever, and it's worth to use it.
But if you have a possibility to raise an issue, please do it. I'm sure that the solution is quite simple and one of the reasons why we're posting our problems on this forum, is to make our favorite SQL tool better and better...
We'll be very glad to find the solution in one of the future versions.

BR
Dominik




Gwen


Posts: 865
Registered: 11/19/07
Re: SQL Navigator 6.x - wrapped code deformed in the Code Editor
Posted: Nov 8, 2009 3:24 PM   in response to: Dominik
 
  Click to reply to this thread Reply

Hi Dominik,

Your feedbacks are much appreciated. I just wanted to determine how urgent this issue is. It will be fixed soon.

Cheers,
Gwen


Legend
Guru: 2001 + pts
Expert: 751 - 2000 pts
Enthusiast: 31 - 750 pts
Novice: 0 - 30 pts
Moderators
Helpful answer (5 pts)
Answered (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums