return(this.sql.toLowerCase().indexOf('select name from sys.tables')===0);
};
Query.prototype.formatError=function(err){
varmatch;
match=err.message.match(/Violation of UNIQUE KEY constraint '((.|\s)*)'. Cannot insert duplicate key in object '.*'. The duplicate key value is \((.*)\)./);