in reply to Netezza sql analyzer framework

I would assume that the approach to customize the modules is to find out the differences between Netezza SQL and the SQL accepted by the modules, and then to adapt the modules to also accept the Netezza dialect. For example, SQL::Parser has a ->dialect method, and I would consider looking at how that method influences the parser, and use one of the dialects as a basis to implement my own.

Replies are listed 'Best First'.
Re^2: Netezza sql analyzer framework
by sarf13 (Beadle) on Jul 16, 2012 at 06:13 UTC

    Thank you very much Corion.i am going to start my work now onwards.