Remove .rustc_info.json

This commit is contained in:
김선우
2025-08-24 10:25:14 +09:00
parent fa8896d9ee
commit 7057c97cfe
2 changed files with 0 additions and 3 deletions

View File

@@ -331,8 +331,6 @@ public class JDBC4Statement implements Statement {
return false;
}
// Check if the SQL matches batch-compatible patterns (DML and DDL)
// This will return false for SELECT, EXPLAIN, PRAGMA, SHOW, etc.
return BATCH_COMPATIBLE_PATTERN.matcher(sql).find();
}