Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 156 Bytes

File metadata and controls

1 lines (1 loc) · 156 Bytes

When using sqlx::QueryBuilder::separated for SET field = $N updates, use push_bind_unseparated for the bind value to avoid invalid SQL separator injection.