Daniel John Debrunner schrieb:
[EMAIL PROTECTED] wrote:
"Jean T. Anderson" <[EMAIL PROTECTED]> writes:
If there are no takers to fix DERBY-85 yet, is there a viable
workaround we can document in the Jira issue and on the derby web site?
Yes, create a non-empty dummy table in the default schema. I think
I've mentioned this in a comment to DERBY-85...
Or simpler, just create the schema using CREATE SCHEMA.
Dan.
I've tried that, but it did not seem to work (probably no autocommit?) -
only after creating a dummy table in the default schema I could create
the trigger in a non-default schema.
Peter