Skip to content

QueryBuilder: allow IN QSet, multi-row insert and LEFT OUTER JOIN

Daniel Vrátil requested to merge work/dvratil/extend-query-builder into master

Some extra features to allow optimizing some of queries, especially the multi-insert and LEFT OUTER JOIN can help fold multiple queries into one, so that we don't need a transaction.

Details in commit messages.

Merge request reports