| 182 | | "mysql_schema"; |
| 183 | |
| 184 | export interface IntrospectionResult { |
| 185 | kind: IntrospectionKind | null; |
| 186 | } |
| 187 | |
| 188 | // Statements that node-sql-parser can't parse but still leak schema (e.g. |
| 189 | // `SHOW FULL COLUMNS FROM users`, `SHOW FIELDS FROM users`). We pre-screen |
nothing calls this directly
no outgoing calls
no test coverage detected