Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add set datatype support for aurora-data-api #7665

Merged
merged 3 commits into from
May 20, 2021

Conversation

SethVerishop
Copy link
Contributor

@SethVerishop SethVerishop commented May 18, 2021

Description of change

The set type was already added to typeorm with tests, but it was not yet added to aurora-data-api. This simply adds the same needed code there, and has been tested with a migration on another codebase that successfully created a 'set' column using data-api.
Uses same changes from #4538 but in the data-api files.

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained in [CONTRIBUTING.md]

@SethVerishop SethVerishop changed the title adds support for type set to data-api add set datatype support for aurora-data-api May 18, 2021
@AlexMesser AlexMesser merged commit b6c1836 into typeorm:master May 20, 2021
@AlexMesser
Copy link
Collaborator

thank you for contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants