You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
b) created the bug on your local dev (in the very same pull request)
I'm not sure which without digging in further, but it seems like the former is true. Would you mind testing,
fixing, and submitting as a separate pull request?
On Mon, Apr 1, 2013 at 11:20 PM, Sergey A. Glukhov <[email protected]
wrote:
Here is an example:
Installation.deleted_after_time(Time.now)
this will produce
SELECT "installations".* FROM "installations" WHERE ("installations"."deleted_at" IS NULL) AND (deleted_at > '2013-04-02 05:29:26.156025')
As you can see from WHERE clause that it will never return values.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/107
.
Here is an example:
this will produce
As you can see from WHERE clause that it will never return values.
The text was updated successfully, but these errors were encountered: