SQLITE_SO_ASC
sortorder(A) ::= ASC. {A = SQLITE_SO_ASC;}
sortorder(A) ::= . {A = SQLITE_SO_ASC;}
if( (order & SQLITE_SO_DIRMASK)==SQLITE_SO_ASC ){