metadata for alias columns
IBPP is a C++ client class library for FirebirdSQL
Status: Inactive
Brought to you by:
epocman
in version 2.5.3.1, statements like:
select count(*) as mycount from mytable
do not return metadata information for the
alias column, in that example mycount.
in my opinion alias columns should also
be part of the metadata.
Meaning that IBPP::Statement its Columns()
method should return mycount in that example.