You are not logged in.
Pages: 1
Concerns mORMot2:
The description still refers to the old function name "TOrmProperties.FieldBitsFromRawUtf8()" in several places.
With best regards
Thomas
Offline
Should be fixed now.
It should be called (commit e85ca80):
function TOrmPropertiesAbstract.FieldBitsFromRawUtf8(
const aFields: array of RawUtf8; var Bits: TFieldBits): boolean;
begin
result := FieldBitsFrom(aFields, Bits);
end;
A personal note: I don't think it's necessary to keep the FieldBitsFromRawUtf8() function. mORMot2 is not officially released yet and everyone who already uses it must know that there can/will be changes. I'm happy to make these changes.
With best regards
Thomas
Offline
mORMot2, commit a96bc2d
I think my comments from post #3 are still there.
With best regards
Thomas
Offline
Pages: 1