diacritics
fixed:
This is fixed in r732
Fixed ticket #336 - Updated fFilesystem::convertToBytes() to properly handle integers without a suffix and sizes with fractions
Removed some extraneous 1s in parameter names
(diff)
fixed:
This is fixed in r731
Fixed ticket #345 - fActiveRecord::changed() now properly compares NULL and blank strings
Content-ID for attachments in fEmail
Content-ID for attachments in fEmail
fixed:
This is fixed in r730
Fixed ticket #346 - fORMOrdering was creating incorrect SQL statements for columns in unique constraints with three or more columns. Fixed a bug with detecting unique constraints in fSchema for SQL Server, and fixed a bug in loading fActiveRecord objects with only some of the columns in a multi-column primary key.