~free.ekanayaka/storm/any-expr

Viewing all changes in revision 294.

  • Committer: Gustavo Niemeyer
  • Date: 2009-02-19 16:44:33 UTC
  • Revision ID: gustavo@niemeyer.net-20090219164433-1bqo9g51staq37lm
Rolling back last change.

As a side-effect of the introduced change, objects being constructed
could be flushed to the database inside their constructors simply by
accessing a reference which isn't set.  Besides being undesired due
to the additional UPDATE queries that are executed after the CREATE,
this behavior can actually break code if the database expectations
(e.g. NOT NULL) are not entirely satisfied by the time the object
is flushed.

We have ideas for how to implement the desired behavior without
introducing this side effect, but this will require additional
research and time for the implementation.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: