Martijn Hinten
Member
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.
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.