angoca / log4db2

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

Prevent a logger with himself as parent #109

Closed angoca closed 10 years ago

angoca commented 10 years ago

insert into logdata.conf_loggers values (1, 'a', 1, null)

This is an error.

angoca commented 10 years ago

DONE