sunnie@lemmy.ca to Programmer Humor@programming.dev · 10 months agono.. just nolemmy.caimagemessage-square93fedilinkarrow-up1563arrow-down119
arrow-up1544arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 10 months agomessage-square93fedilink
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up39arrow-down2·10 months agoI want to hate this. I really do. But the problem is… I think I like it.
minus-squarenaonintendois@programming.devlinkfedilinkarrow-up14arrow-down1·10 months agoBut how do I know if the WHERE clause is AND or OR?
minus-squareakash_rawal@lemmy.worldlinkfedilinkarrow-up5·10 months agoWe can say default is and and add an Or node for or. Similar to SoP notation, you only write +.
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up3·edit-210 months agoFair. The constraint nodes should probably exist under an And or Or node.
minus-squarelorty@lemmygrad.mllinkfedilinkarrow-up2·10 months agoThis needs a bit of work but it could be interesting
I want to hate this. I really do. But the problem is… I think I like it.
But how do I know if the WHERE clause is AND or OR?
We can say default is
and
and add anOr
node foror
. Similar to SoP notation, you only write+
.How about an
or
boolean attribute.Fair. The constraint nodes should probably exist under an
And
orOr
node.This needs a bit of work but it could be interesting