mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 08:24:19 +01:00
Remove .rustc_info.json
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user