Ivan Brezina
Ivan Brezina
Hi, thanks for this PR. I'd like to ask: Will there be a way how to override getStatement() method? So returned string could be formatter or extended? As Oracle DBA...
@sebersole comments could be good if I wanted to relate for example REST API call with SQL statement executed. But in case of criteria api the same comment can present...
Try it with this branch: https://github.com/ibre5041/antlr3 (the tool and runtime). I think I fixed it several months ago.
Try to use this branch: https://github.com/ibre5041/plsql-parser/tree/master/parsers/no-ast. This is a combined grammar the top level one is PLSQLParser.g - do not try to compile any other .g source. Also this grammar...
Fixed in pull request #145
I think this regression shown up between 3.5 releases. Maybe 3.5.1 => 3.5.2. It has something to do with StringTemplate library used internally by Antlr. About year ago I went...
Qscintilla2 is "cursed" every distribution names this package differently. Even the .so file is named differenttly in each distribution. I can not do anything about that. Each time I try...
Yeah. I used to sign .msi (.exe) by code signing certificate from https://www.certum.eu/. But the certificate expired, they doubled the price and request additional money for chip card and card...
I don't get it, how could the query be executed when table name was removed? The 2nd is part probably caused by data type conversion OCINumber -> float -> String....
I can not reproduce it in source trunk. Can you pls try to reproduce it on: Tora.3.2.283.Release.64bit ?