Re: [Firebird-devel] alloc.h global operator new replacement violating alignment requirements

2018-04-16 Thread Stephan Bergmann
On 17/02/17 11:48, Alex Peshkoff wrote: On 02/16/17 15:52, Stephan Bergmann wrote: Forgive me if this has already been discussed or even fixed in later versions: At least the Firebird 3.0 we build as part of LibreOffice defines global operator new replacement functions in src/common/classes/all

Re: [Firebird-devel] alloc.h global operator new replacement violating alignment requirements

2018-04-16 Thread Alex Peshkoff via Firebird-devel
On 04/16/18 15:08, Stephan Bergmann wrote: On 17/02/17 11:48, Alex Peshkoff wrote: On 02/16/17 15:52, Stephan Bergmann wrote: Forgive me if this has already been discussed or even fixed in later versions:  At least the Firebird 3.0 we build as part of LibreOffice defines global operator new rep

[Firebird-devel] [FB-Tracker] Created: (CORE-5794) Wrong behavour FOR [AS CURSOR cursorname] with next update and delete

2018-04-16 Thread Sergey Borisov (JIRA)
Wrong behavour FOR [AS CURSOR cursorname] with next update and delete --- Key: CORE-5794 URL: http://tracker.firebirdsql.org/browse/CORE-5794 Project: Firebird Core

[Firebird-devel] Legacy API functions for new features?

2018-04-16 Thread Adriano dos Santos Fernandes
Hi! Should exist isc encode/decode time/timestamp tz (with time zone) API functions? Or could this be only in IUtil? Adriano -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slas

Re: [Firebird-devel] Legacy API functions for new features?

2018-04-16 Thread Dimitry Sibiryakov
16.04.2018 17:52, Adriano dos Santos Fernandes wrote: Should exist isc encode/decode time/timestamp tz (with time zone) API functions? Or could this be only in IUtil? I would say that it depends on how data types with time zones are represented at API level. Is there any description? --

Re: [Firebird-devel] Legacy API functions for new features?

2018-04-16 Thread Dmitry Kovalenko
Not needed Dmitry Kovalenko www.ibprovider.com пн, 16 апр. 2018, 18:53 Adriano dos Santos Fernandes : > Hi! > > Should exist isc encode/decode time/timestamp tz (with time zone) API > functions? > > Or could this be only in IUtil? > > > Adriano > > > > -

Re: [Firebird-devel] Legacy API functions for new features?

2018-04-16 Thread Alex Peshkoff via Firebird-devel
On 04/16/18 18:52, Adriano dos Santos Fernandes wrote: Hi! Should exist isc encode/decode time/timestamp tz (with time zone) API functions? Or could this be only in IUtil? I suggest to have them initially only in IUtil. If ISC functions will be actually requested we can always add them late