Revision 44207 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/java/org/gvsig/expressionevaluator/impl/DefaultInterpreter.java

View differences:

DefaultInterpreter.java
218 218
                    }
219 219
                    caller.function(function);
220 220
                }
221
                if( !function.isSQLCompatible() && this.sqlCompatible ) {
222
                    throw new ExpressionRuntimeException(code, I18N.Cant_use_non_SQL_compatible_functions(function.name()));
223
                }
221
//                if( !function.isSQLCompatible() && this.sqlCompatible ) {
222
//                    throw new ExpressionRuntimeException(code, I18N.Cant_use_non_SQL_compatible_functions(function.name()));
223
//                }
224 224
                Codes args = caller.parameters();
225 225
                try {
226 226
                    switch( caller.type() ) {

Also available in: Unified diff