Closed jameshiebert closed 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
LGTM. Weird slipup on those id arguments.
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.
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