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 a

[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? Ad

Re: [Firebird-devel] SF.net SVN: firebird:[52693] firebird/trunk/src

2011-04-10 Thread Adriano dos Santos Fernandes
On 10-04-2011 08:47, Dmitry Yemanov wrote: > All, > > While being on the subject, may I kindly ask everyone to *stop* naming > the methods (especially public ones) as nouns and use verbs instead. > Method names like version(), owner() etc drive me crazy. It gets > especially "funny" when the fo

Re: [Firebird-devel] SF.net SVN: firebird:[52693] firebird/trunk/src

2011-04-10 Thread Dmitry Yemanov
All, While being on the subject, may I kindly ask everyone to *stop* naming the methods (especially public ones) as nouns and use verbs instead. Method names like version(), owner() etc drive me crazy. It gets especially "funny" when the former is a getter while the latter is a setter. Another

[Firebird-devel] [FB-Tracker] Reopened: (CORE-3435) Lateral derived tables

2011-04-10 Thread Dmitry Yemanov (JIRA)
[ http://tracker.firebirdsql.org/browse/CORE-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Yemanov reopened CORE-3435: -- Reopened because of the discovered support in the SQL standard. > Lateral derived tables >