| From: | jwp(at)pgfoundry(dot)org (James William Pye) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | python - fe: Bug fixes. |
| Date: | 2007-11-19 19:04:59 |
| Message-ID: | 20071119190459.D45C217ADCCC@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Bug fixes.
- Fix StoredProcedure problems [still does not function properly as it can't parse argnames yet]
- Run list() around row_pack as most of the underlying functions require len() support.
- Use the typical.stdio instead of stdtime.
Modified Files:
--------------
fe:
setup.py (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/setup.py.diff?r1=1.8&r2=1.9)
fe/src:
tracenull.py (r1.34 -> r1.35)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.34&r2=1.35)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-11-19 19:27:03 | pgsql: Add suggested syntax for COMMENT ON DATABASE: < with a |
| Previous Message | Bruce Momjian | 2007-11-19 18:44:06 | pgsql: Add comment about COMMENT ON DATABASE failing for |