You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db = os.path.expanduser("~/patch-review-dashboard-v2/prisma/patch-review.db")
conn = sqlite3.connect(db)
conn.row_factory = sqlite3.Row
print("=== PreprocessedPatch ===")
res = conn.execute("SELECT issueId, component, version, description FROM PreprocessedPatch WHERE component LIKE '%microcode%' OR component LIKE '%uek%'").fetchall()