Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove the magic salt for column name conflicts #541

@shrjain

Description

@shrjain

Scheme object currently adds a salt (string '1') to disambiguate same column names.
This should be replaced with the following:

  • Update the add_attribute method to not add salt.
  • Add/Update the get_attribute method to throw a properly constructed exception message when there is a column name conflict.

Overall philosophy should be to let the user do the renames/aliasing and now have implicit fixes.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions