You are not logged in Log in Join
You are here: Home » Members » adytumsolutions » How To Love ZODB and Forget RDBMS - Part III » another bug

Log in
Name

Password

 

Comment

Above in this comment thread: How To Love ZODB and Forget RDBMS - Part III »

Comment

Discussion icon another bug

Posted by: xavier_g at 2006-03-25

get_transaction seems to have been depricated since 3.4. Now you write:

import transaction transaction.get()

Comment

Discussion icon 1143312201

Posted by: xavier_g at 2006-03-25

meant to be a newline after the import transaction...

Comment

Discussion icon try again

Posted by: xavier_g at 2006-03-25

import transaction

transaction.commit()