Leonid Kogan

Results 14 comments of Leonid Kogan

@pcman312 @aaronwinter I vote for 2A. I'd also like to suggest to extend the simple cache with the following optional feature - every time when the item is accessed, its...

Guys, any chance that this will be merged anytime soon? I'm really eager to get this :) And thanks again for the great job!!!

Thanks for the reply! I do use what you’ve suggested already. My intention, however, was to stay within database.sql paradine. However, I could not find a way to execute a...

I see! Thanks a lot. If you need any help, please, count me in :) Cheers, LK > On Nov 13, 2017, at 11:53 AM, Tamás Gulácsi wrote: > >...

Well, I think I've manage to create a test that reproduces it completely and ends up with: panic: Stmt.exeC Env.ociError ORA-00604: error occurred at recursive SQL level 1 ORA-01000: maximum...

What’s the problem, exactly? May be I can suggest my two cents, man? Cheers, LK > On Nov 14, 2017, at 6:09 PM, Tamás Gulácsi wrote: > > I know...

Tamas, The code I’ve sent reproduces this like a charm :) > On 14 Nov 2017, at 22:00, Tamás Gulácsi wrote: > > Only from ORA-01000 errors. I've tried to...

I guess some more RTFM is required... Did you use my code to reproduce this sucker? Cheers, LK > On Nov 14, 2017, at 11:35 PM, Tamás Gulácsi wrote: >...

If you change session.close to testSesPool.Put(session) it will fail even much faster.. :((( However, in both cases it fails on the same iteration. In my case '#1495' ... Which means,...

Hi! In bndRset.bind a handle is allocated for result set. But I could not trace in the code where this handle is released. At least, Rset.close does not do that....