philipsoutham / py-mysql2pgsql

Tool for migrating/converting from mysql to postgresql.
http://packages.python.org/py-mysql2pgsql/
MIT License
455 stars 169 forks source link

Please accept this quick fix for a boolean column #30

Open cewing opened 11 years ago

cewing commented 11 years ago

allow for boolean that is storing hexadecimal values '\x01' and '\x00' for true and false.