> 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?
> 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?