aberman
aberman
@q3769 : No, the Configuration is frozen once it's loaded and you cannot modify anything in it once that happens. If you look in [Configuration](https://github.com/tinylog-org/tinylog/blob/v2.7/tinylog-api/src/main/java/org/tinylog/configuration/Configuration.java), you'll see that the set...
I think there should be a distinct difference between sharing a connection between multiple statements and a true transaction (BEGIN...COMMIT). Poolboy calls their checkout/checkin a transaction, but it's a bit...
@ostinelli, I think the use of a db transaction should be left up to the user of the library. My use of batch statements is usually when I'm doing some...