Skip to content

Invalid keys detected in your query param struct: #293

@Adrian-Sanchez

Description

@Adrian-Sanchez

Error: Invalid keys detected in your query param struct: [NAME]. Usually this happens when you meant to serialize the struct to JSON first.

I understand the error has has to do with the attributes not matching up with the queryparam tag.

However, "name" is not a queryparam tag BUT name is the key used for named parameters.

.whereRaw(" someColumnName = :formval or someOtherColumnName = :formval",[ {name:'formval',value : rc.formval } ])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions