1.4.0
Changes:
- Add support to create dynamic conditions where the criteria is defined at runtime. This allows to have a select with a where provided by an external system.
- Implements compound operator (
union
,intersect
,except
) on select expressions. - Allows
executeSelectPage
on select withgroup by
- Allows insert from select returning last inserted id in PostgreSql and Sql Server
- Extends the possibility of a select query to change the shape of the projected object allowing move some property to an internal object (split) or combine the result with a second query string the value as a property of the first one (compose)
- Add support to recursive select queries
Bug fixes:
- Fix
startsWith
andendsWith
misspelling