Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36058 > unrolled thread

PyGreSQL 4.1 released

Started by"D'Arcy J.M. Cain" <darcy@PyGreSQL.org>
First post2013-01-03 09:04 -0500
Last post2013-01-03 20:31 +0000
Articles 4 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  PyGreSQL 4.1 released "D'Arcy J.M. Cain" <darcy@PyGreSQL.org> - 2013-01-03 09:04 -0500
    Re: PyGreSQL 4.1 released Walter Hurry <walterhurry@lavabit.com> - 2013-01-03 15:06 +0000
      Re: PyGreSQL 4.1 released "D'Arcy J.M. Cain" <darcy@PyGreSQL.org> - 2013-01-03 13:07 -0500
        Re: PyGreSQL 4.1 released Walter Hurry <walterhurry@lavabit.com> - 2013-01-03 20:31 +0000

#36058 — PyGreSQL 4.1 released

From"D'Arcy J.M. Cain" <darcy@PyGreSQL.org>
Date2013-01-03 09:04 -0500
SubjectPyGreSQL 4.1 released
Message-ID<mailman.36.1357221859.2939.python-list@python.org>
-------------------------------
Release of PyGreSQL version 4.1
-------------------------------

It has been a long time coming but PyGreSQL v4.1 has been released.

It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.

If you are running NetBSD, look in the packages directory under
databases. There is also a package in the FreeBSD ports collection
which will probably be updated shortly.

Please refer to `changelog.txt <changelog.html>`_
for things that have changed in this version.

Please refer to `readme.txt <readme.html>`_
for general information.

This version has been built and unit tested on:
 - NetBSD
 - FreeBSD
 - openSUSE 12.2
 - Windows 7 with both MinGW and Visual Studio
 - PostgreSQL 8.4, 9.0 and 9.2 32 and 64bit
 - Python 2.5, 2.6 and 2.7 32 and 64bit

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:darcy@Vex.Net

[toc] | [next] | [standalone]


#36068

FromWalter Hurry <walterhurry@lavabit.com>
Date2013-01-03 15:06 +0000
Message-ID<kc46pl$gkj$1@news.albasani.net>
In reply to#36058
On Thu, 03 Jan 2013 09:04:16 -0500, D'Arcy J.M. Cain wrote:

> -------------------------------
> Release of PyGreSQL version 4.1 -------------------------------
> 
> It has been a long time coming but PyGreSQL v4.1 has been released.
> 
> It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.
> 
> If you are running NetBSD, look in the packages directory under
> databases. There is also a package in the FreeBSD ports collection which
> will probably be updated shortly.
> 
> Please refer to `changelog.txt <changelog.html>`_
> for things that have changed in this version.
> 
> Please refer to `readme.txt <readme.html>`_
> for general information.
> 
> This version has been built and unit tested on:
>  - NetBSD - FreeBSD - openSUSE 12.2 - Windows 7 with both MinGW and
>  Visual Studio - PostgreSQL 8.4, 9.0 and 9.2 32 and 64bit - Python 2.5,
>  2.6 and 2.7 32 and 64bit

Sounds good. Thanks for your efforts.

Does it offer advantages oiver Psycopg2?

[toc] | [prev] | [next] | [standalone]


#36073

From"D'Arcy J.M. Cain" <darcy@PyGreSQL.org>
Date2013-01-03 13:07 -0500
Message-ID<mailman.51.1357236469.2939.python-list@python.org>
In reply to#36068
On Thu, 3 Jan 2013 15:06:29 +0000 (UTC)
Walter Hurry <walterhurry@lavabit.com> wrote:
> Sounds good. Thanks for your efforts.

I wasn't alone but I accept your thanks on behalf of the team.

> Does it offer advantages oiver Psycopg2?

Well, it has two interfaces, the DB-API 2.0 and the "Classic" one.  The
classic one is basically the one PyGreSQL started life as before we had
a standard interface.  We kept it as it has some advantages over the
portable one but offer both.  As for other advantages, I prefer to hear
those from people not involved with either project.

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:darcy@Vex.Net

[toc] | [prev] | [next] | [standalone]


#36083

FromWalter Hurry <walterhurry@lavabit.com>
Date2013-01-03 20:31 +0000
Message-ID<kc4prt$qom$1@news.albasani.net>
In reply to#36073
On Thu, 03 Jan 2013 13:07:40 -0500, D'Arcy J.M. Cain wrote:

> On Thu, 3 Jan 2013 15:06:29 +0000 (UTC)
> Walter Hurry <walterhurry@lavabit.com> wrote:
>> Sounds good. Thanks for your efforts.
> 
> I wasn't alone but I accept your thanks on behalf of the team.
> 
>> Does it offer advantages oiver Psycopg2?
> 0
> Well, it has two interfaces, the DB-API 2.0 and the "Classic" one.  The
> classic one is basically the one PyGreSQL started life as before we had
> a standard interface.  We kept it as it has some advantages over the
> portable one but offer both.  As for other advantages, I prefer to hear
> those from people not involved with either project.

4.1 has just made it into the FreeBSD ports. I'll give it a try (thanks 
again, to you and your team).

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web