You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by Chad Schoettger <ch...@gmail.com> on 2005/08/29 20:44:48 UTC

[PATCH] BEEHIVE-868 - Calling stored proc with uppercase 'CALL', and providing SQLParameter arguments, results in a compiler error

I've made a patch for BEEHIVE-868

Updated javacc grammar for jdbcontrol's sql parsing to ignore case of jdbc 
keywords. 
Also updated jdbc control's drts to include tests for case-insensitive 
parsing of the keywords.

- Chad