Skip to content

Fixes incorrect joins table columns if the attribute name contains double underscore#90

Open
vijaykonnackal wants to merge 1 commit intosailshq:masterfrom
vijaykonnackal:master
Open

Fixes incorrect joins table columns if the attribute name contains double underscore#90
vijaykonnackal wants to merge 1 commit intosailshq:masterfrom
vijaykonnackal:master

Conversation

@vijaykonnackal
Copy link
Copy Markdown

The attribute names aliases are incorrectly split, if the attribute name already
contains '__', which is the pattern used for separating attributes from child tables.

Changed the implementation to resolve the name to the part post the first __.

…ontains '__'

If the attribute name contains __, the attribute names are set to the part
post the last __. Changed the implementation to resolve the name to the part
post the first __.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant