Nick Humrich
Nick Humrich
Yes. That is correct. It might be considered premature to json load a json field that you might or might not want into a dict. Also, you might want to...
hmm, this might not actually work... I will need to circle back on that.
This is a bug, that requires a lot more work to get working. For now you'll just have to json decode json feilds I guess. Pr's welcome ;) I was...
im not really sure how to fix/handle this one. Sqlalchemy has an "execute many" function in which it strings together a bunch of queries in one transaction for. If it...
Autoreflection/Engine are orm properties. As the readme states, this repo currently doesn't support orm properties, only query builder (SQLAlchemy Core). I am not opposed to having this library support it,...
Ok, yes, you are right, this is part of the "core" functionality section. And the fact that it just loads a table does make it core. Either way, today, the...
I honestly haven't looked into it too much, but I think if the Engine is implemented, that might be enough.
every fetch does a prepare for you. But sure, I understand your desire to call the prepare method yourself. Feel free to add a PR. Otherwise, it might be a...
Interesting. Could you add a test case for this issue?
@Pehat This just got merged, and shows how to do it: https://github.com/CanopyTax/asyncpgsa/pull/78/files#diff-caf2a6b8f4947d018f68893c695b5202R254