Chad Whitacre
Chad Whitacre
http://www.postgresql.org/docs/current/static/plpgsql-errors-and-messages.html
I think Robbelard discusses something like this in [his talk](https://www.youtube.com/watch?v=Wz1_GYc4GmU#t=25m06s).
I have a column of a custom type, and I want a reference to the parent for the child. I want to be able to do: ``` foo = Participant.from_username('foo')...
From @zwn at https://github.com/gittip/postgres.py/commit/935feba8943fa6171f0bf29ec4ab6b3f2910e45b#commitcomment-5532271 : > I think the `default` should never be raised. Instead another param called maybe `raises` should be added to make it clear _at the call...
@deltab and @dstufft in [IRC](https://botbot.me/freenode/gittip/msg/7661670/)
"which is a psycopg2 compatible but it works on PyPy" @dstufft in unlogged IRC
I want to have fine-grained control over statement_timeout.
It'd be nice to have a built-in API for lazily loading foreign records. See #22 for a pre-loading implementation.
Is anyone using the https://pypi.org/project/sentry/ package? We would like to stop publishing it for the following reasons: 1. To move build stuff out of [`setup.py`](https://github.com/getsentry/sentry/blob/master/setup.py) to make the development flow...