不要怂,就是干,撸起袖子干!

Commit 7b0b7ec4 by Matt Broadstone

move a simple sql query directly into query-generator to test travis

1 parent 93a973e0
......@@ -87,7 +87,7 @@ module.exports = (function() {
},
showTablesQuery: function () {
return SqlGenerator.showTableSql();
return 'SELECT name FROM sys.Tables;';
},
/*
......
......@@ -254,10 +254,6 @@ module.exports = {
return escape(value,field);
},
showTableSql: function(){
return 'SELECT name FROM sys.Tables;';
},
processValue: function(val, modelAttribute){
return processValue(val, modelAttribute);
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!