On Tue, Mar 11, 2014 at 10:00 PM, Horse Mans <[email protected]>wrote:

> On Tue, Mar 11, 2014 at 9:40 PM, Stephan Beal <[email protected]>
> wrote:
> > On Tue, Mar 11, 2014 at 9:24 PM, Horse Mans <[email protected]>
> > wrote:
> >>
> >>   wiki('[/rptview?rn=3&subsystem=' || subsystem || '|' ||
> >
>
It appears to have been part of the 'subscript' templating language
> which came before TH1. I imagine the documentation is simply out of
> date.


It appears so. i'm winding down for the night, but i'll make a not to look
at it tomorrow evening, and remove any old references.

That's a shame. Perhaps there's another way to get the
> formatting I'd like?
>

Not that i'm aware of. Maybe another list member can suggestion something.

Here's a complete list (in raw geek format) of all SQL-side functions
defined somewhere in fossil (not all of these are always available):

[stephan@host:~/cvs/fossil/fossil/src]$ grep sqlite3_create_function *.c |
grep -v 'sqlite3.c:'
browse.c:  sqlite3_create_function(g.db, "pathelement", 2, SQLITE_UTF8, 0,
browse.c:  sqlite3_create_function(g.db, "pathelement", 2, SQLITE_UTF8, 0,
configure.c:    sqlite3_create_function(g.db, "config_is_reset", 1,
SQLITE_UTF8, 0,
configure.c:    sqlite3_create_function(g.db, "config_reset", 1,
SQLITE_UTF8, 0,
db.c:  sqlite3_create_function(db, "now", 0, SQLITE_ANY, 0,
db_now_function, 0, 0);
db.c:  sqlite3_create_function(db, "checkin_mtime", 2, SQLITE_ANY, 0,
db.c:  sqlite3_create_function(db, "user", 0, SQLITE_ANY, 0, db_sql_user,
0, 0);
db.c:  sqlite3_create_function(db, "cgi", 1, SQLITE_ANY, 0, db_sql_cgi, 0,
0);
db.c:  sqlite3_create_function(db, "cgi", 2, SQLITE_ANY, 0, db_sql_cgi, 0,
0);
db.c:  sqlite3_create_function(db, "print", -1, SQLITE_UTF8,
0,db_sql_print,0,0);
db.c:  sqlite3_create_function(
db.c:  sqlite3_create_function(
json_dir.c:  sqlite3_create_function(g.db, "pathelement", 2, SQLITE_UTF8, 0,
login.c:  sqlite3_create_function(g.db, "constant_time_cmp", 2,
SQLITE_UTF8, 0,
login.c:
 sqlite3_create_function(pOther,"now",0,SQLITE_ANY,0,db_now_function,0,0);
login.c:    sqlite3_create_function(pOther, "constant_time_cmp", 2,
SQLITE_UTF8, 0,
login.c:  sqlite3_create_function(g.db, "constant_time_cmp", 2,
SQLITE_UTF8, 0,
login.c:    sqlite3_create_function(pPeer, "shared_secret", 3, SQLITE_UTF8,
login.c:    sqlite3_create_function(pPeer, "now",
0,SQLITE_ANY,0,db_now_function,0,0);
regexp.c:  return sqlite3_create_function(db, "regexp", 2, SQLITE_UTF8, 0,
search.c:  sqlite3_create_function(g.db, "score", 1, SQLITE_UTF8, p,
shell.c:      sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0,
sqlcmd.c:  sqlite3_create_function(db, "content", 1, SQLITE_ANY, 0,
sqlcmd.c:  sqlite3_create_function(db, "compress", 1, SQLITE_ANY, 0,
sqlcmd.c:  sqlite3_create_function(db, "decompress", 1, SQLITE_ANY, 0,
user.c:  sqlite3_create_function(g.db, "shared_secret", 2, SQLITE_UTF8, 0,

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to