issue with --autogenerate and shortened identifiers

2015-12-27 Thread Jonathan Beluch
I'm having a problem with indexes whose name is longer than max_identifier_length and the comparisons during --autogenerate. The index on the code/metadata side is being compared using its auto-generated naming convention name, which doesn't take into account the max_identifier_length since

Re: issue with --autogenerate and shortened identifiers

2015-12-27 Thread Mike Bayer
https://bitbucket.org/zzzeek/alembic/issues/351/autogen-with-constraint-names-that-were is added On 12/27/2015 07:57 PM, Mike Bayer wrote: > that is kind of a bug for the time being. You'd need to name those > constructs explicitly or exclude them using an include_object routine > (see >