Open GoogleCodeExporter opened 8 years ago
This is also complicated by the fact that we use CursorAdapter. If we could do
some sort of fancy sort using SQL, that would be ideal, but we don't know the
"first" vs "last" names (as prev stated), and we don't have them in sep columns
(just have name) because of this.
Original comment by charlie....@gmail.com
on 19 Oct 2010 at 7:54
Actually, we could just use Cooper's name parser AT THE TIME we insert. So,
we'll have to change DB to have first/middle/last columns, then parse at
insert, and also migrate existing data.
Original comment by charlie....@gmail.com
on 19 Oct 2010 at 7:58
Original issue reported on code.google.com by
charlie....@gmail.com
on 9 Aug 2010 at 12:40