Subject Re: [Firebird-Architect] Domains and NOT NULL in PSQL
Author Dmitry Yemanov
"Arno Brinkman" <fbsupport@...> wrote:
>
> I'm not sure i understand your point, but the result of
> CAST(<value> AS <domain>) should meet the domain constraints.

Can you think of a case when a constraint could be violated as a result of a
cast operation? I.e. when CAST (<value> as <domain>) could be different than
CAST (<value> as TYPE OF <domain>)?

> Why SQL-source? To give a good report to user?

To fix the procedure :-)


Dmitry