Modify ↓
Opened 12 years ago
Closed 12 years ago
#10954 closed defect (invalid)
how to query a local db from trac
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | normal | Component: | SELECT A HACK |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi!
I have a trac system that is connected to a local oracle db (for authorization purposes). More specifically, the connection with the local oracle db is achieved using a python plugin (it is a .py code inside the plugin folder). I would like to add an additional functionality to the ticketing system, to automatically query the local oracle db for obtaining additional information for the ticket sender (until now only the sender's username is visible).
How can i do that? Thanks in advance!
Attachments (0)
Note: See
TracTickets for help on using
tickets.
The short story is, you will need to write a plugin. See t:TracPlugins as a starting point.
This is really not a good place to ask such questions. Rather, you will have a big audience if you post your question to t:MailingList.