On Aug 26, 2009, at 10:20 AM, Norman Bauer wrote:
Before I get into the meat of it, I would really appreciate some
general pointers in developing to the DB API, pitfalls and the likes.
DB-API 2.0 spec is pretty much all there is, AFAIK. It's pretty
straightforward...
There's also some unittes
On Jun 16, 2009, at 11:51 PM, Michele Petrazzo - Unipex wrote:
First of all, thanks for the module.
Two questions:
- I look around, but I don't find a reply to the question if you
want to
"backport" the py-postgresql to the python 2.X line. Have us some hope
to use it in our "old" projects?
On Apr 7, 2009, at 11:55 AM, Marco A. Gonzalez wrote:
I understand that py-postgresql provides a DB-API 2.0 interface for
using a PostgreSQL database. However, when I read about SQLAlchemy
at http://www.sqlalchemy.org/docs/05/dbengine.html#supported-dbapis
I saw that it uses psycopg2 for sup
On Apr 4, 2009, at 11:19 PM, James Pye wrote:
Did I miss installing something? Can someone tell me what I'm
doing wrong?
Nope, I did something wrong. Fix coming in a bit. Thanks. Missed a
git add . sigh. :(
k, it should be fixed. I didn't bump the version as it was a
comple
On Apr 4, 2009, at 9:20 PM, Marco A. Gonzalez wrote:
I'm a newcomer to Python and excited about using with a database,
but I can't get one to work despite how easy it purports to be.
After installing Python 3.0.1, and PostgreSQL 8.3 and py-postgresql
v0.8.0, and doing the following from the
On Apr 3, 2009, at 5:47 PM, James Pye wrote:
Win32 Installer:
http://python.projects.postgresql.org/files/py-postgresql-0.8.0.win32-py30.exe
sigh, that link should be:
http://python.projects.postgresql.org/files/py-postgresql-0.8.0.win32-py3.0.exe
I'm pleased to announce the release of py-postgresql 0.8. This release
marks months of work porting the 2.x code to Python 3 and making
numerous improvements. py-postgresql is a port of pg_proboscis-1.0 and
other projects under the "pg/python project umbrella". This release
simplifies the p