[sqlite] Order with another sequence

2015-10-10 Thread David King
> When I use ORDER BY an ? comes after a z. Is it possible to make an ? come > after a z? > If it is important I am using SQLite 3.8.6 and Python 3.4.1. If you're using the Python built-in sqlite3 module, you're looking for create_collation https://docs.python.org/2/library/sqlite3.html#sqlite3

[sqlite] Order with another sequence

2015-10-09 Thread Hick Gunter
mailinglists.sqlite.org Betreff: [sqlite] Order with another sequence When I use ORDER BY an ? comes after a z. Is it possible to make an ? come after a z? If it is important I am using SQLite 3.8.6 and Python 3.4.1. -- Cecil Westerhof ___ sqlite-users

[sqlite] Order with another sequence

2015-10-09 Thread Cecil Westerhof
When I use ORDER BY an ? comes after a z. Is it possible to make an ? come after a z? If it is important I am using SQLite 3.8.6 and Python 3.4.1. -- Cecil Westerhof

[sqlite] Order with another sequence

2015-10-09 Thread Kevin Benson
> On Fri, Oct 9, 2015 at 5:08 AM, Cecil Westerhof > wrote: > > > When I use ORDER BY an ? comes after a z. Is it possible to make an ? > come > > after a z? > > > > If it is important I am using SQLite 3.8.6 and Python 3.4.1. > Perhaps you might garner some insight from looking at other's code? I

[sqlite] Order with another sequence

2015-10-09 Thread John McKown
On Fri, Oct 9, 2015 at 5:08 AM, Cecil Westerhof wrote: > When I use ORDER BY an ? comes after a z. Is it possible to make an ? come > after a z? > > If it is important I am using SQLite 3.8.6 and Python 3.4.1. > > -- > Cecil Westerhof > > ?I am unsure of how to do this _exactly_ as you want, but