From: Yuval Kogman Date: Fri, 1 Aug 2008 03:39:01 +0000 (+0000) Subject: TODO X-Git-Tag: v0.900201~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4444fd3e087c0dca7cf05353c93f6e1ad8d70fe8;p=dbsrgits%2FDBIx-Class-Journal.git TODO --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..aafef02 --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +06:33 <@mst> $self->register_source($_ => $self->_journal_schema->source($_)) for $self->_journal_schema->sources; + + +$resultset->delete and other bulk ops + - in DBIC space? need repeatable reads to be safe + - otherwise can we get it in the same expr? + +$history->restore; +$changeset->rollback; # all up to this point? +$changeset->reverse; # only this one +