]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the ORDER BY clause return equal elements in the same order they were
authordrh <drh@noemail.net>
Fri, 1 Apr 2005 10:47:40 +0000 (10:47 +0000)
committerdrh <drh@noemail.net>
Fri, 1 Apr 2005 10:47:40 +0000 (10:47 +0000)
commit495c09a49aeb0e5ebd0c63c382562a4db4e9793e
treeb515cba721e9235ef31881f2d8acbc3a5016980c
parent9a7e60865da5c3ecbff7b189a48a5bbfc4397d3c
Make the ORDER BY clause return equal elements in the same order they were
seen (a stable sort).  It was returning them in exactly the reverse order. (CVS 2439)

FossilOrigin-Name: e8391491a68018406e30c2a699a4cab9e0de092c
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
test/collate4.test
test/collate5.test
test/select3.test