Re: [Firebird-devel] Forming IStatus code-by-code

2014-07-24 Thread Alex Peshkoff
On 07/24/14 12:43, Dimitry Sibiryakov wrote: > 23.07.2014 14:17, Alex Peshkoff wrote: >> First of all - errors, warnings, information codes (we do not have one >> now, but they are present in SQL spec) and successful completion codes >> (like EOF in fetch) should be separated. > EOF in fetch is

Re: [Firebird-devel] Forming IStatus code-by-code

2014-07-24 Thread Dimitry Sibiryakov
23.07.2014 14:17, Alex Peshkoff wrote: > First of all - errors, warnings, information codes (we do not have one > now, but they are present in SQL spec) and successful completion codes > (like EOF in fetch) should be separated. EOF in fetch is separated. It doesn't go into status at all. But

Re: [Firebird-devel] Forming IStatus code-by-code

2014-07-23 Thread Alex Peshkoff
On 07/23/14 15:36, Dimitry Sibiryakov wrote: > Hi, All. > > Don't you think that IStatus interface is missing a method for forming > error > code-by-code? Definition of this method could be like this: > > IStatus::add(ISC_STATUS gds_code, ...); > > Usage would be like this: > > status-