[web2py] list of dates into database

2017-04-18 Thread Marlysson Silva
You already tried populate method in built in contribuiu methods? The populate function do that to some table of system , it generate some fake data in some large dataset .. Example populate(db.mytable, 20) The lib use the bayesian classifier to generate data based in type of field.. -- Resou

[web2py] list of dates into database

2017-04-18 Thread R U
I am trying to insert many dates into a field. Currently I am only getting 1 date inserted. my overall goal is to insert many (semi random) dates into the database; each user will have his/her own unique list. Then later iterate over the list having the date trigger some event if it equals today'