Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
It makes sense permanently transform some items once name resolution has happened.
Example, given a column a in a table t that is defined as not null
(a IS NULL) |
can be permanently transformed into
(false) |
Resetting the Item tree and performing name resolution on a further execution of a prepared statement makes no sense.