Editor enhancement: option to _not_ add trailing slash

A bit of an odd request, I know.

Introduce a preference to optionally _not_ add a trailing slash to program units.

The program file editor automatically adds a trailing slash to program units. Most of the time that is exactly what one would want. However, on my current project we are running all our scripts (dml, ddl) via a special patching utility that uses jdbc to get to the database. Jdbc cannot handle trailing slashes, so we have to manually remove them from our scripts.
 
I have added this to the list of enhancement requests.

In reality it would be better to enhance the jdbc patching utility though.
 
Thank you Marco.

I can agree with your opinion about enhancing the patching utility (Autopatch, by the way), but due to the ever lurking deadline monster, that is not an option for us... Maybe on night/weekend when I have a spare moment...
 
Back
Top