Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 14628
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: rose [...] sj.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.09
Fixed in: (no value)



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