Ad-hoc database queries

Reports ::: report_customsql
Maintained by TimTim Hunt, at the OU (Perry building)Mahmoud Kassaei, Anupama Sarjoshi
This report plugin allows Administrators to set up arbitrary database queries to act as ad-hoc reports. Reports can be of two types, either run on demand, or scheduled to run automatically. Other users with the right capability can go in and see a list of queries that they have access to. Results can be viewed on-screen or downloaded as CSV.

Ad-hoc database queries 1.9.0

Moodle 1.9
Released: Thursday, 19 January 2012, 8:24 PM
Ad-hoc database queries

This is a dump of the old MOODLE_19_CODE into git. This branch is no longer
maintained.

This report plugin allows Administrators to set up arbitrary database queries
to act as ad-hoc reports. Reports can be of two types, either run on demand,
or scheduled to run automatically. Other users with the right capability can
go in and see a list of queries that they have access to. Results can be viewed
on-screen or downloaded as CSV.

See http://docs.moodle.org/19/en/Custom_SQL_queries_report for more information.

Written by Tim Hunt from The Open University (http://www.open.ac.uk/).

To install using git, type this command in the root of your Moodle install
git clone -b MOODLE_19_STABLE git://github.com/timhunt/moodle-report_customsql.git admin/report/customsql

This version of the report is compatible with Moodle 1.9.x.

Version information

Version build number
2009103000
Version release name
1.9.0
Can be updated to
2.3 for Moodle 2.2+ (2013031200), 2.5 for Moodle 2.4+, 2.6 for Moodle 2.4+ (2014020700), 2.7 for Moodle 2.4+ (2014061800), 2.8 for Moodle 2.7+ (2014111200)
Maturity
Stable version
MD5 Sum
f86fddd0f11bd611b468649043cc18f2
Supported software
Moodle 1.9
  • Latest release for Moodle 1.9

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_19_STABLE
VCS tag
v1.9.0

Default installation instructions for plugins of the type Reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation