]> git.ipfire.org Git - thirdparty/sqlite.git/commit
ORDER BY in a compound SELECT will first match against the left-most SELECT.
authordrh <drh@noemail.net>
Thu, 13 Dec 2007 03:45:07 +0000 (03:45 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Dec 2007 03:45:07 +0000 (03:45 +0000)
commit1e281291fbc1916558d1212034980aa076adcef7
tree54ea9660dc5cff8047463c518cea7437a1dc4b35
parent9a99334d54f54c6e667a6c6525903bfcf4894e15
ORDER BY in a compound SELECT will first match against the left-most SELECT.
If there is no match there, it begins working its way to the right. (CVS 4621)

FossilOrigin-Name: 56063ec84b130bcdb0e90bc76fabca394d0d867f
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
test/null.test
test/select4.test