Alan Etkin escribió:
datepart,timepart=val.split(" ")ValueError:need more than1value to unpack
It looks like convert_timestamp() in pysqlite2.dbapi2 is expecting a
date+time object and receives a date, isn't it?
Hi, I forgot to say that the problem exists even if I try to insert a request.now value.

If I try to insert a datetime.datetime.now() object the same problem doesn't show, but then the 'update_or_insert' function see it as a new entry, doing always an insert

Reply via email to