-
Now that we are [adding broadcast support in the catalog](https://github.com/uwescience/myria/issues/814), I suspect that many tests would "break" if they were performed on broadcasted input relations…
-
__Problem__: In Pythonic style, I would expect that given graphs `g` and `h`, `g == h` would return `True` if each graph held the same set of triples. However, [`Graph.__eq__`](https://github.com/RDFL…
-
Consider:
```
struct A {
virtual operator(const A&) const = default;
};
```
The vtable for `A` needs a slot for the virtual function `A::operator` and a slot for the implicitly-declared vi…
-
### Click through the email to read this on GitHub
(I'm going to need the edits)
## @chetgray once surprised me by searching for something like:
`figure petronella` then `figure *` then `figure…
-
## Introduction
Using withRelated in a query for a related table that has a JSON column causes a "could not identify an equality operator for type json" error to be thrown when used with PostgresSQ…
-
I'm running into a problem in generating a random color for my program. The problem is that when generating a random color, between 0 and 7, I have no way of ensuring this random color is not actually…
-
#### Description
Here: https://github.com/SimpleMachines/SMF/blob/release-2.1/Sources/Subs-Editor.php#L920
-
**Fully reproducible code snippet**
input:
```python
from sqlglot import parse_one
query = """SELECT col1 from table where ANY(col2) = 'value'"""
parse_one(query, dialect='postgres').sql(dialec…
-
To filter the metadata there are several filter operations that can be applied to the returned list of metadata. The format of the filter itself should be straight-forward and should follow the patter…
-
### Describe the Issue
There is a typo in the explanation of the inequality operator (!=). The current sentence is:
"It means not equal and returns false where equality would return true and vice ve…