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

update Type "boolean" to "bool" #4196

Closed
wants to merge 1 commit into from
Closed

update Type "boolean" to "bool" #4196

wants to merge 1 commit into from

Conversation

gongxuanzhang
Copy link

mongodb command : {$type}
When you use boolean match,you will have a error like : Query failed with error code 2 and error message 'Unknown type name alias: boolean'

because mongodb manual {$type : "bool" } , not "boolean";
link mongodb type desc

@pivotal-cla
Copy link

@gongxuanzhang Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 9, 2022
@christophstrobl christophstrobl removed the status: waiting-for-triage An issue we've not yet triaged label Oct 10, 2022
@christophstrobl christophstrobl self-assigned this Oct 10, 2022
@christophstrobl
Copy link
Member

Good catch - thanks for the PR.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 10, 2022
@pivotal-cla
Copy link

@gongxuanzhang Thank you for signing the Contributor License Agreement!

christophstrobl pushed a commit that referenced this pull request Oct 11, 2022
Was boolean should have been bool.

Closes: #4196
christophstrobl added a commit that referenced this pull request Oct 11, 2022
 Original Pull Request: #4196
christophstrobl added a commit that referenced this pull request Oct 11, 2022
 Original Pull Request: #4196
christophstrobl pushed a commit that referenced this pull request Oct 11, 2022
Was boolean should have been bool.

Closes: #4196
christophstrobl added a commit that referenced this pull request Oct 11, 2022
 Original Pull Request: #4196
@christophstrobl christophstrobl added this to the 3.3.8 (2021.1.8) milestone Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants