Ah interesting. I'm trying to put the finishing touches on https://github.com/abec/django-pygresql. Basically, PyGreSQL is suitable for my project since it has a more open license. Does PyGreSQL still take new commits? I may try to make this work with the DB API 2 and send it upstream to you guys.
On Sun, Jan 19, 2014 at 9:00 AM, <[email protected]> wrote: > Send PyGreSQL mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.vex.net/mailman/listinfo.cgi/pygresql > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PyGreSQL digest..." > > > Today's Topics: > > 1. Create Database (Abraham Elmahrek) > 2. Re: Create Database (Christoph Zwerschke) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 18 Jan 2014 12:12:49 -0800 > From: Abraham Elmahrek <[email protected]> > To: [email protected] > Subject: [PyGreSQL] Create Database > Message-ID: > < > caovm-ch5dzbkm7vgvzsdgafx8r3ok4nuzitb3qezqf+w+fm...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hey Guys, > > Does PyGreSQL support CREATE DATABASE? It apparently tries to do this > within a transaction, which is not supported. > > -Abe > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://mail.vex.net/mailman/private.cgi/pygresql/attachments/20140118/6c7b8c06/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Sat, 18 Jan 2014 21:20:05 +0100 > From: Christoph Zwerschke <[email protected]> > To: PyGreSQL Development <[email protected]> > Subject: Re: [PyGreSQL] Create Database > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Am 18.01.2014 21:12, schrieb Abraham Elmahrek: > > Does PyGreSQL support CREATE DATABASE? It apparently tries to do this > > within a transaction, which is not supported. > > In pgdb (DB API 2), everything happens inside a transaction. With pg > (classic API) it should be possible. > > -- Christoph > > > ------------------------------ > > _______________________________________________ > PyGreSQL mailing list > [email protected] > https://mail.vex.net/mailman/listinfo.cgi/pygresql > > > End of PyGreSQL Digest, Vol 99, Issue 1 > *************************************** >
_______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
