[PonyORM-list] does PonyORM make soft deletes easy

Guy Jacks guy.jacks at gmail.com
Thu Dec 19 18:43:16 UTC 2013


I figured as much.  Thank you.


On Thu, Dec 19, 2013 at 1:37 PM, Alexander Kozlovsky <
alexander.kozlovsky at gmail.com> wrote:

> Hi Guy!
>
> 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.
>
> Regards,
> Alexander Kozlovsky
>
>
>
> On Thu, Dec 19, 2013 at 9:44 PM, Guy Jacks <guy.jacks at gmail.com> wrote:
>
>> 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?
>>
>> _______________________________________________
>> ponyorm-list mailing list
>> ponyorm-list at ponyorm.com
>> /ponyorm-list
>>
>>
>
> _______________________________________________
> ponyorm-list mailing list
> ponyorm-list at ponyorm.com
> /ponyorm-list
>
>


-- 
Internet Strategist and Applications Architect

mobile: 614.448.7649
guy.jacks at gmail.com
gtalk: guy.jacks
skype: guy.jacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </ponyorm-list/attachments/20131219/ef249ff3/attachment.html>


More information about the ponyorm-list mailing list