pgFmtIdent always quotes #388

This commit is contained in:
calebmer
2015-12-13 16:58:56 -05:00
parent 7f0dc82d7a
commit 6ef9000b31
2 changed files with 2 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Detect relations event when authenticator does not have rights to intermediate tables - @ruslantalpa
- Ensure db connections released on sigint - @begriffs
- Fix #396 include records with missing parents - @ruslantalpa
- `pgFmtIdent` always quotes #388 - @calebmer
### Added
- Allow order by computed columns - @diogob