pkgsrc/databases/py-psycopg2
adam 42479c2286 Changes 2.4.5:
* The close() methods on connections and cursors don't raise exceptions if
  called on already closed objects.
* Fixed fetchmany() with no argument in cursor subclasses.
* Use lo_creat() instead of lo_create() when possible for better interaction
  with pgpool-II.
* Error and its subclasses are picklable, useful for multiprocessing interaction
* Better efficiency and formatting of timezone offset objects thanks to Menno
  Smits.
* Fixed rownumber during iteration on cursor subclasses. Regression introduced
  in 2.4.4.
* Added support for inet arrays.
* Fixed commit() concurrency problem.
* Codebase cleaned up using the GCC Python plugin's static analysis tool, which
  has revealed several unchecked return values, possible NULL dereferences,
  reference counting problems.
2012-04-17 15:44:22 +00:00
..
patches Avoid double definition of double on SunOS. 2012-03-12 11:52:28 +00:00
DESCR
distinfo Changes 2.4.5: 2012-04-17 15:44:22 +00:00
Makefile Changes 2.4.5: 2012-04-17 15:44:22 +00:00
PLIST All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00