in lib/common/utils/statementBuilder.util.ts [45:48]
public where(table: string): StatementBuilder { this._where = this.removeKeyword(table, this.WHERE); return this; }