- LATERAL queries support (wiki)
- RawStatement support (wiki)
- Expose statement Rows method (wiki)
- Allow Raw helper to accept named arguments (wiki)
- Lossless decimal types conversion (wiki)
- Implicit CROSS JOIN support (wiki)
- SQL builder schema rename support. (wiki)
- [Bug][MySQL] UPDATE statement does not escape reserved word when MODEL is used (issue)
- Allow Bytea literal constructor to accept byte array as well as string
- New literal constructor functions: (wiki)
- for each of the integer types - Int32(), UInt32(), Int64, UInt64(), etc..
- for uuid literal - UUID()
- for exact decimal literal - Decimal()