Re: Feature branches merged to master for 2.8 release - Mailing list psycopg

From Christian Ferrari
Subject Re: Feature branches merged to master for 2.8 release
Date
Msg-id 1878453370.14916776.1539604797985@mail.yahoo.com
Whole thread Raw
In response to Feature branches merged to master for 2.8 release  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Responses Re: Feature branches merged to master for 2.8 release  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
Hi Daniele,
what about the "_get_native_connection()" ?
Regards
Ch.F.

-------------------------------------------------------------
Good design can't stop bad implementation


Il lunedì 15 ottobre 2018, 13:48:24 CEST, Daniele Varrazzo <daniele.varrazzo@gmail.com> ha scritto:


Hello,

I've merged most of what I'd like to release for 2.8 into master, so
that I could generate the whole documentation for you to have a look.
The "what's new" [1] in the docs has all the references:


The features are not necessarily finalised in their current forms, so
I'd like to hear from you if you think improvements can be made. The
main points are:

- the new 'errors' module. About it I have a doubt: we convert
postgres error messages [2] from lower_case to CamelCase because the
latter is the convention for Python class, but maybe leaving as they
are makes more sense? Easier to google for them or grep for them in
the postgres sources maybe?

- the new properties on 'cursor.description': does it all make sense?

- the new 'connection.info' object: are there other info we could add
or move there? Maybe the new-ish get_dsn_parameters()?

- Anything else?

On the plate for release there is still a couple of small features
(#591: adapting IntEnum right and #782: the capsules) and a bug (#788:
adapting nested empty arrays - aka "the postgres array parser hates
you"). If there is any taker for them you are welcome.

Comments?

Cheers!

-- Daniele

psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Feature branches merged to master for 2.8 release
Next
From: Daniele Varrazzo
Date:
Subject: Re: Feature branches merged to master for 2.8 release