2005-11-16 16:28:53 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
The interfaces changed since 1.0.14, enforce a current version.
|
2005-11-12 00:10:19 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update psycopg to 1.1.21. Allow building with Python 2.4.
>From NEWS:
psycopg news for 1.1.20
-----------------------
* Fixed problem with wrongly applied infinity patch in 1.1.20.
* Fixed build problem in win32 when using Makefile.msvc.
psycopg news for 1.1.20
-----------------------
* Fixed the date/time/timestamp formatting problem introduced by 1.1.19.
* Fixed build problem in win32 when using Makefile.msvc.
psycopg news for 1.1.19
-----------------------
* Now ZPsycopgDA does not loose the connection and raise an error is
PostgreSQL is restarted but tries to rconnect and execute the issue
query again (patch from Jonathan Stoneman.)
* Fixed precision and scale in cursor.description for numeric types.
* The XXXFromMx() functions don't truncate fractional seconds anymore (but
note that mx.DateTime uses floating point seconds so rounding errors may
creep in anyway.)
* Fixed two segfaults: when multithreading; patch from James Henstridge and
when calling dictfetchone() without results.
psycopg news for 1.1.18
-----------------------
* Fixed mktime() overflow in ZPsycopgDA.
psycopg news for 1.1.17
-----------------------
* ZPsycopgDA can now return unicode strings on request.
* Fixed problem with timestamps in ZPsycopgDA.
psycopg news for 1.1.16
-----------------------
* fixed .rowcount problem introduced in 1.1.15.
* fixed a problem with %% not being transformed into % when calling
.execute() with a zero-length tuple or dict.
* now using COPY FROM/COPY TO in .execute() raise an exception instead
of segfaulting.
* faster Date and DateTime type casting.
* small and trivial optimizations and fixes.
psycopg news for 1.1.15
-----------------------
* Interval typecasting eventually-eventually works the Right Way (TM).
* Fixed two bad memory leaks in QuotedString and Binary objects.
* Reverted change on rowcount attribute, now it is always set to the real
number of affected columns.
psycopg news for 1.1.14
-----------------------
* Interval typecasting eventually works the Right Way (TM).
* ZPsycopgDA now support unicode strings and different backend encodings.
* ZPsycopgDA accept query data as an extra parameter to execute() (but
still no way to give it extra data from inside a ZSQL Method.)
* Better DBAPI-2.0 compliance (rowcount attribute and argument passing.)
* Now builds on Fedora Core 2 (but remember that the real psycopg
aficionado runs on Debian ;-P )
* COPY FROM raise an exception and return usefull information on error.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 17:33:11 by Alistair G. Crooks | Files touched by this commit (108) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2005-01-24 17:59:42 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Fix editing error in last commit.
|
2005-01-23 21:41:50 by Marc Recht | Files touched by this commit (77) |
Log message:
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message:
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
|
2004-07-22 20:00:37 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.1.14
changes:
* Interval typecasting eventually works the Right Way (TM).
* ZPsycopgDA now support unicode strings and different backend
encodings.
* ZPsycopgDA accept query data as an extra parameter to execute()
(but still no way to give it extra data from inside a ZSQL
Method.)
* Better DBAPI-2.0 compliance (rowcount attribute and argument
passing.)
* Now builds on Fedora Core 2 (but remember that the real psycopg
aficionado runs on Debian ;-P )
* COPY FROM raise an exception and return usefull information on
error.
|
2004-07-22 11:16:04 by Marc Recht | Files touched by this commit (123) |
Log message:
add python as category
ok'd a while back at pkgsrcCon by agc and wiz
|
2004-07-07 00:57:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Annotate a comment:
# XXX: following comment still true for buildlink3?
# XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
|