Does anyone know whether a good parser exists for a strong/strict/exact syntax check?
To check the programmed source code in procedures, functions, views.
A parser which checks e.g. the data types of the variables, the passed parameters to other procedures and functions, the used tables etc.
I faced some critical runtime faults during runtime because of some "simple" programming faults which could actually be detected by a good parser.
The SQL Prompt function "Find Invalid Objects" can find something but also not in that quality, what a modernĀ Java or C++ compiler syntax check would detect.
Andreas Schneider
0

Comments

1 comment

  • ATurner
    HiĀ AndreasBiBi

    Is there certain SQL that your finding that the "Find Invalid Objects" is not correctly identifying?
    ATurner
    0

Add comment

Please sign in to leave a comment.