InstrumentedAttribute doesn't pass keyword arguments

Issue #1153 resolved
Former user created an issue

Hi!

In contrast to

InstrumentedAttribute.startswith


InstrumentedAttribute.contains

does not pass contains keyword arguments like

escape

to the underlying operators. So, I can't provide an escape character this way. A workaround is of course to use .like.

I used the following version 0.5.0beta3

Best regards, Michael

Comments (3)

  1. Log in to comment