Skip to content

Commit

Permalink
Merge pull request #1299 from EnterpriseDB/content/migration_toolkit/…
Browse files Browse the repository at this point in the history
…54.0.0/Add_to_release

Made changes for the upcoming release

Former-commit-id: 7993bc3
  • Loading branch information
robert-stringer authored Apr 30, 2021
2 parents 793d720 + f15466c commit 2a6c76a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ When migrating from MySQL, `SRC_DB_URL` takes the form of a JDBC URL. For exampl
jdbc:mysql://<host_name>[:<port>]/<database_id>
```

!!! Note
For MTK versions `54.0.1` and onwards append the optional parameter `?tinyInt1isBit=false` in the JDBC URL if datatype `tinyInt` is used to represent boolean value in the MySQL source database.


The URL contains the following information:

- `jdbc` The protocol is always `jdbc`.
Expand Down

0 comments on commit 2a6c76a

Please sign in to comment.