We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as_of
Probably this behavior is expected, but it is surprising and may should be documented
Let's say that I have an object that has been modified multiple times:
my_object.as_of(1.month.ago) == my_object.as_of(1.minute.ago)
Returns true, because chronomodel does not check equality of hid when it is not an historical object
true
hid
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Probably this behavior is expected, but it is surprising and may should be documented
Let's say that I have an object that has been modified multiple times:
Returns
true
, because chronomodel does not check equality ofhid
when it is not an historical objectThe text was updated successfully, but these errors were encountered: