Skip to content

How to get SQL with values embedded instead of paramaterialised SQL? #128

Open
@srth12

Description

@srth12

How to get a values like this:

INSERT INTO user (user.user_id, user.name, user.contact) VALUES ('ab', 'cd', 'ef)

Instead of

INSERT INTO user (user.user_id, user.name, user.contact) VALUES (:v1, :v2, :v3)

I tried various SQL write() but nothing helped.

$sql = $builder->write($query);

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