Re: [Firebird-devel] Messages (using boost)

2011-06-20 Thread Milan Babuskov
Leyne, Sean wrote: - Our users are not using GPRE, or they're not using the features introduced in the last 10 years. There is at least 1 person who actively uses GPRE, I can't recall his name at the moment, but he has submitted several patches to extend GPRE over the last 2 years.

Re: [Firebird-devel] Messages (using boost)

2011-06-17 Thread Dimitry Sibiryakov
17.06.2011 18:19, Adriano dos Santos Fernandes wrote: FB_MESSAGE(Message, (FB_SMALLINT, smallInt0) (FB_INTEGER, integer0) (FB_BIGINT, bigInt0) (FB_SCALED_BIGINT(3), bigInt3) (FB_VARCHAR(10), str10) ) Comments? With GPRE you

Re: [Firebird-devel] Messages (using boost)

2011-06-17 Thread Adriano dos Santos Fernandes
On 17/06/2011 13:30, Dimitry Sibiryakov wrote: 17.06.2011 18:19, Adriano dos Santos Fernandes wrote: FB_MESSAGE(Message, (FB_SMALLINT, smallInt0) (FB_INTEGER, integer0) (FB_BIGINT, bigInt0) (FB_SCALED_BIGINT(3), bigInt3)

Re: [Firebird-devel] Messages (using boost)

2011-06-17 Thread Adriano dos Santos Fernandes
On 17/06/2011 13:30, Dimitry Sibiryakov wrote: With GPRE you don't even need to care about types, it will get it automatically from DB, so - what's the point to change one preprocessor for another? Let me also say something which may be not clear. These messages struct/blr could be