- added support for advanced ordering null values in `SQL` backend using nulls last and nulls first methods
- adjusted operators `eq` and `ne` - correct handling of bool type columns and `None` values
- added handling of labeled functions such as `coalesce`, `min` `max` etc. in `SQL` backend (for null checking)