mssql autoload hasn't worked since 0.1.7

Issue #226 resolved
Former user created an issue
Traceback (most recent call last):
  File "<stdin>", line 5, in ?
  File "build\bdist.win32\egg\sqlalchemy\schema.py", line 96, in __call__
  File "build\bdist.win32\egg\sqlalchemy\engine\base.py", line 484, in reflecttable
  File "build\bdist.win32\egg\sqlalchemy\databases\mssql.py", line 342, in reflecttable
AttributeError: 'Table' object has no attribute 'toengine'

Comments (2)

  1. Mike Bayer repo owner

    I cant test MS-SQL on this end, but I committed in 1675 a removal of the toengine() calls which arent needed. can you give it a try ?

  2. Log in to comment