yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

For large param for blob and clob. #56

Closed Nutchawat closed 6 years ago

Nutchawat commented 6 years ago

Sometime it's show OCI-Lob::save(): OCI_INVALID_HANDLE" if now writeTemporary.

yajra commented 6 years ago

@Nutchawat thanks for the PR. Can you provide some snippets to reproduce the issue? The PR looks good though.

yajra commented 6 years ago

Looks fine and does not break my Laravel app. Thanks a lot 🍻