Skip to content

Autogeneration should respect the specified naming convention #401

@rushilsrivastava

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.

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