• Caolán McNamara's avatar
    Fix busted multi-repeated column in evolution database view · cd5b03ec
    Caolán McNamara yazdı
    In the evolution address book where we have real column names of e.g.
    first_name, second_name and city. On parsing via
    OSQLParseTreeIterator::appendColumns that creates some labels using those real
    names but the evo XResultSet gives them proper labels of First Name, Second
    Name and City the munge means that here we have e.g. just "City" as a label
    because it matches, while the others don't
    
    The symptoms are to load the evolocal.odb and of the 128 columns column 5 is
    repeated until 128
    
    This is all a horrible confusing mess. It seems safest to catch the
    mismatch of column counts and throw away the partial list and force
    a generate of a full list.
    
    Change-Id: I1d6e2a282bdd43acac63c366eb2a9d029aa17878
    cd5b03ec
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
prj Loading commit data...
qa Loading commit data...
source Loading commit data...
uiconfig Loading commit data...
util Loading commit data...
win32/source/odbcconfig Loading commit data...
AllLangResTarget_dba.mk Loading commit data...
AllLangResTarget_dbmm.mk Loading commit data...
AllLangResTarget_dbu.mk Loading commit data...
AllLangResTarget_sdbt.mk Loading commit data...
CppunitTest_dbaccess_macros_test.mk Loading commit data...
Executable_odbcconfig.mk Loading commit data...
JunitTest_dbaccess_complex.mk Loading commit data...
JunitTest_dbaccess_unoapi.mk Loading commit data...
Library_dba.mk Loading commit data...
Library_dbaxml.mk Loading commit data...
Library_dbmm.mk Loading commit data...
Library_dbu.mk Loading commit data...
Library_sdbt.mk Loading commit data...
Makefile Loading commit data...
Module_dbaccess.mk Loading commit data...
Package_inc.mk Loading commit data...
Package_uiconfig.mk Loading commit data...
README Loading commit data...