Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Геннадий Забула
> Well, when you clear your pool and other threads are running queries you're the one responsible. :) Of course. But exception could provide additional information about what is going on and where do I need to look. On 6 October 2015 at 19:46, Jiří Činčura wrote: > On Tue, Oct

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 20:12, Геннадий Забула wrote: > Of course. But exception could provide additional information about > what is going on and where do I need to look. Maybe put that into tracker and others can vote. We'll see. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Parser class/library

2015-10-06 Thread Amro
Jiri, To get more concrete can you provide examples of all relevant corner cases? -Ursprüngliche Nachricht- Von: Jiří Činčura [mailto:j...@cincura.net] Gesendet: Dienstag, 6. Oktober 2015 06:37 An: For users and developers of the Firebird .NET providers

Re: [Firebird-net-provider] Parser class/library

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 13:16, Amro wrote: > To get more concrete can you provide examples of all relevant corner > cases? If I would knew all of them it would not be corner case. It's just a lot of playing. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Parser class/library

2015-10-06 Thread Jiří Činčura
Talking about corner cases. Would anybody here mind sending me some statements that mix comments, literals, SET TERMs, etc. in some crazy ways? I think the new parser - which handles comments and is also faster - is getting ready to real tests. :) -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Question about FbConnectionPoolManager

2015-10-06 Thread Jiří Činčura
On Tue, Oct 6, 2015, at 15:46, Геннадий Забула wrote: > I have a question about method implementation. > CleanConnectionsImpl > It cleans connections in pool. > But why _busy dictionary connections are disposed as well? > Isn't it a trouble maker for inappropriate ClearPools method users? > > We