Forum: bugs
Monitor Forum | | date 0000-00-00 00:00:00 on mysql [ reply ] By: Jean-Max Reymond on 2009-04-22 08:21 | [forum:1004881] |
|
mysql2pgsql don't convert the mysql date 0000-00-00 00:00:00 which is not valid :-( sed script to fix it: sed -e "s/'0000-00-00 00:00:00'/'0000-01-01 00:00:00'/g" |
|

