Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
700 stars 145 forks source link

Regression failure on Debian Wheezy: select count(*) from testalchemy: ERROR: Error in python: AttributeError #79

Closed df7cb closed 10 years ago

df7cb commented 10 years ago

The following problem occurs in the regression testsuite on Debian Wheezy (7) with python 2.7.3 and python-sqlalchemy 0.7.8:

**** regression.diffs ****
*** /srv/projects/postgresql/multicorn/postgresql-multicorn/test-2.7/expected/multicorn_alchemy_test.out2014-06-13 11:25:01.000000000 +0200
--- /srv/projects/postgresql/multicorn/postgresql-multicorn/results/multicorn_alchemy_test.out  2014-09-28 20:14:18.665655272 +0200
***************
*** 137,147 ****
  (2 rows)

  select count(*) from testalchemy;
!  count 
! -------
!      4
! (1 row)
! 
  DROP EXTENSION multicorn cascade;
  NOTICE:  drop cascades to 2 other objects
  DETAIL:  drop cascades to server multicorn_srv
--- 137,144 ----
  (2 rows)

  select count(*) from testalchemy;
! ERROR:  Error in python: AttributeError
! DETAIL:  values
  DROP EXTENSION multicorn cascade;
  NOTICE:  drop cascades to 2 other objects
  DETAIL:  drop cascades to server multicorn_srv

The problem is there with PostgreSQL 9.2 and 9.3 (and probably 9.4 as well). Debian unstable and Ubuntu trusty and utopic are unaffected, so it's likely a problem with the python version.