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: support field name with period #1148

Merged
merged 5 commits into from
Jan 6, 2022
Merged

fix: support field name with period #1148

merged 5 commits into from
Jan 6, 2022

Conversation

summer-ji-eng
Copy link
Contributor

@summer-ji-eng summer-ji-eng commented Jan 5, 2022

For REST mode, the period . value in the field has been stripped.
For example, the request

{'a.1': 'foo'}

after transcode, it becomes

{'a1': 'foo'}

System-test in firestore

@summer-ji-eng summer-ji-eng requested a review from a team as a code owner January 5, 2022 08:05
@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

  • .github/workflows/ci.yaml - .github/workflows/ci.yaml (GitHub Actions) should be updated in synthtool

Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

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

Let's see how it works :)

@summer-ji-eng summer-ji-eng merged commit 80c9146 into main Jan 6, 2022
@summer-ji-eng summer-ji-eng deleted the snake_camel_period branch January 6, 2022 22:31
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