Skip to content

Autogeneration should respect the specified naming convention #401

Description

@rushilsrivastava

Currently, the autogeneration template of indexes is non configurable:

def _spatial_idx_name(table_name, column_name):
return 'idx_{}_{}'.format(table_name, column_name)

It would be nice to follow the default conventions established in the metadata if specified, so that it can remain consistent with sqlalchemy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions