Re: [Firebird-devel] Value of database handle in wire protocol

2013-04-08 Thread Alex Peshkoff
On 04/07/13 15:32, Mark Rotteveel wrote: > I am rewriting the wire protocol implementation in Jaybird and I noticed > that the database handle (objecthandle) returned in the response to > op_attach is always 0. Is that correct? Yes. Port can't have more than 1 related database object, therefore t

[Firebird-devel] [FB-Tracker] Created: (CORE-4075) Server crashes on exception in calculated index

2013-04-08 Thread Thomas Beckmann (JIRA)
Server crashes on exception in calculated index --- Key: CORE-4075 URL: http://tracker.firebirdsql.org/browse/CORE-4075 Project: Firebird Core Issue Type: Bug Components: Engine Affec

[Firebird-devel] aliases.conf -> databases.conf rename

2013-04-08 Thread marius adrian popa
Question from twitter https://twitter.com/shtue/status/321510432458289152 What’s the point of the rename? It seems to only break existing code and documentation. -- Precog is a next-generation analytics platform capable o

[Firebird-devel] SUPERCLIENT in PreprocessorDefinitions

2013-04-08 Thread marius adrian popa
It is defined but never used , removed long long time ago SUPERCLIENT -R * win32/msvc7/v5_examples.vcproj: PreprocessorDefinitions="GPRE_FORTRAN,GPRE_PASCAL,GPRE_COBOL,GPRE_ADA,NDEBUG,_CONSOLE,SUPERCLIENT,WIN32" ... I propose to be removed from the VC projects file in trunk ---