-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Dear all,
I saw the changes from the previous version in the models.py (#642), regarding the name of the id columns in several metadata tables, and was wondering, should the data type not be changed to Integer, conform the table r_meta_main in iRODS?
python-irodsclient/irods/models.py
Line 141 in 4818f65
id = Column(String, "COL_META_DATA_ATTR_ID", 603) |
python-irodsclient/irods/models.py
Line 150 in 4818f65
id = Column(String, "COL_META_COLL_ATTR_ID", 613) |
python-irodsclient/irods/models.py
Line 159 in 4818f65
id = Column(String, "COL_META_RESC_ATTR_ID", 633) |
python-irodsclient/irods/models.py
Line 168 in 4818f65
id = Column(String, "COL_META_USER_ATTR_ID", 643) |
Kind Regards,
Stefan Lobner