danakil
unread,Jun 19, 2009, 1:28:08 AM6/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vectorstar
2.1 RC1.33
==========
bug fixes:
REFERENCES with multiple source/destination columns now works
correctly, e.g.:
'T1.[C1,C2]' REFERENCES 'T2.[C1,C2]'
JOIN with multiple columns (e.g. 'T1' JOIN 'T2' USING
'[C1,C2]')
Toggle type display in VUI
NEW_COLUMN in a non-empty table
OPEN 'Sys.Column'
added:
HAVING
DECODE
LEFT_JOIN
LIMIT X === PAGESIZE X PAGE 0
Alias support in CREATE_TABLE and DESCRIBE_TABLE
Default support in CREATE_TABLE
changed:
JOIN_DISTINCT renamed to SEMI_JOIN
improved error handling for initialization, GET_OPTION,
SET_OPTION, WHERE