Changelog for
psycopg-ZPsycopgDA-1.1.9-alt1.i586.rpm :
Sun Sep 14 08:00:00 2003 Andrey Orlov
1.1.9-alt1
- New release
Sat Dec 14 07:00:00 2002 Andrey Orlov 1.0.12-alt3
- Declaration of requirements are enhanced
Mon Dec 2 07:00:00 2002 Andrey Orlov 1.0.12-alt2
- Logging of all queries in debug mode (STUPID_LOG_SEVERITY=DEBUG) was added
Tue Oct 29 07:00:00 2002 Andrey Orlov 1.0.12-alt1
- Recompile with gcc 3.2.1
Fri Sep 13 08:00:00 2002 Federico Di Gregorio
- Release 1.0.12.
- Removed code to support COPY FROM/TO, will be added to new 1.1
branch to be released next week.
- cursor.c (_mogrify_seq): Fixed memory leak reported by Menno
Smits (values obtained by calling PySequence_GetItem are *new*
references!)
Mon Sep 9 08:00:00 2002 Federico Di Gregorio
- cursor.c (_psyco_curs_execute): Added skeleton to support COPY
FROM/TO.
Fri Sep 6 08:00:00 2002 Federico Di Gregorio
- configure.in: if libcrypt can\'t be found we probably are on
MacOS X: check for libcrypto, as suggested by Aparajita Fishman.
Tue Sep 3 08:00:00 2002 Federico Di Gregorio
- ZPsycopgDA/db.py (DB.columns): Applied patch from Dieter Maurer
to allow the DA-browser to work with mixed case table names.
Fri Aug 30 08:00:00 2002 Federico Di Gregorio
- ZPsycopgDA/DA.py (cast_DateTime): Applied patch from Yury to fix
timestamps (before they were returned with time always set to 0.)
Mon Aug 26 08:00:00 2002 Federico Di Gregorio
- Release 1.0.11.1 (to fix a %&£$\"! bug in ZPsycopgDA not
accepting psycopg 1.0.11 as a valid version.
- Release 1.0.11.
Thu Aug 22 08:00:00 2002 Federico Di Gregorio
- Release 1.0.11pre2.
- cursor.c (_psyco_curs_execute): fixed IntegrityError as reported
by Andy Dustman. (psyco_curs_execute): converting TypeError to
ProgrammingError on wrong number of % and/or aeguments.
- doc/examples/integrity.py: added example and check for
IntegrityError.
Thu Aug 8 08:00:00 2002 Federico Di Gregorio
- Release 1.0.11pre1.
Tue Aug 6 08:00:00 2002 Federico Di Gregorio
- ZPsycopgDA/DA.py (cast_DateTime): patched as suggested by Tom
Jenkins; now it shouldwork with time zones too.
Thu Aug 1 08:00:00 2002 Federico Di Gregorio
- ZPsycopgDA/DA.py (cast_DateTime): fixed problem with missing
AM/PM, as reported by Tom Jenkins.
Tue Jul 23 08:00:00 2002 Federico Di Gregorio
- Fixed buglets reported by Mike Coleman.
Mon Jul 22 08:00:00 2002 Federico Di Gregorio
- Release 1.0.10.
Sun Jul 14 08:00:00 2002 Federico Di Gregorio
- Release 1.0.10pre2.
- typeobj.c (psyco_LONGINTEGER_cast): fixed bad segfault by
INCREFfing Py_None when it is the result of a NULL conversion.