Updates
This commit is contained in:
@@ -214,7 +214,11 @@ function sqlGenerator({ tableName, genObject }) {
|
||||
.map((mtch) =>
|
||||
generateJoinStr(mtch, join)
|
||||
)
|
||||
.join(" AND ") +
|
||||
.join(
|
||||
join.operator
|
||||
? ` ${join.operator} `
|
||||
: " AND "
|
||||
) +
|
||||
")"
|
||||
);
|
||||
} else if (typeof join.match == "object") {
|
||||
|
||||
Reference in New Issue
Block a user