sqlvet v1.1.7 releases: performs static analysis on raw SQL queries

Sqlvet Sqlvet performs static analysis on raw SQL queries in your Go codebase to surface potential runtime errors at build time. Feature highlights: Check for SQL syntax error Identify unsafe queries that could potentially...