Skip to content

Redmine plugin that allows you to run SQL queries and have them shown on your wiki in table format

Notifications You must be signed in to change notification settings

javatunix/redmine_wiki_sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This plugins allows a redmine user to run SQL queries inside redmine's wiki pages.

Installation

Follow the default redmine plugin installation steps at http://www.redmine.org/projects/redmine/wiki/Plugins

Usage:

Put this inside a wiki page: {{sql( *Your Query* )}}

Example:

{{sql(select id as 'ID', subject as 'Subject', DATE_FORMAT\(issues.due_date , '%d/%m/%Y'\) AS 'Due Date' from issues)}}

Known problems:

- Can't change column's order
- User has to manually escape parenthesis with \

About

Redmine plugin that allows you to run SQL queries and have them shown on your wiki in table format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%