Skip to content

Fix bug #55138 PDO OCI cannot insert more than 1332 bytes #2277

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

Closed
wants to merge 1 commit into from
Closed

Fix bug #55138 PDO OCI cannot insert more than 1332 bytes #2277

wants to merge 1 commit into from

Conversation

gureedo
Copy link

@gureedo gureedo commented Jan 5, 2017

Replacement for issue #633

@KalleZ
Copy link
Member

KalleZ commented Jan 5, 2017

Tagging Christopher as he is the Oracle guy; @cjbj

}

/* we can provide as much data as value_sz can fit */
value_sz = SB4MAXVAL;
Copy link
Contributor

Choose a reason for hiding this comment

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

A change which sets value_sz to SB4MAXVAL for non LONG columns would cause something similar to bug 72524 which affected PHP OCI8. We (Oracle) will do some more work before suggesting a fix.

@krakjoe
Copy link
Member

krakjoe commented Jul 10, 2017

Can we know the status of this patch please ?

/cc @gureedo @cjbj

@krakjoe
Copy link
Member

krakjoe commented Jan 30, 2019

Since there has been no updates or input from anyone in more than a year, I'm going to close this PR.

If I'm wrong to do that, and you would like to continue to work on this, please open a fresh PR targeting an appropriate branch.

@krakjoe krakjoe closed this Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants