-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
Shard-QuerydocbugIssue needs to be documented or is a documentation issueIssue needs to be documented or is a documentation issue
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Shard-QuerydocbugIssue needs to be documented or is a documentation issueIssue needs to be documented or is a documentation issue