Removed UNION from 'things that must be done sometime' in 4.0. Is implemented in 4.0.0.

This commit is contained in:
arjen@co3064164-a.bitbike.com 2001-11-05 12:35:14 +10:00
parent 2dd56c612c
commit 7926c032b5

View file

@ -5910,8 +5910,8 @@ in function.
@item
Use of full calculation names in the order part. (For ACCESS97)
@item
@code{UNION}, @code{MINUS}, @code{INTERSECT} and @code{FULL OUTER JOIN}.
(Currently only @code{LEFT OUTER JOIN} is supported)
@code{MINUS}, @code{INTERSECT} and @code{FULL OUTER JOIN}.
(Currently @code{UNION} (in 4.0) and @code{LEFT OUTER JOIN} are supported)
@item
Allow @code{UNIQUE} on fields that can be @code{NULL}.
@item