[Firebird-devel] Solaris port

2016-02-04 Thread Paul Beach
Dimitry, <> AFAIK, 2.5 should build on both gcc and CC and this has been done relatively recently. The same should be true for AIX and HPUX. Regards Paul -- Site24x7 APM Insight: Get Deep Visibility into Application P

[Firebird-devel] Solaris port

2016-02-04 Thread Dimitry Sibiryakov
Hello, All. Is Firebird still built for Solaris? Or to be precise: is it still built by Sun Studio which is the only compiler that doesn't support "#pragma once"? -- WBR, SD. -- Site24x7 APM Insight: Get Deep

[Firebird-devel] [FB-Tracker] Created: (CORE-5103) Can not do second connect do db

2016-02-04 Thread kotrc (JIRA)
Can not do second connect do db Key: CORE-5103 URL: http://tracker.firebirdsql.org/browse/CORE-5103 Project: Firebird Core Issue Type: Bug Components: API / Client Library Affects Versions: 2.5

Re: [Firebird-devel] IStatus and character set

2016-02-04 Thread Dimitry Sibiryakov
04.02.2016 11:00, Alex Peshkoff wrote: > sorry, I was wrong > CS_UNICODE_FSS is expected That may be problem: I know Win32 API call to convert into utf-8, but converting into CS_UNICODE_FSS is out of its abilities. On the other hand, isn't UNICODE_FSS just a subset of utf-8? -- WBR, S

Re: [Firebird-devel] IStatus and character set

2016-02-04 Thread Alex Peshkoff
On 02/04/2016 12:38 PM, Alex Peshkoff wrote: > On 02/04/2016 12:35 PM, Dimitry Sibiryakov wrote: >> Hello, All. >> >> When an user plugin set an error to IStatus, which character set must >> be string data in? >> > utf8 sorry, I was wrong CS_UNICODE_FSS is expected ---

Re: [Firebird-devel] Append error clumplets to IStatus

2016-02-04 Thread Dimitry Sibiryakov
04.02.2016 10:46, Alex Peshkoff wrote: > You did not ask is it in plugin or anywhere else in the code. Filling of IStatus anywhere else has no point. > BTW, license let's use it any plugin if desired. License - may be. Dependencies - don't. This class will drag a half of common library w

Re: [Firebird-devel] Append error clumplets to IStatus

2016-02-04 Thread Alex Peshkoff
On 02/04/2016 12:36 PM, Dimitry Sibiryakov wrote: > 04.02.2016 9:14, Alex Peshkoff wrote: >> You should extract data from it to Arg::StatusVector, append what you >> wish and then return data back to IStatus. > Isn't Arg::StatusVector an internal private class? How can it be used in > an user

Re: [Firebird-devel] IStatus and character set

2016-02-04 Thread Alex Peshkoff
On 02/04/2016 12:35 PM, Dimitry Sibiryakov wrote: > Hello, All. > > When an user plugin set an error to IStatus, which character set must be > string data in? > utf8 -- Site24x7 APM Insight: Get Deep Visibility

Re: [Firebird-devel] Append error clumplets to IStatus

2016-02-04 Thread Dimitry Sibiryakov
04.02.2016 9:14, Alex Peshkoff wrote: > You should extract data from it to Arg::StatusVector, append what you > wish and then return data back to IStatus. Isn't Arg::StatusVector an internal private class? How can it be used in an user plugin? -- WBR, SD.

[Firebird-devel] IStatus and character set

2016-02-04 Thread Dimitry Sibiryakov
Hello, All. When an user plugin set an error to IStatus, which character set must be string data in? -- WBR, SD. -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM

Re: [Firebird-devel] Append error clumplets to IStatus

2016-02-04 Thread Alex Peshkoff
On 02/03/2016 06:57 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Is there a method of IStatus that append an error clumplet to the end? > No. You should extract data from it to Arg::StatusVector, append what you wish and then return data back to IStatus. Why 2 classes? IStatus is pers