adap / flower

Flower: A Friendly Federated AI Framework
https://flower.ai
Apache License 2.0
5.13k stars 881 forks source link

fix(framework:skip) Fix the `SqliteState.get_run` method #4222

Closed panh99 closed 1 month ago

panh99 commented 2 months ago

SELECT keyword will never trigger IntegrityError. In the get_run method, to check if the run_id exist, we need to check if rows (i.e., the return value of self.query) is empty or not.