diff --git a/process/Sql_lib/process.js b/process/Sql_lib/process.js index 09ddf0d0c55da6670fb793b886db9bfef8938ecf..7e630b76445f6781a41af7e82cfc5a53ff172ccc 100644 --- a/process/Sql_lib/process.js +++ b/process/Sql_lib/process.js @@ -777,7 +777,7 @@ function newWhereIfSet(pFieldOrCond, pValue, pCondition, pFieldType, pAlias) function SqlBuilder (pAlias) { if(!(this instanceof SqlBuilder)) - throw SqlBuilder._ERROR_INSTANCIATE_WITH_NEW(); + throw SqlBuilder.ERROR_INSTANCIATE_WITH_NEW(); this._select = null; this._from = null; this._tableName = null; //for update/delete @@ -3302,7 +3302,6 @@ SqlUtils._parseFieldQualifier = function(pFieldOrTableName, pColumnName) }; }; - /** * determines if given values match a full field qualifier (name of table and name of column) *