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

Fix bug where fields that contain underscores cause runtime error in Knex Adapter #3225

Merged
merged 6 commits into from
Jul 6, 2020
Merged

Fix bug where fields that contain underscores cause runtime error in Knex Adapter #3225

merged 6 commits into from
Jul 6, 2020

Conversation

BikramjeetSingh
Copy link
Contributor

@BikramjeetSingh BikramjeetSingh commented Jul 2, 2020

This is a PR to fix the bug reported in issue #3004: if a list is created with a field whose name contains one or more underscores (_), a runtime error is thrown by the Knex adapter.

@request-info
Copy link

request-info bot commented Jul 2, 2020

It looks like we could use some more details. Good titles and descriptions help us fix things faster. If you can provide more information please update this issue.

@changeset-bot
Copy link

changeset-bot bot commented Jul 2, 2020

🦋 Changeset is good to go

Latest commit: d2468f6

We got this.

This PR includes changesets to release 1 package
Name Type
@keystonejs/adapter-knex Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, thanks for the fix!

@timleslie timleslie merged commit 51c8985 into keystonejs:master Jul 6, 2020
This was referenced Jul 6, 2020
@BikramjeetSingh BikramjeetSingh deleted the bugfix/fields-with-underscores-runtime-error branch July 6, 2020 13:08
@github-actions github-actions bot mentioned this pull request Jul 8, 2020
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.

2 participants