dolthub / dolthub/pg2mysql

Wrong datetime format

Open
#40 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
54
Forks
12
PR merge metrics
No merged PRs in 30d

Description

On some datetime values that are exported we have the following error:
```
ERROR 1292 (22007) at line 677: Incorrect datetime value: '2022-01-31 16:18:56+01'
```

Right now we are using sed to replace:
```
sed -i -e 's/\+[[:digit:]]\{2\}//gi' "${MYSQL_DUMP}.sql"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.