RELEASE NOTES
RELEASE NOTES

FrontBase 4.1.4 - Release Notes

This is a maintenance release with includes fixes for a few bugs.

FrontBase 4.1.4 - Bug fixes:

Column normalization was not preserved in a WRITE ALL export.

SELECT COUNT(*) in VIEWs didn't always return the correct count.

DELETE on a newly INSERTed row (in the same transaction) didn't prevent the integrity constraints to be checked.

DROPping a user didn't DROP certain privileges granted to the deleted user.

PREPARE VALUES CURRENT_TIME; EXECUTE 0; caused the server to stop.

Edge case correction on certain index operations involving TIMESTAMPs.

DELETE FROM ... WHERE INDEX IN (SELECT ...) was incorrectly transformed to something that always gave "Cardinality error".

The resulting datatype of a multiplication was determined incorrectly.