]> source.dussan.org Git - jackcess.git/commitdiff
doc sorting changes
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 17 Mar 2010 16:19:52 +0000 (16:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 17 Mar 2010 16:19:52 +0000 (16:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/newformats@452 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/Index.java

index f72377ac933ce943c2ed7a5f19654da8d7607c76..a2921e4341715463cc503bad7afa77ca0d1710ad 100644 (file)
@@ -1545,7 +1545,7 @@ public abstract class Index implements Comparable<Index> {
       // !isAsc && !isNeg => flipBytes, setReverseSignByte => FF FF FF ...
       // !isAsc && isNeg => setReverseSignByte             => 00 00 00 ...
       
-      // v2007 bit twiddling rules:
+      // v2007 bit twiddling rules (old ordering was a bug, MS kb 837148):
       // isAsc && !isNeg => setSignByte 0xFF            => FF 00 00 ...
       // isAsc && isNeg => setSignByte 0xFF, flipBytes  => 00 FF FF ...
       // !isAsc && !isNeg => setSignByte 0xFF           => FF 00 00 ...