Re: Confusion over Python drivers

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Confusion over Python drivers
Дата
Msg-id 4B6F5895.1070105@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Confusion over Python drivers  (Andrew McNamara <andrewm@object-craft.com.au>)
Ответы Re: Confusion over Python drivers  (Andrew McNamara <andrewm@object-craft.com.au>)
Список pgsql-hackers
Andrew McNamara wrote:
> I got sick of the constant stream of escaping bugs impacting on psycopg
> and pyPgSQL, and wrote my own DB-API driver, using the more modern
> libpq/binary/protocol 3 APIs where ever possible. The result is BSD
> licensed:
>     http://code.google.com/p/ocpgdb/
>   

I added you into the list at http://wiki.postgresql.org/wiki/Python

Can you check what I put in there, confirm Windows compatibility, and 
comment on Python 3.X support?

I'd be curious to hear more about the escaping bugs you ran into as 
well.  We already have some notes on the TODO that pushing more of this 
work toward the standard libpq routines would seem appropriate for 
things passing between the driver and libpq.  Were the issues you ran 
into on that side, or more on the Python side of how things were being 
formatted?

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew McNamara
Дата:
Сообщение: Re: Confusion over Python drivers
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Backup history file should be replicated in Streaming Replication?