Federico Campoli

Results 53 comments of Federico Campoli

Did you tested that the issue is happening only on Mac? Also please don't use screenshots are they are pretty useless. If you need to provide large text use a...

hi, I'm fairly sure I decided to not set the default values on purpose and trust the data coming from the mysql replica. I can check if this can cause...

I've tested the functionality and the default values are correctly determined by mysql. However I'll think a way to add the default values on the postgres tables (thinking of a...

the offending character is 0x9d which should be the right double quotation mark ” what's the database/table character set? it could be a setting ignored by the older pymysql and...

cool, thanks for the feedback. I'm still convinced it's an encoding issue added in the recent pymysql update. I'll try to reproduce the problem and eventually come with a way...

Thanks for your feedback. The issue with the override to boolean is normal. boolean ca store only true/false and postgresql is very strict about that. The override was implemented to...

I wasn't able to reproduce the bug as the rows you mentioned seems already ok. I've just merged some changes in master/ver2.0. Can you try again please?

This specific case is covered on the mysql side, therefore it should be simple to implement the same for PostgreSQL. I'll have a look asap.

Not yet, sorry. I'll try to add it to the next release.

thanks for the report. I will have a look.