-
Notifications
You must be signed in to change notification settings - Fork 0
sqlautocode does not import MEDIUMBLOB from sqlalchemy.dialects.mysql #41
Copy link
Copy link
Open
Description
What steps will reproduce the problem?
1. Create a database in MySQL with a table containing a MEDIUMBLOB
2. sqlautocode -d -o output.py
mysql+mysqlconnector://user:[email protected]:3306/database
3. Import the file in Python
What is the expected output? What do you see instead?
sqlautocode should generate the statement from sqlalchemy.dialects.mysql import
MEDIUMBLOB. Without this statement, the TurboGears application built on the
output file will fail
What version of the product are you using? On what operating system?
SQLAutocode 0.7
Windows 7
Related software versions:
Python 2.7
MySQL-connector 1.07
SQLAlchemy 0.7.8py2.7 (with the modifications suggested here ...
http://geert.vanderkelen.org/mysql-connector-python-1-0-5-beta/
)
Original issue reported on code.google.com by [email protected] on 11 Oct 2012 at 11:23
Reactions are currently unavailable