pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

SQLAlchemy 0.6 has renamed Binary to LargeBinay #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a model with Binary column using SQLAlchemy>=0.6
2. You should see 'SADeprecationWarning: The Binary type has been renamed to 
LargeBinary.'

Binary is now MySQL specific type. LargeBinary should be use instead.

Original issue reported on code.google.com by andrew.m...@gmail.com on 24 Aug 2010 at 7:39

GoogleCodeExporter commented 9 years ago
fixed. Binary type is no longer used.

Original comment by gael.pas...@gmail.com on 5 Oct 2010 at 12:45