マッパーを次のように定義します。
col = Column(Date).
データをオラクルに保存するとき、datetime.datetime.now() を col の値として使用すると、
NotSupportedError: (NotSupportedError) Variable_TypeByValue(): unhandled data
type time.struct_time
このフィールドに日付情報のみを格納する必要がありますが、その方法がわかりません。datetime をフィールドに格納する方法にも興味があります。
evn:python 2.7.3、sqlalchemy0.8.0b2、cx_Oracle 5.1.2