Skip to content

Conversation

@u9r52sld
Copy link
Contributor

@u9r52sld u9r52sld commented Jul 15, 2018

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test or npm run test-DIALECT pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Did you follow the commit message conventions explained in CONTRIBUTING.md?

Description of change

Enable to access json value with nested include.

See issue: #7956

return Utils.addTicks(Utils.removeTicks(identifier, '`'), '`');

case 'postgres':
if (identifier.indexOf('#>>') > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

quote helper should not handle this, query generator is more suited for this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for telling me this. I'll git it a try.

@codecov
Copy link

codecov bot commented Jul 19, 2018

Codecov Report

Merging #9662 into master will increase coverage by <.01%.
The diff coverage is 100%.

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