添加例子🌰 ,sql分割自动清除注释
This commit is contained in:
		@ -22,6 +22,7 @@ function cleanSql(sql) {
 | 
			
		||||
 * @param {String} sqlText 
 | 
			
		||||
 */
 | 
			
		||||
function splitSql(sqlText) {
 | 
			
		||||
    sqlText=cleanSql(sqlText);
 | 
			
		||||
    if (!sqlText) {
 | 
			
		||||
        return sqlText;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user