blob: cc6a4e27e512c263c10b5b3138e37194c1b8b5ea [file] [log] [blame]
<html>
<body>
Reports Room SQL queries that use unnamed query parameters (e.g. <code>WHERE id = ?</code>). This is not supported by the Room query
analyzer which requires named query parameters (e.g. <code>WHERE id = :id</code>) that correspond to arguments of the method annotated with
<code>@Query</code>.
</body>
</html>