Create function/sp which references to NON-existent exception: compiler
outputs "unknown ISC error 335544994" instead of "exception not defined"
-
Trace does NOT display output if its config contains EXCLUDE_FILTER=%(SELECT)%
and execute block with COMMENTED 'select' is running
---
Key: CORE-4370
On 03/23/14 13:33, Claudio Valderrama C. wrote:
> Hello, in jrd.cpp,
> JAttachment::dropDatabase(...)
> we have
> for (; shadow; shadow = shadow->sdw_next)
> {
> err = err || drop_files(shadow->sdw_file);
> }
>
> Do we really want to drop files only until we get an error? I've changed the
> l