A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/1588 below:

[plsql] Parse Exception with function calls in WHERE clause · Issue #1588 · pmd/pmd · GitHub

Affects PMD Version: 6.10.0

Description: Stacktrace:

net.sourceforge.pmd.lang.plsql.ast.ParseException: Encountered " "(" "( "" at line 6, column 41.
Was expecting one of:
    ";" ...
    "FETCH" ...
    "GROUP" ...
    "OFFSET" ...
    "ORDER" ...
    
	at net.sourceforge.pmd.lang.plsql.ast.PLSQLParser.generateParseException(PLSQLParser.java:53977)
	at net.sourceforge.pmd.lang.plsql.ast.PLSQLParser.jj_consume_token(PLSQLParser.java:53828)
	at net.sourceforge.pmd.lang.plsql.ast.PLSQLParser.UnlabelledStatement(PLSQLParser.java:14915)
	at net.sourceforge.pmd.lang.plsql.ast.PLSQLParser.Statement(PLSQLParser.java:15630)

Code Sample demonstrating the issue:

BEGIN

SELECT value
        INTO v_value
        FROM table
       WHERE colname = utils.get_colname('COLUMN_ID');
END;
/

Running PMD through: Designer


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4