Re: [sqlalchemy] suppress echo of INSERT/UPDATE large binary data

2016-08-18 Thread Kent Bower
I attempted to search for such an enhancement but obviously failed to find it. Patching the changeset in was fairly straightforward. Thanks very much Jonathan and Mike!! On Wed, Aug 17, 2016 at 5:41 PM, Mike Bayer wrote: > > > On 08/17/2016 01:25 PM, Kent wrote: >

Re: [sqlalchemy] suppress echo of INSERT/UPDATE large binary data

2016-08-17 Thread Mike Bayer
On 08/17/2016 01:25 PM, Kent wrote: Generally, echo=True for log level of INFO is very helpful for log files. But on INSERT/UPDATE of a Binary column (at least with Oracle, BLOB) it sure would be nice to skip the logging of the sometimes massive binary data. Is this possible?

[sqlalchemy] suppress echo of INSERT/UPDATE large binary data

2016-08-17 Thread Kent
Generally, echo=True for log level of INFO is very helpful for log files. But on INSERT/UPDATE of a Binary column (at least with Oracle, BLOB) it sure would be nice to skip the logging of the sometimes massive binary data. Is this possible? Thanks, Kent -- You received this message because