-
Notifications
You must be signed in to change notification settings - Fork 232
Match bb definitions #5684
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
base: main
Are you sure you want to change the base?
Match bb definitions #5684
Conversation
f98bcfb to
7832f20
Compare
roborivers
left a comment
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.
Coding style check: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 0/0 tests failed ⚠.
Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
| sqlquery.bindvars = bindvars; | ||
| sqlquery.n_types = ntypes; | ||
| sqlquery.types = types; | ||
| sqlquery.types = (int *)types; // TODO: Is this ok? bb is able to assign without casting |
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.
types is const int *, sqlquery.types is expecting int *
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.
Getting error in open trying to compile without casting, warning in bb but we ignore
roborivers
left a comment
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.
Coding style check: Success ✓.
Cbuild submission: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
insert_lots
incoh_remsql
incoh_remsql_rte_connect_generated
| int retries_done, int do_append, int fromline) | ||
| static int cdb2_send_query(cdb2_hndl_tp *hndl, cdb2_hndl_tp *event_hndl, SBUF2 *sb, const char *dbname, const char *sql, | ||
| int n_set_commands, int n_set_commands_sent, char **set_commands, int n_bindvars, | ||
| CDB2SQLQUERY__Bindvalue **bindvars, int ntypes, const int *types, int is_begin, |
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.
(make types const)
|
cdb2test Jan 22 13:01:50 2026 success h.R20260122.3 |
To help us review your pull request, please consider providing an overview of the following: