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

Commit da178316 by “cjhgit”

「修改」适配 partition

1 parent 71c91309
......@@ -2009,7 +2009,9 @@ class QueryGenerator {
selectFromTableFragment(options, model, attributes, tables, mainTableAs) {
let fragment = `SELECT ${attributes.join(', ')} FROM ${tables}`;
if (options.partition) {
fragment += ` partition (${options.partition})`
}
if (mainTableAs) {
fragment += ` AS ${mainTableAs}`;
}
......
{
"name": "sequelize",
"name": "@yunser/sequelize",
"description": "Multi dialect ORM for Node.JS",
"version": "0.0.0-development",
"version": "5.22.4",
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
"Sascha Depold <sascha@depold.com>",
......
# npm run build
npm publish --access public
cnpm sync @yunser/sequelize
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!