You are not logged in.
Pages: 1
var LData: TArray<Double>;
// LData is a dynamic array; its length is unknown at compile time.
_arr(LData) doesn't work.....
I am doing this because I want to save the array as string in database (not Blob).
Offline
You can use a temporary JSON conversion.
For mORMot 2, I have just added some overloaded TDocVariantData.InitArrayFrom() method including a TDynArray version, or an "array of double" input.
Offline
You can use a temporary JSON conversion.
For mORMot 2, I have just added some overloaded TDocVariantData.InitArrayFrom() method including a TDynArray version, or an "array of double" input.
Thank you very much. I am using mORMot 1.18 on a new development (following the advice taht mORMot 2 is still not ready for production).
I am somewhat "concerned" - will mORMot 2 be significantly different? Once started with mORMot 1.18 for a project, what should I do to maintain the project in the long run? Will 1.18 be deprecated once mORMot 2 is stable?
Offline
TL&WR
- mORMot 2 is entering its pre-release phase
- mORMot 1.18 is entering its freezing phase
mORMot 2 seems stable for its core process, like SOA or ORM.
The test coverage is as good as mORMot 1.18.
It is already used on production for some projects, and we will use it on our side - for https://www.tranquil.it/en/ - for a huge project in the next months.
Note that the latest features (like Zip64, OpenSSL...) are only par of mORMot 2, and are not likely to be pushed to mORMot 1.18 (unless someone proposes a patch with proper fixes).
Only some features were not converted yet from mORMot 1 to mORMot 2, like TDataSet clients or SynPDF.
So you can check which features you need. It is likely that mORMot 2 can be used for you.
Offline
Oh Cool. Thank you very much.
Offline
It is already used on production for some projects, and we will use it on our side - for https://www.tranquil.it/en/ - for a huge project in the next months.
One more interesting case for mORMot!
Offline
Pages: 1