[Firebird-devel] Creating trigger using UDF without validation

2015-12-23 Thread Jiří Činčura
Hi *, is there a way to create a trigger with UDF usage while the library itself is currently missing? -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at

[Firebird-devel] Creating trigger using UDF without validation

2015-12-23 Thread Jiří Činčura
Hi *, is there a way to create a trigger with UDF usage while the library itself is currently missing? -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] Allocated memory initialization

2015-12-23 Thread Dmitry Yemanov
23.12.2015 18:17, Dimitry Sibiryakov wrote: > > Does Firebird memory allocator initialize requested block to zeros? No, unless the object is inherited from pool_alloc() or you allocate using MemoryPool::calloc(). Dmitry

Re: [Firebird-devel] Allocated memory initialization

2015-12-23 Thread Adriano dos Santos Fernandes
On 23/12/2015 13:53, Dimitry Sibiryakov wrote: > 23.12.2015 16:45, Dmitry Yemanov wrote: >> No, unless the object is inherited from pool_alloc() or you allocate >> using MemoryPool::calloc(). >Then one thing worries me: quoting >

[Firebird-devel] Allocated memory initialization

2015-12-23 Thread Dimitry Sibiryakov
Hello, All. Does Firebird memory allocator initialize requested block to zeros? -- WBR, SD. -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Allocated memory initialization

2015-12-23 Thread Dimitry Sibiryakov
23.12.2015 16:45, Dmitry Yemanov wrote: > No, unless the object is inherited from pool_alloc() or you allocate > using MemoryPool::calloc(). Then one thing worries me: quoting http://en.cppreference.com/w/c/language/object#Object_representation "If two objects have the same object