Skip to content

Commit 2a6c76a

Browse files
Merge pull request #1299 from EnterpriseDB/content/migration_toolkit/54.0.0/Add_to_release
Made changes for the upcoming release Former-commit-id: 7993bc3
2 parents 793d720 + f15466c commit 2a6c76a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

product_docs/docs/migration_toolkit/54.0.0/06_building_toolkit.properties_file.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ When migrating from MySQL, `SRC_DB_URL` takes the form of a JDBC URL. For exampl
168168
jdbc:mysql://<host_name>[:<port>]/<database_id>
169169
```
170170

171+
!!! Note
172+
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.
173+
174+
171175
The URL contains the following information:
172176

173177
- `jdbc` The protocol is always `jdbc`.

0 commit comments

Comments
 (0)