Michael J. Sullivan
Michael J. Sullivan
The issue was that the schema didn't match what it should have been, due to the bug in https://github.com/geldata/gel/issues/8465 (fixed in https://github.com/geldata/gel/pull/8466). We repaired it with `administer schema_repair()` (though that...
> Thank you. We skipped from 4.8 to 6.4. Oh, I'm even more confused then, I think. > Are we supposed to take minor versions one by one? No, that...
> Note: This will only check CreateIndex. We can also check AlterIndex, constraints and links as well. Is this worth doing? The thing we really want to check on is...
I think that this could probably work, with some caveats (of which I think the first one is pretty bad): 1. The `.py` would need to be installed in the...
I think maybe another approach would be to add a custom finder/loader to the importing system, using I think `sys.meta_path`? I am not super familiar with the details of any...
Does this not happen with every other Python C extension module you compile? I don't think we are doing anything particularly different.
This is weird. When I do the build ldd reports dependencies as expected
(This is definitely not an edgedb-python issue)
Please post the ISE message and traceback, also
It would probably have to work by doing an edgedb dump/restore, but that's maybe fine