reflection unable to handle oracle TIMESTAMP WITH TIME ZONE

Issue #651 resolved
Former user created an issue

sqlalchemy 0.3.8

exp_table = Table("foo", metadata, autoload=True)

File "build\bdist.win32\egg\sqlalchemy\schema.py", line 166, in call File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 809, in reflecttable File "build\bdist.win32\egg\sqlalchemy\databases\oracle.py", line 342, in reflecttable sqlalchemy.exceptions.AssertionError: Can't get coltype for type 'TIMESTAMP WITH TIME ZONE' on colname 'FOO_CREATED_DATE'

Comments (6)

  1. Mike Bayer repo owner

    this just raises a warning in 0.4 and 0.5 so is relatively harmless. Adding the type is targeted for post 0.5.0.

  2. Log in to comment