Ticket Hash: | f56f0e8d8328dad0b794e02dcc17d38860308ef1 | |||
Title: | Allow raw SQL execution in batch mode. | |||
Status: | Deferred | Type: | Feature_Request | |
Severity: | Important | Priority: | Immediate | |
Subsystem: | mORMot | Resolution: | Rejected | |
Last Modified: | 2016-07-24 08:37:08 | |||
Version Found In: | ||||
User Comments: | ||||
anonymous added on 2016-01-06 18:39:25:
Currently the batch operations are limited to record addition, update and deletion only, is it possible to also add a new method which works like Execute(aSql: utf8string) but is handled by the batch mechanism? Corresponding forum post: http://synopse.info/forum/viewtopic.php?pid=18976 ab added on 2016-07-24 08:37:08:
It was on purpose that direct SQL execution in a batch is NOT implemented in mORMot. Of course, as we wrote in the doc, sometimes, there is nothing better than a tuned SQL. The ORM can't do anything. |