summaryrefslogtreecommitdiffstats
path: root/plugins/omoracle/omoracle.h
Commit message (Collapse)AuthorAgeFilesLines
* Add licensing information.Luis Fernando Muñoz Mejías2009-04-291-0/+6
| | | | | I'm not sure if GPLv3 contemplates the ability to link to proprietary software, if it was previous work. I explicitly allow linking to OCI.
* Convert to the array-based interface.Luis Fernando Muñoz Mejías2009-04-161-0/+2
| | | | | | | | | | | | | We'll receive a single statement to be prepared and a batch size. Then, doAction will execute the statement only once per batch hit, making the process much more efficient. This will reduce network and DB server overhead. The downside is that this version cannot be used with rsyslog v3 anymore. If anyone is interested on backporting the module, they should choose all patches up to this one. Better documentation may follow.
* Start the output module for Oracle.Luis Fernando Muñoz Mejías2009-03-251-0/+23
Currently, resources are allocated, freed and the code compiles. No tests yet.