Database creation is silently dropping foreign key constraints where
there is more than one reference to the same primary key -- I only
caught the issue thanks to my unit tests.
Is the patch attached to #1928 a reasonable fix? It'd be great to get
this committed; it seems like a fairly seriou
Ticket #1051 adds support for setting the schema search path on
PostgreSQL connections. I've updated the patch for the current HEAD.
It would also be interesting to look into per-application schema
search_path support, so one could have the admin app live in the
admin schema, as opposed to
What am I going to do is write an outsider's observation on one facet
of the project's development process: patch acceptance and the number
of committers.
To qualify my "outsider" status: I'm a software engineer, but I've
never written a webapp. I spent the past couple weeks researching web