Re: GSoC 2007: Implementing Check Constraints

2007-05-26 Thread Jacob Kaplan-Moss
On 5/26/07, Justin Bronn <[EMAIL PROTECTED]> wrote: > We encountered a similar problem on the GIS branch. Specifically, the > OpenGIS specification requires that compliant spatial databases add > geometry columns by calling the stored procedure AddGeometryColumn() > after the table definition. >

Re: GSoC 2007: Implementing Check Constraints

2007-05-26 Thread Justin Bronn
>I am a participant in the Summer of Code 2007. Welcome to the development list! >For my project,all that I have to do is actually append the sql >statements for the table (containing the check statements) when syncdb >is called. My problem is a typical one that "There is more than one >way of

GSoC 2007: Implementing Check Constraints

2007-05-25 Thread theju
Hello everyone, I am a participant in the Summer of Code 2007 and working on "Implementing Check Constraints in Django". My mentor is Simon Blanchard. The hosting page for the projects is at http://code.google.com/p/django-check-constraints/ and the Proposed Features Wiki at