pacificclimate / modelmeta

An ORM representation of the model metadata database
GNU General Public License v3.0
1 stars 0 forks source link

Squash a couple minor bugs #85

Closed jameshiebert closed 5 years ago

jameshiebert commented 5 years ago

This PR squashes a couple of minor bugs that have cropped up. One where an identifier is longer than PG's default max_identifier_length and another where a warning in version of SQLAlchemy 1.2 became an error in version 1.3 Fixes #80 Fixes #84

rod-glover commented 5 years ago

LGTM. Weird slipup on those id arguments.

jameshiebert commented 5 years ago

Yeah, I mean, the real solution is to ensure that the ids are connected to an autoincrement sequence, but this will work in the short-term.