Tickets
Issues
# XXX hack to check sqlalchemy knows how to handle the data type- Id: 545004c468bfff78f7a59ede6e97ca6b
- Status: Open
- Initial commit: bfbcd498a91d84ee535142fe170ec21e4f94a165
- Creation date: 2015-01-24 11:34:13
- Last changed: 2015-01-24 14:43:16
- Created by: Laurent Defert
- Last changed by: Laurent Defert
- File: dbannotate/db.py
# XXX hack to check sqlalchemy knows how to handle the data type
tmp = str(col.type).lower() # noqa
except NotImplementedError:
# Ignore user defined data types
print('Unknown datatype, ignoring column %s of table %s' % (table, col.name), file=sys.stderr)
continue
History
-
Changed by Laurent Defert on 2015-01-24 14:43:16 during daf3f2cdb447598e52e28b08eea9ae40e221f29f
-
File:
db.py- dbannotate/db.py