> On Feb 1, 2018, at 10:57 AM, Chris Green <c...@isbd.net> wrote:
> 
> But systems have language variables which tell which set to use.

Your code that runs the query can use those system APIs to localize the day 
names. Just have the query return the raw date strings (or timestamps or 
whatever) and do the fancy manipulation in code.

Or you could write an extension function that looks up the localized day name, 
and call that function in your query.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to