[web2py] sqlite datetime problem?

2012-05-27 Thread Marian Siwiak
Hi, I try to populate database defined below: db.define_table('t_yeast', Field('f_gene_id', type='string', label=T('Gene Id')), Field('f_oid', type='string', label=T('Other IDs')), Field('f_l', type='integer', label=T('transcript length [codons] - L')),

Re: [web2py] sqlite datetime problem?

2012-05-27 Thread Marian Siwiak
Thank you very much! For the answer and for web2py! Best regards, Marian W dniu poniedziałek, 28 maja 2012 użytkownik Massimo Di Pierro napisał: If there are empty rows in the CSV files they will perceived as end of data. On Sunday, 27 May 2012 12:08:21 UTC-5, Marian Siwiak wrote: Hi, I