Posted
over 3 years
ago
by
ab
Not yet.I am not sure I will finalize this part, anyway.I was starting to make a custom compiler, not standard ASN.1 compiler.
|
Posted
over 3 years
ago
by
ab
Should be fixed by https://github.com/synopse/mORMot2/commit/0546e34f
|
Posted
over 3 years
ago
by
ab
{$R mormot.win.manifest.res} is better for normal programs.
|
Posted
over 3 years
ago
by
ab
You are right, of course.Should be fixed by https://github.com/synopse/mORMot2/commit/6c023a36Thanks for the feedback!
|
Posted
over 3 years
ago
by
ab
I don't remember changing anything at that level.With with DB and TSqlDBConnectionProperties class and compiler?Where does it hang exactly (within ThreadSafeConnection or within NewStatementPrepared)? Could you debug a little?Edit: perhaps it is
|
Posted
over 3 years
ago
by
uian2000
I have tried this commit, and it truely worked.Thanks for your great work!
|
Posted
over 3 years
ago
by
dcoun
please include mustache in cross platform units in mormot2My best wishes for the new year.
|
Posted
over 3 years
ago
by
larand54
I don't understand exactly what you meant but I did like this:fStore: TSynConnectionDefinition;
pw: RawUTF8
pw := TSynConnectionDefinition.ComputePassword('myPassword');
fStore := TSynConnectionDefinition.CreateFromJSON(StringToUtf8('{
|
Posted
over 3 years
ago
by
koraycayiroglu
Sorry, i thought AddOrUpdate means as it is and when i set ForceID to true, it will still add or update the same record with same ID. No problems, i changed it as:function TSQLRest.AddOrUpdate(Value: TSQLRecord; ForceID: boolean): TID;
begin
if
|
Posted
over 3 years
ago
by
ab
I thought a directory has no data, so no descriptor.Anyway, I have tried to fix MacOS / DataDescriptor ZIP with folders in https://github.com/synopse/mORMot2/commit/c019517d
|