support dash in column names fix #462

This commit is contained in:
Ruslan Talpa
2016-05-11 10:43:34 +03:00
parent 0dc33dbf9f
commit cacc725e41
5 changed files with 67 additions and 40 deletions
+2
View File
@@ -8,8 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Reload database schema on SIGHUP - @begriffs
- Support "-" in column names - @ruslantalpa
### Fixed
- Set transaction mode to READ when possible to support connecting to read replicas - @ruslantalpa
- Omit Content-Type header for empty body - @begriffs
- Prevent role from being changed twice - @begriffs