Hello Gerdus, > Is there a way to run a validation function before committing in > storm? I tried to implement it by sub classing Store but could not > figure out how to get a list of objects that will be affected by the > commit. The use I have is I have a main GlTrans object with GlEntries > and the GlEntries debits and credits should balance.
Not before committing. There are pre-flush hooks, though. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
