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

feat: Added SQLT_BOL to bind type #128

Merged
merged 1 commit into from
Jun 15, 2023
Merged

Conversation

sge-kawa
Copy link
Contributor

@sge-kawa sge-kawa commented Jun 14, 2023

fix #127

Fixed to accept SQLT_BOL.

Usage

$bindings = [
    'p1' => [
        'value' => true,
        'type' => SQLT_BOL,
    ],
];

$result = DB::connection()->executeFunction('FUNC', $bindings);

@yajra yajra changed the title Added SLQT_BOL to bind type feat: Added SQLT_BOL to bind type Jun 15, 2023
@yajra yajra self-requested a review June 15, 2023 11:21
@yajra yajra merged commit f55a7bc into yajra:3.0 Jun 15, 2023
@yajra
Copy link
Owner

yajra commented Jun 15, 2023

Released on v3.4.0 🚀 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.

Support Request for SQLT_BOL or OCI_B_BOL in oci_bind_by_name
2 participants