[Firebird-devel] SQLDA/SQLVAR (not XSQLDA/XSQLVAR)

2011-04-10 Thread Adriano dos Santos Fernandes
All,

Our functions dealing with XSQLDA/XSQLVAR has a dialect parameter.

When dialect is 0, the structures are interpreted as SQLDA/SQLVAR. These
structs are a legacy version with less items.

They declarations are not present in ibase.h at least since 2.0.

I want to remove them. Objections?


Adriano

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] SQLDA/SQLVAR (not XSQLDA/XSQLVAR)

2011-04-10 Thread Dmitry Yemanov
11.04.2011 3:53, Adriano dos Santos Fernandes wrote:

 Our functions dealing with XSQLDA/XSQLVAR has a dialect parameter.

 When dialect is 0, the structures are interpreted as SQLDA/SQLVAR. These
 structs are a legacy version with less items.

 They declarations are not present in ibase.h at least since 2.0.

 I want to remove them. Objections?

Not from me, but be prepared for issues. I tried removing them in the 
past (along with some other work, it wasn't the goal itself), but faced 
problems. IIRC some layers passed dialect 0 there, thus asking for 
legacy SQLDA support. Unfortunately, I don't remember the details.


Dmitry

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel