From: Matt G. <ma...@po...> - 2003-07-10 14:56:51
|
Is the transaction support working in 0.4 and CVS? I just tried the following: conn = PostgresConnection(...) trans = conn.transaction() print Person(1, trans) and got "AttributeError: 'Transaction' object has no attribute 'cache'" A quick look at the code implies that the Person ctor was expecting a connection, not a transaction. Cheers, Matt -- Matt Goodall, Pollenation Internet Ltd w: http://www.pollenationinternet.com e: ma...@po... |