create without commit
[prev]
[thread]
[next]
[Date index for 2005/03/19]
Hey all
Is there an accepted way to create a cdbi object and not have it commit
to the db?
my $artist = Music::Artist->create({});
Then have no entry in the db.
I not really worried about the relationships and all, just the basic
accessors.
Thanks in advance!
Tim
|
create without commit
Tim McIntyre 02:21 on 19 Mar 2005
|