rorx / redmine_wiki_sql

Redmine plugin that allows you to run SQL queries and have them shown on your wiki in table format
http://rodrigoramalho.com/redmine-wiki-sql-plugin/
11 stars 13 forks source link

merge in several improvements to the plugin #7

Open galdosd opened 10 years ago

galdosd commented 10 years ago

Hello,

Thanks for the original redmine_wiki_sql plugin. Found it useful, and added several needed improvements

With that said I also added two flaws (1) now it can only really work with MySQL (2) if an authorized SQL user foolishly writes a query that returns the very same text of the query, you can end up with an infinite query and crash redmine

At least for my uses, adding the security alone made it worth it (since I'm only using it with MySQL) and really would not have been able to use it at all otherwise. But YMMV and some users (especially if not using MySQL!) might not find the other improvements worth the downside

Thanks again for the original plugin and open sourcing it!