Added
- Add Case-When support. (#943)
- Add
Rand
/Random
function in contrib. (#944) - Add
ON CONFLICT
support inINSERT
statements. (#428)
Fixed
Changed
- Move
Function
,Aggregate
fromfunctions.py
toexpressions.py
. (#943) - Move
Q
fromquery_utils.py
toexpressions.py
. - Replace
python-rapidjson
toorjson
.
Removed
- Remove
asynctest
and useunittest.IsolatedAsyncioTestCase
. (#416) - Remove
py37
support in tests. - Remove
green
andnose2
test runner.