Michael J. Sullivan
Michael J. Sullivan
Probably it should work right and compare to the string
Once we have a dedicated 6.0 branch of the matrix, we can install the postgis extension into it so those tests will run
* **asyncpg version**: 0.30.0 * **PostgreSQL version**: 17.2 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No *...
It's debatable whether this is a typeshed issue or pyright, I suppose. Latest mypy does not exhibit it, using a new typeshed. ``` import uuid u = uuid.UUID('') reveal_type(u.int) #...
Traits have some subtle rules and aren't documented anywhere. We should document them, and, probably as part of that, figure out what the actual semantics are in some corner cases.
You can do something like: edb inittestdb -k test_orm --update --tests-dir misc/fake-tests/
In particular, it seems that *both* can get triggered by `self._propagate_if_expr_refs`, which causes some weird behavior.
Using `percentile_disc` probably
mistral_common has a lot of dependencies, soem of which are causing us problems. Mistral support is kind of marginal, so we'll drop the dependency and fall back to doing the...