You are not logged in.
SynBigTable and SynCommons have been enhanced:
* record validation now uses the generic TSynValidate mechanism, common
with our main ORM framework, compliant with true multi-tier architecture:
use Table.Validate method (see e.g. the update CheckConstraints)
* record filtering now uses the generic TSynFilter mechanism, common
with our main ORM framework, compliant with true multi-tier architecture:
use Table.Filter method
* dedicated TSynTableFieldProperties.Validate method for validation (e.g. a
TSynValidateTableUniqueField instance is created if tfoUnique is in Options)
* dedicated TSynTableFieldProperties.Filter method for filtering (using
common TSynFilter classes, working at UTF-8 Text content)
Offline