Skip to content

When updating data, does not write values containing double quotes to the database #207

@BloodyEagle

Description

@BloodyEagle

$data = array(
'corp' => $_REQUEST['corp']
);
$insertId = \QB::table('corp')->where('id', $id)->update($data);

if you pass in 'corp' the value 'micro"soft"', then only 'micro' will be written.
when using insert, the data is written without errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions