* Do not use str.format() for database queries. Ensure that pg columns returned respect schema prefix.
* quotes not needed with %s
* use sorted on test array comparison
* linting
Change class name
Fix flake8
Fix exceptions order
Add missing class name changes
Fix get function for geojson provider
Fix get function for ES provider
Fix ES tests
Fix ES tests
Change word
Fix get function for csv and mongo providers
Fix import
Fix flake8
Fix get function for sqlite/gpkg provider
Fix get function for PG provider
Fix postgres tests
Fix postgres tests
Fix postgres tests
* The json_serial function needs to be provided in order to dump decimal.Decimal values correctly.
* Added ability to filter on property values
* Added allow_property_filters config parameter.
* Added tests for ability to filter on properties
* Add comment to describe fields attribute
* Fixed PEP8 issues
* Missed a PEP8 lint error
* Added name to authors list
* Consistent string formatting
* Remove config parameter allow_property_filtering
* Revert logging statement
* new file: docker/Dockerfile
Dockerfile for pygeoapi
* testing postgis on travis
* testing 9.6
* install postgis as package
* create database
* postgis dataset - travis
* missing path
* modified: tests/data/hotosm_bdi_waterways.sql.gz
Change in name of dataset
* postgresql code
* modified: pygeoapi/provider/postgresql.py
update with origin
* Postgresql working provider, typo in geopackage
* update to travis. Change on gpkg
* missing dep (psycopg2)
* pytest
* problem with operator in travis
* ProviderConnectionError implementation
* postgresql with schema support
* Changes requested by @tomkralidis
* missing pygeoapi-config.yml
* delete openapi.yml
deleted openapi.yml