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

Commit aae157df by Raúl Acuña Committed by sdepold

Declare primaryKeys and tables in generator scope

1 parent 6bb888c3
Showing with 3 additions and 4 deletions
var Utils = require("../../utils")
, util = require("util")
tables = {}
primaryKeys = {}
, util = require("util")
, tables = {}
, primaryKeys = {};
function removeQuotes(s, quoteChar) {
quoteChar = quoteChar || '"'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!