NAME

DBD::SQLite::BundledExtesions - Provide a series of C extensions for DBD::SQLite and some helper functions to load them

METHODS

load_csv

Loads the csv extension that allows you to use a CSV file as a virtual table

load_eval

Loads the eval extension that gives you the C<eval()> SQL function.  Works pretty much like eval in perl but for SQL.  Probably dangerous.

load_ieee754

Gives you some functions for dealing with ieee754 specific issues.

load_nextchar

load_percentile

load_series

load_spellfix

load_totype

load_wholenumber

KNOWN ISSUES

Loading multiple extensions doesn't work properly

AUTHORS

Ryan Voots <simcop2387@simcop2387.info>

COPYRIGHT

Copyright 2016 by Ryan Voots <simcop2387@simcop2387.info>.

The perl parts of this program are redistributable under the Artistic 2.0 license. The SQLite Extensions are redistributable under the terms described in the SQLite source code itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 76:

=back without =over