summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Sqlite.pm
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2012-11-30 15:30:44 +0100
committerMarc Schumann <wurblzap@gmail.com>2012-11-30 15:30:44 +0100
commit2667d3631cc09c4d5d3593312bfeb86b38a4c65a (patch)
treeb75e952f5b5cc92bbbfb83ae52a131995fbba654 /Bugzilla/DB/Sqlite.pm
parenta22401a72e7addce908ea92988200134ff7f9560 (diff)
downloadbugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.gz
bugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.xz
Bug 816747 - Add dummy POD for unPODded methods.
r/a=LpSolit
Diffstat (limited to 'Bugzilla/DB/Sqlite.pm')
-rw-r--r--Bugzilla/DB/Sqlite.pm36
1 files changed, 36 insertions, 0 deletions
diff --git a/Bugzilla/DB/Sqlite.pm b/Bugzilla/DB/Sqlite.pm
index 5810ab4d7..0055f3884 100644
--- a/Bugzilla/DB/Sqlite.pm
+++ b/Bugzilla/DB/Sqlite.pm
@@ -299,3 +299,39 @@ SQLite-specific implementation. It is instantiated by the Bugzilla::DB module
and should never be used directly.
For interface details see L<Bugzilla::DB> and L<DBI>.
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item sql_date_format
+
+=item bz_explain
+
+=item sql_position
+
+=item sql_iposition
+
+=item sql_group_by
+
+=item sql_not_regexp
+
+=item sql_limit
+
+=item sql_date_math
+
+=item sql_to_days
+
+=item sql_from_days
+
+=item bz_table_list_real
+
+=item sql_regexp
+
+=item sql_group_concat
+
+=item sql_istring
+
+=item bz_setup_database
+
+=back