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