mirror of https://github.com/Fabio286/antares.git
Minor fix
This commit is contained in:
parent
0076f146fa
commit
8a4c628128
|
@ -176,7 +176,7 @@ export class AntaresConnector {
|
|||
|
||||
// FROM
|
||||
let fromRaw = '';
|
||||
if (!this._query.update.length)
|
||||
if (!this._query.update.length && this._query.from !== '')
|
||||
fromRaw = 'FROM';
|
||||
|
||||
switch (this._client) {
|
||||
|
|
Loading…
Reference in New Issue