Michael J. Sullivan
Michael J. Sullivan
This won't be changed in 4.0, but conditional DML gives another way to handle it, by doing `(update ...) ?? (insert ...)`.
In progress in #4873
Fixed by #4873
Yes, this should have gone out in 2.10. Can you give an example of what failed for you?
To add some context, the goal here is supporting things like `select Object[is Card | User]`
This seems fixed?
I'm going to close this because even though you clearly hit a bug, there's nothing actionable on our end right now. Sorry!
This is a server bug, https://github.com/edgedb/edgedb/issues/5179, fixed by https://github.com/edgedb/edgedb/pull/5182
And we'll start this off with a belated category 3 announcement: The default wheels for mypy 0.700 are compiled with mypyc. This breaks monkey-patching of mypy internals. If you are...
PR #7397 moves around some functions as part of untangling the cyclic imports in mypy. The most prominent change and the most likely to impact plugins is: * `mypy.types.UnionType.make_simplified_union` ->...