codeswholesale / codeswholesale-sdk-php

A PHP wrapper for CodesWholesale's API
Apache License 2.0
36 stars 21 forks source link

Race condition in TokenDatabaseStorage #38

Open fefrik opened 4 years ago

fefrik commented 4 years ago

Hi, can you check and fix race condition (use transaction) in TokenDatabaseStorage class? There is thrown PdoException for insert duplicate row even it should be already removed in previous step.

Simultaneously, sql import must be done on InnoDB table.

Vladimir