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

VARBINARY data type update not working #1005

Open
kzolee1 opened this issue Dec 7, 2022 · 0 comments
Open

VARBINARY data type update not working #1005

kzolee1 opened this issue Dec 7, 2022 · 0 comments

Comments

@kzolee1
Copy link

kzolee1 commented Dec 7, 2022

Used method:

$data = Array ('columname' => $_POST['form_columname'] );
$db->where('id', $var);
$db->update('table', $data);

There is no error message, but the table update doesn't happen, if i have VARBINARY type of column.

The get method works as expected.

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

No branches or pull requests

1 participant