Ihor Liubymov
Ihor Liubymov
Sorry, guys, that I'm so slowly. The column is simple varchar, the table has latin-1 charset. I wrote some test, but it is work only with STATEMENT based replication, and...
Could we do something like: at the begin of the test `SET GLOBAL binlog_format = 'STATEMENT';` at the end of the test `SET GLOBAL binlog_format = 'ROW';` ?
Sure, it would be good.
We can't return bytes (even only in case with error) because it will break existing systems. But what if add some method like: ``` python def _decode_query(self, query) return query.decode("utf-8")...
In the case with `dvd (.vob)` format it also has information. As for `webm` - it always contains `0` (zeros).
I don't have much knowledge in this domain area. If you would describe specific cases for verification, I can check, and if necessary, add tests.
@mikeboers How about those updates? Is there a chance for this PR?
Example: you have product with property (select field). at product page using special tools (such as the browser chrome :) ), you can add any additional options to property field....