Feature Request -- PCK-compilation

It would be great to be able to compile the header and the body separate in a .PCK-file.

And if the compilation failed the package that was on the server should be restored back.

Best regards
/Olof
 
Both suggestions are on the list of enhancement requests. The second option will actually be implemented so that a compilation is first tried under a temporary object name, and when it succeeds, it will be compiled under the original name.
 
We could extend the "Multi Session" option to include the Program Window. Right now it uses the main session (which is used for all DLL), but I can't immediately think of reason why it couldn't use a private session. Except for some extra locking issues.
 
Very nice.

Also there's should be a way of canceling a query which is running in the main session.

This as far is the only reason why it would need a separate session.. so that you can check if it is waiting on something and stop it if you must.
 
Back
Top