Add set schema to middleware

Fix #828, breaking change: computed columns now only work if they are on
the config schema.

Fix #835, tests now not depend on the search_path of the
postgrest_test_authenticator.
This commit is contained in:
steve-chavez
2018-01-10 09:50:20 -05:00
committed by Steve Chávez
parent f9e770b583
commit 85d9feeeab
7 changed files with 24 additions and 20 deletions
+6
View File
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #828, Fix computed column only working in public schema - @steve-chavez
### Changed
- Computed columns now only work if they belong to the db-schema - @steve-chavez
## [0.4.4.0] - 2018-01-08
### Added