Running against an ODBC connection, the query select number , 'abc' as aWord , 123 as anInteger from table1 where number = '0123456789' displays number aWord anInteger ------ ----- --------- 0123456789 abc This is a regression since LibreOffice 3.6.4.3 (2ef5aff), which correctly displays number aWord anInteger ------ ----- --------- 0123456789 abc 123 My LibreOffice is master commit b355324, pulled around 2013-03-01 16:30 UTC, built and running on ubuntu-natty (11.04) 32-bit, configured as ... --enable-dbgutil --enable-crashdump --disable-build-mozilla --without-system-postgresql --without-myspell-dicts --without-help --with-extra-buildid
The problem is in abeyance with master commit 51a18f9 pulled around 2013-03-14 18:20 UTC.