You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Empty fields in FIleMaker are returned as strings, which can screw up casting. This update treats empty strings as null for casting purposes so that you retrieve null for cast fields from an empty string. This is a big fix for dates, which previously incorrectly returned the current timestamp instead of null for empty date fields.