#1 2011-09-26 07:44:20

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,232
Website

Synopse mORMot framework 1.15

Our Client-Server ORM framework is now available in revision 1.15.

This is a major upgrade of the framework:

- It is now called mORMot;
- It is able to use any Database engine back-end - in fact, it is SQLite3 powered, not SQLite3 limited;
- In particular, direct OleDB and native Oracle have been implemented;
- It makes use of the genuine SQlite3 Virtual Table mechanism everywhere to allow mixed access to any database engine;
- New TModTime / TCreateTime kind of fields;
- Enhanced stability, speed and multi-thread implementation;
- Methods and functions have been enhanced, according to user feedback (thanks you all for your interest and forum posts!);
- Extended documentation, with new diagrams and a lot of new content;
- New associated tools, like LogViewer or SynDBExplorer;
- The SQLite3 core can now be used without our ORM - it has been updated to the latest 3.7.8 version;
- Open Source (under GPL/LGPL/MPL license), running from Delphi 6 up to XE2.

Offline

#2 2011-09-26 13:20:53

proto
Member
From: Russia, Kostroma
Registered: 2011-09-12
Posts: 31

Re: Synopse mORMot framework 1.15

may be any write new sample advanced using drawgrid with new features framework?

Last edited by proto (2011-09-26 13:21:05)

Offline

#3 2011-09-26 15:46:20

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,232
Website

Re: Synopse mORMot framework 1.15

You have drawgrid at work in both:
- SynFile main demo (inside the UI classes of the framework);
- DBExplorer tool (inside a low-level direct access to DB classes, processing some grid from JSON content directly retrieved from the DB classes).

All source code is available in the "Sample" sub-folder of the framework.

Offline

#4 2011-10-08 13:31:11

coblongpamor
Member
From: Bali-Indonesia
Registered: 2010-11-07
Posts: 130
Website

Re: Synopse mORMot framework 1.15

In the Maindemo example application, some times grid displaying strange character. Especially for the first time running with empty grid, and then create some record.

thanks

Offline

#5 2011-10-09 18:03:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,232
Website

Re: Synopse mORMot framework 1.15

I'll look at that.

Thanks for the report.

Offline

Board footer

Powered by FluxBB