Subject: | typo in documentation "finc", decode() example ? |
at a few places you mistyped "func" as "finc"
another suggestion:
SQLite currently lacks the IMO important decode() function
(now() is a bit trivial and can be done without sql)
what about this example:
my $debug = sub { $_[0] ? $_[1] : $_[2] };
$db->func( 'decode', 3, $debug, 'create_function' );
best regards
Axel