when i try to use the 0.6.3 deb with maverick i have this error:
File "/home/vete/pg2_work/trunk/core/promogest/dao/Dao.py", line
115, in select
return self.record.all()
File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/query.py",
line 1453, in all
return list(self)
File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/query.py",
line 1676, in instances
rows = [process[0](row, None) for row in fetch]
File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/mapper.py",
line 2234, in _instance
populate_state(state, dict_, row, isnew, only_load_props)
File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/mapper.py",
line 2113, in populate_state
populator(state, dict_, row)
File "/usr/lib/python2.6/dist-packages/sqlalchemy/orm/
strategies.py", line 127, in new_execute
dict_[key] = row[col]
TypeError: an integer is required
it is all fine with:
0.5.8 from deb (lucid) and from pypi,
0.6.3 from pypi and 0.6.4 from pypi.
it works with debian 0.6.3.2
help?
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.