+ Allow views to be
+ linkend="SQL-CREATEVIEW-updatable-views">automatically
+ updated even if they contain some non-updatable columns
+ (Dean Rasheed)
- Previously the presence of a non-auto-updateable column prevented
- all columns from being auto-updated. Deletes are now supported
- on suitable views even if no auto-updateable columns are present.
+ Previously the presence of non-updatable columns such as
+ expressions, literals, and function cals prevented automatic
+ updates. Now INSERT>s, UPDATE>s and
+ DELETE>s are supported, provided that they do not
+ attempt to assign new values to any of the non-updatable columns.
Allow control over whether INSERT>s and
- UPDATE>s can add rows to an auto-updateable view that
+ UPDATE>s can add rows to an auto-updatable view that
would no longer appear in the view (Dean Rasheed)
Allow security barrier views>
- to be automatically updateable (Dean Rasheed)
+ to be automatically updatable (Dean Rasheed)