Changes between Initial Version and Version 3 of Ticket #29648
- Timestamp:
- Aug 7, 2018, 11:17:54 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29648
- Property Has patch set
-
Ticket #29648 – Description
initial v3 34 34 * A Transform should not make assumptions about implementation details of the database backend in the first place. Some backends, like the MySQL one, use `.format()` instead of `%` to format their strings, so the assumption doesn't apply at all. 35 35 36 For reference, ``Extract`` (which is very similar to ``TruncBase`` in many regards) doesn't have this assumption. I therefore recommend to remove the ``replace`` statement without substitution to resolve the issue. 37 38 I've prepared a patch with a regression test that I'll send as a PR as soon as I have the ticket number of this bug. 36 For reference, `Extract` (which is very similar to `TruncBase` in many regards) doesn't have this assumption. I therefore recommend to remove the `replace` statement without substitution to resolve the issue.