Fixed validation for GenericReferences

Where the references haven't been dereferenced
This commit is contained in:
Ross Lawley
2013-01-22 17:56:15 +00:00
parent c44b98a7e1
commit 6d68ad735c
3 changed files with 112 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ Changes in 0.8.X
- Uses getlasterror to test created on updated saves (#163)
- Fixed inheritance and unique index creation (#140)
- Fixed reverse delete rule with inheritance (#197)
- Fixed validation for GenericReferences which havent been dereferenced
Changes in 0.7.9
================