| is a test which verifies the functionality of replacing asterisks in VIEW statements with column
lists.
During investigating http://www.openoffice.org/issues/show_bug.cgi?id=78296 (an issue raised
in OpenOffice.org, which integrates HSQLDB), it rose that views did not behave to the standard
in that they don't always reflect the table column list at the time of creation of the view.
This was changed so that when you CREATE a VIEW, then any asterisks in the constituting
statement are replaced with their column lists.
This test verifies this functionality in a number of different flavours.
author: frank.schoenheit@sun.com |