Ivan Brezina
Ivan Brezina
Fix compilation for C target when compiled using MSVC 2010 Memory leak fix for Cpp target Various fixes for lexer label ref. for Cpp target
Do not allow UTF16 strings to be pasted into Scintilla, further parsing fails SELECT ááááááácsf.SES_ID, áááááá csfa.FILE_ID, áááááá cs.CMM_ID, áááááá INT_ID, áááááá INSTANCE_ID
ALL_ALL_TABLES does not contain all tables, when having select_catalog_role only.
querying from NCLOB colunm, triggers ORA-24806: LOB form mismatch
For example `select * from sys.AUD$;` for this query the semicolon is not removed but it is sent into the database. multi-line statement works ok: `select * from sys.AUD$` `;`
support for invalid synonyms. alter synonym compile
The pair of values (SQL_ID, CHILD_NUMBER) is not unique. i.e. it is not a unique key in v$sql. Revert back changes in toSession and start usind SQL address and child...
Changes summary: - use single quotes for IDENTIFIED BY VALUES - user double quotes for IDENTIFIED BY "plaintext password", allows passwords starting with digit (and other special cases) - upper/lower...
- Ported to ANTLR 3.5.x - Many tests cases addded - Several minor bugfixes