INFO sqlalchemy.engine.Engine:base.py:1846 SELECT account.wms_id, account.is_active, account.is_pass_change_needed, account.first_name, account.last_name, account.password, account.phone, account.worker_process, account.barcode, account.code, account.date_created, account.jobtitle, account.patronymic, account.pinfl, account.warehouse_id, account.role_wms_id, account.seller_id FROM account WHERE account.first_name = %(first_name_1)s AND account.last_name = %(last_name_1)s AND account.barcode = %(barcode_1)s ORDER BY random() LIMIT %(param_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 0.243s ago] {'first_name_1': 'Phantom', 'last_name_1': 'Lancer', 'barcode_1': 'FREE', 'param_1': 1}