RPC and Stack
This commit is contained in:
@@ -5,12 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
|
- Call stored procedures
|
||||||
- Filter NOT IN values, e.g. `?col=notin.1,2,3` - @rall
|
- Filter NOT IN values, e.g. `?col=notin.1,2,3` - @rall
|
||||||
- CSV responses to GET requests with `Accept: text/csv` - @diogob
|
- CSV responses to GET requests with `Accept: text/csv` - @diogob
|
||||||
- Debian init scripts - @mkhon
|
- Debian init scripts - @mkhon
|
||||||
- Allow filters by computed columns - @diogob
|
- Allow filters by computed columns - @diogob
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Compatible with Stack
|
||||||
- Add materialized views to results in GET / - @diogob
|
- Add materialized views to results in GET / - @diogob
|
||||||
- Indicate insertable=true for views that are insertable through triggers - @diogob
|
- Indicate insertable=true for views that are insertable through triggers - @diogob
|
||||||
- Builds under GHC 7.10
|
- Builds under GHC 7.10
|
||||||
|
|||||||
Reference in New Issue
Block a user