Comment 0 for bug 1662441

Revision history for this message
wangxiyuan (wangxiyuan) wrote :

Now, when use sqlalchemy backend, the tables in db are created by the first API call.

So before the tables are created, if there are some API calls at the same time, the sql will raise an error, say that the table has already existed.

LOG: