Gilles Darold

Results 3 issues of Gilles Darold

Reported by Hafiz, for example: ``` DECLARE c_id customers.id%type := &cc_id; c_name customerS.Name%type; c_addr customers.address%type; -- user defined exception ex_invalid_id EXCEPTION; BEGIN IF c_id

enhancement

This PR include several improvements: - Fix detection of the Oracle ASCII function. - Add -E, --exclude-instr command line option to be able to exclude - Add support to Perl...

Hi Pavel, I have found an issue with the 'J' format of the `oracle.to_date(text, text)` function, it reports wrong results compared to Oracle. On Oracle: ``` SQL> ALTER SESSION SET...