| From: | Gaël Pegliasco <gael(dot)pegliasco(at)makina-corpus(dot)com> |
|---|---|
| To: | psycopg(at)postgresql(dot)org |
| Subject: | ZPsycoPGDA: How to contribute |
| Date: | 2013-01-08 10:48:34 |
| Message-ID: | 50EBF982.8060608@makina-corpus.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | psycopg |
Hi,
Following my last post on this psycopg/ZPsycoPGDA ticket
<http://psycopg.lighthouseapp.com/projects/62710/tickets/142>I wille be
pleased to contribute to ZPyscopgDA
<https://github.com/psycopg/ZPsycopgDA> development.
I just have created a post on my company blog trying to describe Zope
Database Adaptaters
<http://www.makina-corpus.org/blog/understanding-zope-database-adaptaters>
(sorry for my poor english. Any typo comment is welcome, others too).
If you allow me contributing to ZPsycopgDA, here are the points I would
like to do:
* Adding documentation
* Adding unit tests
* Implementing minor changes regarding my post above in db.py and Pool.py
* Maybe putting in comments Pool.py as it is not really required,
except for its implementation of the *close* function which close
all database connections and may be very usefull: default
implementation only close database connection of the DB object of
the thread executing the method (and not for all threads DB objects)
- but I still have to check this before.
With kind regards,
Gaël.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gaël Pegliasco | 2013-01-08 10:57:35 | Re: ZPsycoPGDA: How to contribute |
| Previous Message | Jonathan S. Katz | 2012-12-31 20:28:01 | Re: Repository |