diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 2cbabde..266d96f 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -2604,6 +2604,25 @@ the SQLite C API (L), so one could potentially use a callback that narrowed the result set down based on a specific need, such as querying for overlapping circles. +=head1 KNOWN BUGS AND LIMITATIONS + +=over + +=item * + +The C method is unimplemented and returns an empty +result. + +=item * + +The statement handle C attribute ought to return a reference +to an array with integer codes indicating the type for each column, +but instead returns types as unnormalized text strings. This is +unlikely to be addressed for reasons of backward compatibility with +existing uses of this module. + +=back + =head1 SUPPORT Bugs should be reported via the CPAN bug tracker at