<div dir="ltr"><div>Hi Guy!</div><div><br></div>We certainly have soft deletes in our todo list, but didn't have time to implement this feature yet. Probably we'll add it right after migration support. Currently, if you want to have soft deletes, you should manage 'active' flag manually, and specify it in all of your queries.<div>

<br></div><div>Regards,<br>Alexander Kozlovsky</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 19, 2013 at 9:44 PM, Guy Jacks <span dir="ltr"><<a href="mailto:guy.jacks@gmail.com" target="_blank">guy.jacks@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm building a simple transaction tracker on top of sqlite3. �I relate transactions to users. �Transactions require a user so once the user is deleted, I would like to be able to keep the relationship. �Normally I would solve this with a soft delete (set user table 'active' field to false). �Is there a slick way to do do this with Pony?</div>



<br>_______________________________________________<br>
ponyorm-list mailing list<br>
<a href="mailto:ponyorm-list@ponyorm.org">ponyorm-list@ponyorm.org</a><br>
<a href="/ponyorm-list" target="_blank">/ponyorm-list</a><br>
<br></blockquote></div><br></div>