Re: [Twisted-Python] SELECT returns no results without conn.commit()

2014-06-04 Thread Franz Schwartau
Hi Glyph! On Tue, Jun 03, 2014 at 11:57:45AM -0700, Glyph Lefkowitz wrote: >On Jun 3, 2014, at 6:31 AM, Franz Schwartau wrote: > > Hi! > > I'm trying to extend ppolicy (http://bimbo.fjfi.cvut.cz/ppolicy) a bit. > ppolicy uses the twisted framework

[Twisted-Python] SELECT returns no results without conn.commit()

2014-06-03 Thread Franz Schwartau
Hi! I'm trying to extend ppolicy (http://bimbo.fjfi.cvut.cz/ppolicy) a bit. ppolicy uses the twisted framework. On CentOS 6.5 version 8.2.0 of twisted is installed. I wrote a separate module called LookupSessionDB: http://pastebin.com/u4TMNhpd It looks up some values from a database table. It