Skip to content

Alone quote in SQL comment causes SQL translate error #423

@dakur

Description

@dakur

Version: dev-master

Bug Description

When you use single quote ' or " in a SQL comment, dibi fails with Dibi\Exception: SQL translate error: Alone quote

Steps To Reproduce

Make a comment in SQL query containg single ' or " in it. E.g. in tests/dibi/Connection.fetch.phpt:

$res = $conn->query(<<<SQL
SELECT [title] FROM [products] ORDER BY [product_id] -- this isn't working
SQL
);

Expected Behavior

Pass without problem

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