Detect relations event when authenticator does not have rights to intermediate tables

This commit is contained in:
Ruslan Talpa
2015-12-04 17:45:50 +02:00
parent d21120962d
commit 093874469e
2 changed files with 49 additions and 17 deletions
+1
View File
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Miscalculation of time used for expiring tokens - @calebmer
- Remove bcrypt dependency to fix Windows build - @begriffs
- Detect relations event when authenticator does not have rights to intermediate tables - @ruslantalpa
### Added
- Allow order by computed columns - @diogob