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 was archived by the owner on Jan 28, 2021. It is now read-only.
CREATE INDEX email_idx ON commits USING pilosalib (commit_author_email);
SELECT count(*) FROM commits WHERE NOT (commit_author_email='non existing trash');
Get 0 rows. It doesn't work for both drivers (pilosa and pilosalib).