[MXS-2354] Timestamp/Datetime precision lost when using cdc streaming Created: 2019-02-27 Updated: 2019-09-30 Resolved: 2019-09-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | avrorouter, binlogrouter, cdc |
| Affects Version/s: | 2.2.15, 2.3.4 |
| Fix Version/s: | 2.4.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Krzysztof Lewandowski | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
docker images |
||
| Sprint: | MXS-SPRINT-91 |
| Description |
|
When trying to run a cdc.py script for a table like:
data printed for datetime/timestamp field doesn't have milli-/microseconds part. For example:
while data in the table looks like this:
|
| Comments |
| Comment by Krzysztof Lewandowski [ 2019-02-27 ] |
|
I believe this is a problem of converting timestamp-like values to string in avrorouter |