You are not logged in.
Pages: 1
I still using Delphi 7 in Windows 10.
Can't change to Lazarus.
Was using D7 without problems. Then I used SynCommons unit and the IDE started to freeze.
I know that @ab is refactoring this code. Is the equivalent DynArray code of SynCommons ready for use in mORMot 2.0?
Offline
Is there an "early" access to it?
There are a branch mORMot2 in Github.
Offline
Could you please update us when any part of mORMot 2 is production ready?
Offline
Only a few bugs may have been introduced, during the new framework parts: mainly RTTI and JSON - which were rewritten almost from scratch.
But most of the other part should work directly.
When we will start porting the tests, we will have better visibility.
And we will for sure make an official update on our blog.
Current goal is to have finished the mORMot2 port for Ekon conference - https://entwickler-konferenz.de/delphi- … s/mormot2/
Offline
Current goal is to have finished the mORMot2 port for Ekon conference - https://entwickler-konferenz.de/delphi- … s/mormot2/
Is it gonna have online broadcast?
Offline
Little update about mORMot 2 status.
I just pushed the mormot.orm.core.pas unit, which has the root ORM features.
It is uncoupled from TSQLRest, thanks to interfaces use, and should have a better SOLID design.
https://github.com/synopse/mORMot2/blob/master/src/orm
Still a lot to do, especially to put TSQLRest classes and introduce the interfaces and SOA features.
Stay tuned!
Offline
Little update about mORMot 2 status.
Can't wait :-)
I just pushed the mormot.orm.core.pas unit, which has the root ORM features.
Cool
It is uncoupled from TSQLRest, thanks to interfaces use, and should have a better SOLID design.
Sounds great!
Stay tuned!
I will!
Thanks again!
Offline
Thank you.
Offline
Some info available about mORMot 2 in the just published slides of EKON 24.
https://blog.synopse.info/?post/2020/11 … ion-Slides
Offline
"Branches are evil" make my jaw drop.
548 MB/s to 4.3 GB/s?
Wow
Offline
Teasing presentations !! Clear explanations also. Looking forward to mORMot2.
Offline
I'll definitely check the presentations out!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
I'm impressed by ab's slides on the mORMot2 status and I really like what I've seen so far!
I like the modular design. mORMot2 can be a very very practical foundation for writing cross-platform and cross-compiler software!
One question, I noticed an roadmap item about remote administration UI, will it be a desktop UI or web ui?
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
There is already some Desktop UI, as VCL frames in the mORMot 1.18 sqlite3\ddd\tools folder.
It is used on production, but there is yet no sample about it.
I would like to make available some easy-to-integrate tools for maintaining mORMot 2 projects, as MicroServices.
Offline
@ab,
Thanks for the details. And "no compile warnings" is really an extraordinary achievement - even the Delphi RTL will produce a lot of warnings IIRC
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
There is the {%H-} trick on FPC which helps, once you have ensure that it was a paranoid warning (e.g. it complains about an unassigned string, but by definition, a string on the stack is initialized to ''), you can disable it in the compile logs.
Offline
Pages: 1