Document that there are no automatic writes anymore.

This commit is contained in:
Colin Kuskie 2010-07-15 13:56:34 -07:00
parent 2410ee2dd4
commit 229e8e1b6f

View file

@ -344,7 +344,8 @@ Constructor. Instanciates a transaction from the database based upon a transact
=head2 new ( properties )
Constructor. Builds a new transaction object.
Constructor. Builds a new transaction object. The properties of the newly created object are not persisted to
the database. The write method must be called on the object to do that.
=head2 new ( session, properties )