Conversation
|
While you are at it, could you also mark implicit domains as system, please?.. |
I'm not sure this is correct (and that it will not cause backward compatibility issues). |
|
But it would allow to clean out the hack with |
|
In my mind, a system domain is a domain that is used in system tables. You can add the automatically generated domain flag to ods 14. |
|
I always read it as "created and maintained by system" in contrast to "created by user". |
src/dsql/DdlNodes.epp
Outdated
| // second pass | ||
| if (alterIndividualParameters) | ||
| executeAlterIndividualParameters(tdbb, dsqlScratch, transaction, !altered, true, false); | ||
| executeAlterIndividualParameters(tdbb, dsqlScratch, transaction, false, true, false); |
There was a problem hiding this comment.
Sorry that I did not mention it at once - in that case no reasons to have create parameter in executeAlterIndividualParameters, false is always passed to it.
This PR addresses some issues spotted in #8881:
RDB$USER_PRIVILEGESandRDB$SECURITY_CLASSES