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

Commit 8c519107 by sdepold

moved query.js to mysql specific folder

1 parent 94fd9b35
var Query = require("../../query")
var Query = require("./query")
, Utils = require("../../utils")
, without = function(arr, elem) { return arr.filter(function(e) { return e != elem }) }
......
var Utils = require("./utils")
var Utils = require("../../utils")
module.exports = (function() {
var Query = function(client, callee, options) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!