Skip to content

UDF in where clause #124

@integerx

Description

@integerx

executing:

echo "select smiles from products_structure_query where match_substructure(screen, molecule, 'CCC');" | sudo php run_query --ini=bootstrap.ini

results in:

ERRORS RETURNED BY OPERATION:
Array
(
[0] => While getting coordinator columns: 1054Unknown column 'screenmolecule' in 'where clause'
[1] => [message:Failed to execute query on node:1054Unknown column 'screenmolecule' in 'where clause'] [node:shard1] [arc:0] [insert_id:0]
...
)

Doesn't seem to see a comma between arguments in the function call.

Let me know what further info you need.
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Shard-QuerydocbugIssue needs to be documented or is a documentation issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions