I have a postgres table which contains some information. Users are
allowed to add/update/delete rows from it freely without any
restriction for which I am using crud. Application logic requires that
a timestamp be associated with each row when it is added/updated for
bookkeeping purposes. The restriction I want to enforce is to have the
server's current time to be used as the timestamp and not allow users
to mess with it.

On Oct 12, 7:14 pm, mdipierro <[email protected]> wrote:
> Can you provide an example of what you want to do?
>
> On Oct 12, 8:57 am, Pointer <[email protected]> wrote:
>
>
>
> > I searched a bit but was not able to find a way to selectively update
> > columns in a database via CRUD. I am using web2py Version 1.64.4 on
> > Linux.
>
> > Is there is a way to do that? If not any suggestions on how to
> > workaround that limitation?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to