Add QUERY_EXCEEDED_COMPILER_LIMIT error code for MethodTooLargeException
mduggan-starburst opened this issue · 0 comments
mduggan-starburst commented
Within the code generation in the sql package, compilation errors can occur due to the query size being beyond the capacity of the compiler, rather than due to some bug or unsupported action. This is a useful case to separate out and give it's own error code for more appropriate handling.