Hi
I have been playing with mailman shell but upon creating objects like
domains and addresses, and subsequestly committing them to database by
calling transaction.commit() I am unable to see changes in the database(and
thus on Postorius)
The current approach I am taking towards committing transaction is first
creating a connection object by calling config.db.engine.connect()  . After
that, I am creating a transaction object by calling connection.begin() .
Finally after creating domain and address objects, I call
transaction.commit(),which executes succesfully, but I am unable to see
changes being reflected in the database.
Thanks
Anirudh Dahiya
(IRC spark)
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to