Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a general purpose not function #944
Comments
added a commit
that referenced
this issue
Jun 11, 2017
added a commit
that referenced
this issue
Jun 11, 2017
added a commit
that referenced
this issue
Jun 11, 2017
sgrif
closed this
in
#945
Jun 11, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Jun 11, 2017
TheZoq2
referenced this issue
Jul 6, 2017
Closed
Use sql for handling not-tags instead of doing it after fetching from the database #23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TheZoq2 commentedJun 11, 2017
I had a very short discussion with @sgrif about this in gitter and he asked me to open an issue for it.
Right now, there does not seem to be a way to make a query for finding all rows where an array does not contain a different array. Something to do the opposite of this:
I assume adding a
filter_notfunction that generates aWHERE NOTquery would be the most general way of implementing this.