From 767208b8005dd8607a32beaa182bc5c4306a9521 Mon Sep 17 00:00:00 2001 From: bjoern Date: Sun, 7 Oct 2018 19:54:36 +0200 Subject: [PATCH] Note type information limitations in the documentation. Closes: #36 --- lib/DBD/SQLite.pm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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