Merged feature/default-schema

This commit is contained in:
Joe Nelson
2015-12-14 08:49:52 -08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Ensure db connections released on sigint - @begriffs
- Fix #396 include records with missing parents - @ruslantalpa
- `pgFmtIdent` always quotes #388 - @calebmer
- Default schema, changed from `"1"` to `public` - @calebmer
### Added
- Allow order by computed columns - @diogob