- **Fix**: Use quotes in JSON column type keys in `Property`
0.7.0
- **Feature**: Now is possible to pass `Distinct` to `Count` to have `COUNT(DISTINCT property)` syntax in pSQL - **Tests**: Test for JSON column type in pSQL
0.6.1
- **Fix**: Use native `typing.Literal` if possible (Python 3.8 compatibility fix)
0.6.0
- **Feature**: `lower` function introduced - **Feature**: `upper` function introduced - **Feature**: pSQL `initcap` function introduced
0.5.0
- **Feature**: `QueryFactory` supporting `json`, `msgpack` and `bson` - **Feature**: pSQL `unaccent` function introduced
0.4.0
- **Feature**: `Extract.Unit.DAY` introduced - **Feature**: `CastOperator.DataType.REAL` introduced - **Feature**: pSQL `to_char` function introduced - **Feature**: pSQL `to_date` function introduced