Updates
This commit is contained in:
parent
0a77a869f7
commit
d2ff524d86
@ -163,7 +163,7 @@ function sqlGenerator({ tableName, genObject }) {
|
|||||||
join.joinType +
|
join.joinType +
|
||||||
" " +
|
" " +
|
||||||
(join.alias
|
(join.alias
|
||||||
? join.tableName + " AS " + join.alias
|
? join.tableName + " " + join.alias
|
||||||
: join.tableName) +
|
: join.tableName) +
|
||||||
" ON " +
|
" ON " +
|
||||||
(() => {
|
(() => {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user