Re: [Firebird-devel] openCursors works different in embedded and remote

2014-10-14 Thread Dmitry Yemanov
13.10.2014 19:23, Adriano dos Santos Fernandes wrote: > > Please look at test staticMessage2 at > https://github.com/asfernandes/fbstuff/blob/master/src/test/v3api/StaticMessageTest.cpp > > The second openCursor tries to pass NULL to a not-NULL parameter. > > With embedded, the test works. > > With

[Firebird-devel] openCursors works different in embedded and remote

2014-10-13 Thread Adriano dos Santos Fernandes
Hi! Please look at test staticMessage2 at https://github.com/asfernandes/fbstuff/blob/master/src/test/v3api/StaticMessageTest.cpp The second openCursor tries to pass NULL to a not-NULL parameter. With embedded, the test works. With remote, openCursor returns a ResultSet and the exception happen