Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-25 Thread Геннадий Забула
Jiri, could you take a look at PR. I've finished bringing support, but stuck with problems running unit-tests on both servers 2.5/3.0. Both embedded configuration works fine. I think I'll finish the problems this weekend. On 24 September 2015 at 19:14, Jiří Činčura wrote: > On

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-25 Thread Jiří Činčura
I'll have a look. I'm now focusing on Migrations, so then. -- Mgr. Jiří Činčura Independent IT Specialist On Fri, Sep 25, 2015, at 13:36, Геннадий Забула wrote: > Jiri, could you take a look at PR. > I've finished bringing support, but stuck with problems running > unit-tests on both servers

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-25 Thread Геннадий Забула
Thanks, I've already got it working. At least tests migrated from Jaybird pass. As Jiri suggested I took a look at FB core, and found everything I've needed. On 25 September 2015 at 16:08, Mark Rotteveel wrote: > On Thu, 24 Sep 2015 19:10:44 +0300, Геннадий Забула

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-631) Support for BOOLEAN in FB3

2015-09-25 Thread Mark Rotteveel
On Thu, 24 Sep 2015 19:10:44 +0300, Геннадий Забула wrote: > https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/40 > WIP about boolean support is here. Only Gds implemented for now. > > I have several question about Gds protocol. Where can I find >