Skip to content

(chore): use native prepares

Mark Harding requested to merge chore/naitve-prepares into master

Ticket(s) / Related Merge Requests

Summary of Changes

Introduces native prepared statements for mysql. Should bring performance boosts.

Testing Considerations

Deployment Considerations

Regression Scope

There may be some repositories that are using multiple references to named parameters. These are not supported and will throw errors.

Platform Affected (web, mobile, etc)

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports