TODO
Yuval Kogman [Fri, 1 Aug 2008 03:39:01 +0000 (03:39 +0000)]
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
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
+