square/sqlbrite

Lint checks for runtime assertions and common errors.

Open

#58 opened on Sep 9, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (431 forks)batch import
help wantedicebox

Repository metrics

Stars
 (4,578 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • Creating a query inside of a transaction
  • Question marks in a query don't match number of arguments (#220)
  • Missing mark success in try/finally or try-with-resources
  • Multiple insert/update/delete statements not in a transaction in a single method
  • Ensure first argument looks like a table / list of tables
  • Second argument looks like SQL and contains all tables from the first argument

Contributor guide