On 1/6/17, James K. Lowden <jklow...@schemamania.org> wrote:
>
> A quick scan of SQLite sources shows only references to the glob
> function, no implementation.

The implementation is built-in here:
https://www.sqlite.org/src/artifact/d8582ee919759756?ln=610-770

For portability reasons, SQLite avoids using routines from the
standard library.  For example,  atof() scan behave differently
depending on LOCALE and so SQLite has its own code for text-to-float
conversion.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to