This commit is contained in:
Benjamin Toby 2024-12-27 10:15:53 +01:00
parent 0a77a869f7
commit d2ff524d86
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ function sqlGenerator({ tableName, genObject }) {
join.joinType +
" " +
(join.alias
? join.tableName + " AS " + join.alias
? join.tableName + " " + join.alias
: join.tableName) +
" ON " +
(() => {

View File

@ -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": {