fix #414 revert to separate count query

This commit is contained in:
Ruslan Talpa
2015-12-15 12:04:04 +02:00
parent 2cf903cebe
commit 1acd07cb61
3 changed files with 77 additions and 83 deletions
+1
View File
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix #396 include records with missing parents - @ruslantalpa
- `pgFmtIdent` always quotes #388 - @calebmer
- Default schema, changed from `"1"` to `public` - @calebmer
- #414 revert to separate count query
### Added
- Allow order by computed columns - @diogob