RELEASE NOTES
RELEASE NOTES

FrontBase

Triggers did in rare cases report incorrect semantic errors when fired.

Simple delete operations on look see indexes could in rare cases cause inconsistencies in database disk storage.

The optimize database command could in rare cases cause inconsistencies in the database file storage.

Change a disk zone for a table or an index could in rare cases cause inconsistencies in the database disk storage.

sql92

The sql92 command line tool now supports the -d option which cause sql92 to connect to the specified database. Use the following syntax for the database specification:

database-spec :==databasename |
hostname:databasename |
username@host-name:databasename |
username@databasename

The default user name is _system and the default host name is localhost.