Bert Verhees <[EMAIL PROTECTED]> wrote: > It is only the English speaking part of the world using Arabic numerals > is a '.', which is a minority > The rest uses a ',' >
SQLite uses "." as the radix point always. This is by design. It used to use the locale specific radix point, but that led to problems. See http://www.sqlite.org/cvstrac/tktview?tn=305 -- D. Richard Hipp <[EMAIL PROTECTED]>