• Lionel Elie Mamane's avatar
    Columns should know their table · 10359585
    Lionel Elie Mamane yazdı
    For example dbaccess::OSingleSelectQueryComposer::appendOrderByColumn expects it
    (via impl_getColumnName_throw via getTableAlias)
    
    There is some vagueness:
    Should the TableName property contain just the table name,
    or the *composed* table name
    (that is with catalog and/or schema if used by this DB)?
    In the case of a query, should it contain the table name (alias)
    *in* *the* *query* or of the original table?
    In the former case, what meaning do SchemaName and CatalogName have?
    They should be empty?
    
    For now, commit as such and deal with the fallout, if any,
    when it hits the fan.
    
    If we really need to store these *different* values,
    (that is, some code validly needs them)
    it would be easier / cleaner / ...
    to define *different* properties
    for these *different* notions.
    
    Change-Id: I032e619a60e7563cd51478db16cb5e0e5452bfde
    10359585
Adı
Son kayıt (commit)
Son güncelleme
..
VCatalog.cxx Loading commit data...
VCollection.cxx Loading commit data...
VColumn.cxx Loading commit data...
VDescriptor.cxx Loading commit data...
VGroup.cxx Loading commit data...
VIndex.cxx Loading commit data...
VIndexColumn.cxx Loading commit data...
VKey.cxx Loading commit data...
VKeyColumn.cxx Loading commit data...
VTable.cxx Loading commit data...
VUser.cxx Loading commit data...
VView.cxx Loading commit data...