Hi all,

from the tutorial, one can alter data using set, I have the problem that 
this would be weary for large sets of data, is there another way to do this?

Example of what I´m doing now:

username_found = jobseeker_store.find(User, User.username == username).set(
                                                                                
   
username=username,
                                                                                
   
email=email,
                                                                                
   
password=password,
                                                                                
   
modifiedby_username = session["username"],
                                                                                
   
modifiedon = datetime.datetime.now(),
                                                                                
   
modifiedby_id = session["user_id"],
                                                                                
      
)


Thanks!

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to