angoca / log4db2

A logging utility like log4j for IBM Db2 SQL PL
https://angoca.github.io/log4db2/
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Lock to prevent insertions in conf_loggers without using get_logger procedure #186

Open angoca opened 9 years ago

angoca commented 9 years ago

When conf_loggers is modified manually, it does not reflect the values in the other table. There should be a mechanism to block manual insertions in this table. This could break many tests, but the table will be used better. This change has many impacts.