-
Notifications
You must be signed in to change notification settings - Fork 16
Staging #1865
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
Staging #1865
Changes from all commits
dfb241a
fb1a800
a0145e3
5b76791
036079b
894510d
dde50e6
7b76aa3
d94d747
a851f0f
b4442b9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1309,7 +1309,7 @@ void DatabaseAPI::generalSearch(const SDMS::SearchRequest &a_request, | |
| payload["qry_begin"] = qry_begin; | ||
| payload["qry_end"] = qry_end; | ||
| payload["qry_filter"] = qry_filter; | ||
| payload["params"] = "{" + params + "}"; | ||
| payload["params"] = params; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. issue (bug_risk): The On the Foxx side, |
||
| payload["limit"] = to_string(cnt); | ||
|
|
||
| string body = payload.dump(-1, ' ', true); | ||
|
|
@@ -3943,7 +3943,7 @@ uint32_t DatabaseAPI::parseSearchRequest(const SDMS::SearchRequest &a_request, | |
| a_qry_begin = a_qry_begin; | ||
| a_qry_end = a_qry_end; | ||
| a_qry_filter = a_qry_filter; | ||
|
|
||
| a_params = "{" + a_params + "}"; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. question: Wrapping Previously, this function left If any caller already passes a braced string, this will yield |
||
| return cnt; | ||
| } | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Fix spelling of "dependencies" and possessive "its" in this option description.
In this description, please change "depencies" to "dependencies" and "build it's libraries" to "build its libraries" (possessive).