Update changelog

This commit is contained in:
Itai Shirav 2018-08-19 18:38:30 +03:00
parent cd2bd6b9e1
commit a0e602f0b2

View File

@ -6,6 +6,7 @@ Unreleased
- Include alias and materialized fields in queryset results - Include alias and materialized fields in queryset results
- Check for database existence, to allow delayed creation - Check for database existence, to allow delayed creation
- Added `Database.does_table_exist` method - Added `Database.does_table_exist` method
- Support for `IS NULL` and `IS NOT NULL` in querysets (kalombos)
v1.0.1 v1.0.1
------ ------