Opened 18 years ago
Closed 16 years ago
#1455 closed enhancement (fixed)
Include SQL query in wiki pages
Reported by: | Mango Cat | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | major | Keywords: | SQL wiki include |
Cc: | Trac Release: | 0.10 |
Description
I would like the ability to generate tables within my wiki pages which are populated by SQL query results. I have several pages that "speak" about the same database, but each would like its own "view" of the data, and of course to be centrally maintained and automatically updated when the central database changes.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by
Component: | Request-a-Hack → RevtreePlugin |
---|---|
Owner: | changed from anybody to Emmanuel Blot |
comment:2 Changed 17 years ago by
Component: | RevtreePlugin → Request-a-Hack |
---|---|
Owner: | changed from Emmanuel Blot to anonymous |
comment:3 Changed 17 years ago by
Hi all,
I've attached a simple plugin I wrote that we use at work to perform SQL Queries against a configured database. This makes use of my pymills library (install it from pypi). Feel free to use/modify this to suit your needs.
If anyone is interested, I'll make a more complete hack for this.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Got implemented by JamesMills as SqlQueryMacro.
I vote for it! An important feature to trac!