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