What's the model? The "incrementation" must be done at the web2py level not the db level since not all DBs support time shifting.
On Friday, 3 May 2013 00:24:58 UTC-5, Mukesh Gaur wrote: > > Hi, > > I am facing below challenges/ issue: > > 1. Unable to store incremented start date and related information > in a database because of existing functionality/ limitations. > > For example: if an event start date is 2013-05-01 and end date is > 2013-05-04. In this case we need to store: > > 1. 2013-05-01 > > 2. 2013-05-02 > > 3. 2013-05-03 > > 4. 2013-05-04 > > We are able to store only 2013-05-01 as start date and 2013-05-04 as end > date. > > Logically, we have incremented and got all related required information > and able to see in a program logs but not able store these values in a > database > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

