Documentation Source Text

Diff
Login

Differences From Artifact [4ad79021d9]:

To Artifact [5db82a0270]:


23
24
25
26
27
28
29
30
31
32
33




34
35
36
37
38
39
40
23
24
25
26
27
28
29




30
31
32
33
34
35
36
37
38
39
40







-
-
-
-
+
+
+
+








feature {RIGHT and FULL OUTER JOIN} {
  LEFT OUTER JOIN is implemented, but not RIGHT OUTER JOIN or
  FULL OUTER JOIN.
}

feature {Complete ALTER TABLE support} {
  Only the RENAME TABLE, ADD COLUMN, and RENAME COLUMN variants of the 
  ALTER TABLE command are supported.  Other kinds of ALTER TABLE operations
  such as
  DROP COLUMN, ALTER COLUMN, ADD CONSTRAINT, and so forth are omitted.
  Only the RENAME TABLE, ADD COLUMN, RENAME COLUMN, and DROP COLUMN
  variants of the ALTER TABLE command are supported.  Other kinds of
  ALTER TABLE operations such as
  ALTER COLUMN, ADD CONSTRAINT, and so forth are omitted.
}

feature {Complete trigger support} {
  FOR EACH ROW triggers are supported but not FOR EACH STATEMENT
  triggers.
}