pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/guile-pg
Module Name: pkgsrc
Committed By: gdt
Date: Sat Feb 16 00:58:24 UTC 2008
Modified Files:
pkgsrc/databases/guile-pg: Makefile distinfo
Log Message:
Update to 0.35.
- 0.35 | 2008-02-13
- Bugfix: composition INTERSECT in `parse+make-SELECT-tree'
This proc, in module (database postgres-qcons), used to
erroneously accept #:intersection and emit "INTERSECTION".
Now, it accepts #:intersect and emits "INTERSECT".
- New (database postgres) procs
- pg-escape-string-conn
- pg-escape-bytea-conn
- pg-unescape-bytea
- Tested against PostgreSQL 7.4.19
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/databases/guile-pg/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/guile-pg/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index