| From: | Aryeh Leib Taurog <python(at)aryehleib(dot)com> |
|---|---|
| To: | psycopg(at)lists(dot)postgresql(dot)org, psycopg(at)postgresql(dot)org |
| Subject: | Re: Feature branches merged to master for 2.8 release |
| Date: | 2018-10-15 18:27:26 |
| Message-ID: | 20181015182726.625ioszpjs5yscxi@ds.aryehleib.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | psycopg |
I also think CamelCase should be preferred for consistency with
accepted Python standards. It seems to me that if the exception
string representation includes the PostgreSQL snake_case name (perhaps
in parentheses), that should be sufficient for any reference needs,
because it will appear in the message printed with the traceback.
Usually if I want to search for more information about an error, I
just paste that into my browser.
Also, I wouldn’t be surprised if google is smart enough to handle the
switch between camel case and snake case, but I haven’t tested it.
In any case, this is an exciting and welcome addition to an already
excellent library. Thanks much for all your efforts.
> On Mon, Oct 15, 2018 at 06:23:57PM +0100, Daniele Varrazzo wrote:
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christian Ferrari | 2018-10-21 20:04:25 | Re: Feature branches merged to master for 2.8 release |
| Previous Message | Brian M Hamlin | 2018-10-15 18:22:15 | Python vers, was 2.8 feature branch |