-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Does it work with validator unique
rule? If so should rules be unique:collection?
#77
Comments
ps: removing |
Validation seems to work for me. It's a bit hard to add it to the tests because it requires quite some components. |
would you say following is correct?
i believe i am on latest dev-master already. |
I don't know about the '.', I tested it with a collection name without a dot. |
Collection names with a dot seems to work. It runs this query:
|
this explains why, we were using mongodb 2.0 for testing, which doesn't have |
Bingo :p |
i will close this for now |
A simple rule appear to result in this problem:
my validation method:
rules:
The text was updated successfully, but these errors were encountered: