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

Fixes #72931. Driver fails on "insert returning" or "execute procedure" statements on Firebird 3. #2230

Closed
wants to merge 12 commits into from

Conversation

madorin
Copy link
Contributor

@madorin madorin commented Dec 5, 2016

No description provided.

if (isc_dsql_execute(H->isc_status, &H->tr, &S->stmt, PDO_FB_SQLDA_VERSION, S->in_sqlda)) {
/* allocate storage for the output data */
if (S->out_sqlda.sqln) {
for (unsigned int i = 0; i < S->out_sqlda.sqln; i++) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please keep the C89 compat.

Thanks.

@weltling
Copy link
Contributor

weltling commented Dec 6, 2016

A test is required, as usual :) Please add one.

Thanks.

@weltling
Copy link
Contributor

weltling commented Dec 7, 2016

Merged with 13ffa88.

Thanks!

@weltling weltling closed this Dec 7, 2016
@weltling
Copy link
Contributor

weltling commented Dec 7, 2016

Btw, a backport to 5.6 could be nice,

Thanks.

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.

None yet

2 participants