Skip to content

Use only Prepared statements for queries #293

@elpiel

Description

@elpiel

We currently have places where we don't use prepared statements for queries.
This could lead to bugs if Display and ToSql implementations for the struct are different, however this is not the case at the moment.

  • Change all remaining queries to use prepared statement parameters

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions