Cody Flynn

Results 8 issues of Cody Flynn

**Describe the bug** model.save() is raising `NoMatch` when it tries to refresh a server_default that is a PK. I was able to fix this locally by just setting `self.pk =...

bug

Hello PonyORM, is it possible to do the following? EDIT: Sorry to make this more clearer, im trying to build the selected columns dynamically. so instead of: ```python base_select =...

* **asyncpg version**: v0.21.0 * **PostgreSQL version**: CCL v20.1.8 @ 2020/10/21 15:46:38 (go1.13.9) * **Python version**: 3.8 * **Platform**: macos * **Do you use pgbouncer?**: no * **Did you install...

Any plans to introduce async support into this library?

**Describe the bug** the `exclude` argument to load_all will prevent related models from loading that are not referenced in the excluded argument. **To Reproduce** ```py import asyncio import uuid import...

bug

**Describe the bug** to the best of my knowledge, the consumer is _**somehow**_ dropping a connection to the kakfa brokers, and when it tries to reconnect it also seems to...

The login func trys to set a cookie with a key of ATT which no longer appears to be returned from a successful ancestry login post request. I would like...