On 25 Mar 2013, at 3:54am, James K. Lowden <jklow...@schemamania.org> wrote:

>       http://www.schemamania.org/sql/sqlite/udf/
> 
> When I started looking into this, I didn't find many examples around
> the Web, and there's no HOWTO document on the SQLite website.  I
> thought by posting some in a more public place I might encourge others
> to help create an archive of such things for general use.  
> 
> I hope these serve as examples and fuel your imagination for what can
> be done with SQLite.  

Nicely done.  Notes:

A) The link for your PDF for 'glob' is labelled 'man page' rather than 
'glob.pdf'.  Still works fine, just inconsistent.

B) Whatever process you've used to get from man page to .pdf has made your 
apostrophes into directional quotes.  For example, if you look at your regex 
command example you see that the command line says

regex(’ˆ..$’, name)   not
regex('ˆ..$', name)

I'm not sure where the problem leaked in, but a user may find that a copypasted 
example from a PDF just won't work.  The man pages themselves look okay.  
(Problem also appears in /some/ places in other PDFs, not just regex.)

Simon.

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

Reply via email to