Posted
over 3 years
ago
by
ab
Our ORM is not fully featured, mainly because it is not tied to SQL, but also works with NoSQL like MongoDB or our in-memory engine, so the ORM methods are not 100% aligned to the SQL possibilities.In practice, the limitation to a single field
|
Posted
over 3 years
ago
by
ab
The SYNOPSE_FRAMEWORK_VERSION constant contains the mORMot version at compile time, on both frameworks.Since yesterday, mORMot 2 also has its build part incremented, e.g. 2.0.10, at each commit.
|
Posted
over 3 years
ago
by
Stemon63
Ah, Ok.Thanks a lot!Good job!
|
Posted
over 3 years
ago
by
Leslie7
lagodny wrote:In Ukraine, we now have to fight for our lives and the lives of our families. I ask everyone to bring the truth to the Russians. Because their lies have already crossed all boundaries. Stop the war!
If only all Russians were properly
|
Posted
over 3 years
ago
by
dcoun
Mormot1 does not support cross-platform JSON serialization / unserialization for records. Am I wrong?Will that change in mormot2?The main reason of asking is the use of RecordLoadJson/DynArrayLoadJson in getters/setters in TOrm derived entitles.
|
Posted
over 3 years
ago
by
ab
First ensure you have the latest version of mORMot and SQlite3 static bindings.Then I don't see why custom indexes would induce such an error.Try to circumvent the problem.
|
Posted
over 3 years
ago
by
lagodny
In Ukraine, we now have to fight for our lives and the lives of our families. I ask everyone to bring the truth to the Russians. Because their lies have already crossed all boundaries. Stop the war!
|
Posted
over 3 years
ago
by
ab
There are several ways to do it in TRestStorageExternal.The TRestStorageExternal.OnEngineAddComputeID method is defined for computing an ID before the INSERT.You can put here some low-level SQL statement to get an ID, e.g. from a DB sequence.If you
|
Posted
over 3 years
ago
by
wsd
Thank you very much. I'll check this out and see if I can get my head around it. I really appreciate the point in the right direction!Out of curiosity - just wondering why the demo is labelled JSON when there's no JSON packet involved, or is it also JSON and there's something I'm misunderstanding?
|
Posted
over 3 years
ago
by
edwinsn
Great! Downloading Thanks for your great job, as aways!
|