Re: [Firebird-devel] FB3 and SQL_NULL

2013-03-24 Thread Adriano dos Santos Fernandes
On 24-03-2013 16:52, Dmitry Kovalenko wrote: > Hi > > FB3 returns "CHAR(1) NONE" for parameter "? is NULL" > > FB2.5 returns SQL_NULL in this case. > > For me - old (in FB2.5) variant more right. > > Q: New behaviour in FB3 - this is mistake or no? > Fixed. Thanks. Adriano

Re: [Firebird-devel] FB3 and SQL_NULL

2013-03-24 Thread Adriano dos Santos Fernandes
On 24-03-2013 16:52, Dmitry Kovalenko wrote: > Hi > > FB3 returns "CHAR(1) NONE" for parameter "? is NULL" > > FB2.5 returns SQL_NULL in this case. > > For me - old (in FB2.5) variant more right. > > Q: New behaviour in FB3 - this is mistake or no? > Mistake. I'm checking. Adriano

[Firebird-devel] FB3 and SQL_NULL

2013-03-24 Thread Dmitry Kovalenko
Hi FB3 returns "CHAR(1) NONE" for parameter "? is NULL" FB2.5 returns SQL_NULL in this case. For me - old (in FB2.5) variant more right. Q: New behaviour in FB3 - this is mistake or no? Kovalenko Dmitry. -- Everyone ha

Re: [Firebird-devel] FB3 vs FB2.5: Different result for SUBSTRING('test' FROM 1 FOR NULL)

2013-03-24 Thread Adriano dos Santos Fernandes
On 24-03-2013 04:41, Dmitry Kovalenko wrote: > Hi > > [FB 2.5.x] > D:\Program Files\Firebird_2_5_x64\bin>isql > Use CONNECT or CREATE DATABASE to specify a database > SQL> connect 'localhost:d:\database\ibp_test_fb25_d3.gdb' user 'gamer' > password 'vermut'; > Database: 'localhost:d:\database

Re: [Firebird-devel] FB3: Unexpected problem [assert] with isql and fbclient [at shutdown time?]

2013-03-24 Thread Dmitry Kovalenko
Ok. Thanks. Kovalenko Dmitry. 2013/3/24 Vlad Khorsun > 24.03.2013 14:56, Dmitry Kovalenko wrote: > >There are still some issues with DLL unloading. I working on it > but not finished yet. > > Regards, > Vlad > > >

Re: [Firebird-devel] FB3: Unexpected problem [assert] with isql and fbclient [at shutdown time?]

2013-03-24 Thread Vlad Khorsun
24.03.2013 14:56, Dmitry Kovalenko wrote: There are still some issues with DLL unloading. I working on it but not finished yet. Regards, Vlad -- Everyone hates slow websites. So do we. Make your web apps faster with A

Re: [Firebird-devel] FB3: Unexpected problem [assert] with isql and fbclient [at shutdown time?]

2013-03-24 Thread Dmitry Kovalenko
I'm not sure, but seem this and my other problems (like crash in my test system) are linked with your auxiliary(?) thread in fbclient.dll > fbclient_30.dll!Why::`anonymous namespace'::TimerEntry::timeThread(void * __formal=0x)Строка 537 C++ fbclient_30.dll!`anonymous namespace'::ThreadAr

[Firebird-devel] FB3: Unexpected problem [assert] with isql and fbclient [at shutdown time?]

2013-03-24 Thread Dmitry Kovalenko
Hi When I generated a test database through isql.exe (32bit), I received a crash within fbclient.dll Used one computer Client side: Windows 7 64bit Server side: XP 32bit in VirtualBox At generation time (when I run isql.exe) my CPU was used on 100% for other tasks > fbclient.dll!Firebird::Mute

[Firebird-devel] FB3 vs FB2.5: Different result for SUBSTRING('test' FROM 1 FOR NULL)

2013-03-24 Thread Dmitry Kovalenko
Hi [FB 2.5.x] D:\Program Files\Firebird_2_5_x64\bin>isql Use CONNECT or CREATE DATABASE to specify a database SQL> connect 'localhost:d:\database\ibp_test_fb25_d3.gdb' user 'gamer' password 'vermut'; Database: 'localhost:d:\database\ibp_test_fb25_d3.gdb', User: gamer SQL> SELECT SUBSTRING('t