king
2021-11-10 5af280c40f52a839fc4bda38934f680cccf98763
src/menu/datasource/index.jsx
@@ -203,7 +203,7 @@
            if (item.status === 'false') return
            if (/exec\s/ig.test(item.sql)) {
              maxScript = 100
              maxScript = 1000
            } else if (item.sql.length > maxScript) {
              maxScript = item.sql.length
            }