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

LOG procedure and macros with max varchar #192

Closed angoca closed 2 years ago

angoca commented 9 years ago

These procedures should receive arguments with the max varchar (32768) and then trim the string.

This will prevent errors if strings are bigger that 512.

angoca commented 2 years ago

Done at 93e62a0. One test was added for this.