我这样定义我的映射器:
col = Column(Date).
当我将数据保存到 oracle 时,我使用 datetime.datetime.now() 作为 col 的值,它会提高
NotSupportedError: (NotSupportedError) Variable_TypeByValue(): unhandled data
type time.struct_time
我只需要将日期信息存储到此字段中,但我不知道该怎么做。我也很好奇如何将日期时间存储到字段中。
evn:python 2.7.3、sqlalchemy0.8.0b2、cx_Oracle 5.1.2