[Firebird-devel] [FB-Tracker] Created: (CORE-6447) SET SQLDA_DISPLAY ON: different text of message for parameterized expression starting from second run

2020-11-16 Thread Pavel Zotov (JIRA)
SET SQLDA_DISPLAY ON: different text of message for parameterized expression starting from second run - Key: CORE-6447 URL: http://tracker.firebirdsql.org/browse/C

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Dimitry Sibiryakov
16.11.2020 19:33, Mark Rotteveel wrote:    On contrary, I would like to forget about it. Are you talking about sqlcode, or sqlstate? Both. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Mark Rotteveel
On 16-11-2020 17:54, Dimitry Sibiryakov wrote: 16.11.2020 17:46, Alex Peshkoff via Firebird-devel wrote: Anyway fill free to add pull request with sqlstate support.   On contrary, I would like to forget about it. Are you talking about sqlcode, or sqlstate? Mark -- Mark Rotteveel Firebir

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Dimitry Sibiryakov
16.11.2020 17:56, Alex Peshkoff via Firebird-devel wrote: Why wasting time in that case here? To find out plans of core developers about it. If you are eager to support SQLSTATE, I have to support it in my plugins. If you don't care - I'm lucky. -- WBR, SD. Firebird-Devel mailing list,

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Alex Peshkoff via Firebird-devel
On 11/16/20 7:54 PM, Dimitry Sibiryakov wrote: 16.11.2020 17:46, Alex Peshkoff via Firebird-devel wrote: Anyway fill free to add pull request with sqlstate support.   On contrary, I would like to forget about it. Why wasting time in that case here? Firebird-Devel mailing list, web inter

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Dimitry Sibiryakov
16.11.2020 17:46, Alex Peshkoff via Firebird-devel wrote: Anyway fill free to add pull request with sqlstate support. On contrary, I would like to forget about it. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Alex Peshkoff via Firebird-devel
On 11/16/20 7:42 PM, Dimitry Sibiryakov wrote: 16.11.2020 17:38, Alex Peshkoff via Firebird-devel wrote: I'm afraid there may be something else missing (like isc_vax_integer for example).   isc_vax_integer is hidden behind IXPBBulder which works as ClumpletReader. We still do not have sup

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Dimitry Sibiryakov
16.11.2020 17:38, Alex Peshkoff via Firebird-devel wrote: I'm afraid there may be something else missing (like isc_vax_integer for example). isc_vax_integer is hidden behind IXPBBulder which works as ClumpletReader. -- WBR, SD. Firebird-Devel mailing list, web interface at https://list

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Alex Peshkoff via Firebird-devel
On 11/16/20 7:33 PM, Dimitry Sibiryakov wrote: 16.11.2020 17:31, Alex Peshkoff via Firebird-devel wrote: It was declared deprecated when sqlstate was introduced.   I see no support for SQLSTATE in the API either. IMHO should go to Util. BTW, I'm afraid there may be something else missing (l

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Dimitry Sibiryakov
16.11.2020 17:31, Alex Peshkoff via Firebird-devel wrote: It was declared deprecated when sqlstate was introduced. I see no support for SQLSTATE in the API either. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Alex Peshkoff via Firebird-devel
On 11/16/20 7:27 PM, Dimitry Sibiryakov wrote:   Is it completely desupported or just forgotten? It was declared deprecated when sqlstate was introduced. I suppose it's _very_ easy to add such support, removing it later will be much harder. Firebird-Devel mailing list, web interface at

[Firebird-devel] SQLCODE in OO API

2020-11-16 Thread Dimitry Sibiryakov
Is it completely desupported or just forgotten? -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] JSONB in PostgreSQL

2020-11-16 Thread marius adrian popa
Interesting presentation from pgcon https://www.pgcon.org/events/pgcon_2020/schedule/session/139-jsonb-roadmap/ related to this feature http://tracker.firebirdsql.org/browse/CORE-5148 Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] [FB-Tracker] Created: (CORE-6446) CLOOP envelopes is wrong in IStatus

2020-11-16 Thread Dimitry Sibiryakov (JIRA)
CLOOP envelopes is wrong in IStatus --- Key: CORE-6446 URL: http://tracker.firebirdsql.org/browse/CORE-6446 Project: Firebird Core Issue Type: Bug Components: API / Client Library Reporte

Re: [Firebird-devel] IStatus after cloning

2020-11-16 Thread Alex Peshkoff via Firebird-devel
On 11/14/20 2:11 AM, Dimitry Sibiryakov wrote: 13.11.2020 21:45, peshkoff--- via Firebird-devel wrote: Copy.   Why? I see no place in sources where original object is still in use after cloning. This is public API function (BTW, first of all needed in Interface.h / FbException). Hell kno

Re: [Firebird-devel] Parameter Base of API implementation templates

2020-11-16 Thread Alex Peshkoff via Firebird-devel
On 11/13/20 8:20 PM, Dimitry Sibiryakov wrote: Does subj mean that I can inherit, for example, IStatus implementation from IVersioned (or IReferenceCounted) instead of IDisposable? No. (Though must say never tried.)   If not, how exactly this parameter is supposed to be used? When you need