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: Properly handle map and slice pointers #1817

Merged

Conversation

erezrokah
Copy link
Member

Summary

I missed this in #1796. Actually added the normalizePointer for this reason just forgot to use it for map and slice pointers


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@erezrokah erezrokah requested a review from a team as a code owner July 24, 2024 13:13
@erezrokah erezrokah requested review from bbernays and marianogappa and removed request for bbernays July 24, 2024 13:13
@github-actions github-actions bot added the fix label Jul 24, 2024
@kodiakhq kodiakhq bot merged commit 8fe9081 into cloudquery:main Jul 24, 2024
7 checks passed
kodiakhq bot pushed a commit that referenced this pull request Jul 24, 2024
🤖 I have created a release *beep* *boop*
---


## [4.52.1](v4.52.0...v4.52.1) (2024-07-24)


### Bug Fixes

* Don't panic when trying `ToSnake` on `s` character ([#1816](#1816)) ([30e02da](30e02da))
* Properly handle map and slice pointers ([#1817](#1817)) ([8fe9081](8fe9081))
* Reduce JSON column schema nesting ([#1819](#1819)) ([2e1112f](2e1112f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants