]> git.ipfire.org Git - thirdparty/sqlite.git/commit
SQLite now always chooses the column names for compound selects using
authordrh <drh@noemail.net>
Sun, 26 Mar 2006 01:21:22 +0000 (01:21 +0000)
committerdrh <drh@noemail.net>
Sun, 26 Mar 2006 01:21:22 +0000 (01:21 +0000)
commit923782530bcb5ad4ae5efebaebdd8c6acc3b5bd6
tree24e4c8b1d3a588144b986708ecebea3edd757ea6
parent229caa369ac93dd227b775477df493e55d8a4344
SQLite now always chooses the column names for compound selects using
the left-most select.  This makes SQLite work like other SQL database,
but it also is a change from historical behavior and may break some
scripts.  Ticket #1721. (CVS 3153)

FossilOrigin-Name: 80cda9f7ce83f2de6cd2fdaf6150bbc35b670fee
manifest
manifest.uuid
src/select.c
test/func.test
test/minmax.test
test/select1.test
test/select4.test
test/view.test