Skip to content

Commit f15466c

Browse files
committed
Made changes for the upcoming release
Former-commit-id: 79cb0d3
1 parent 74d88de commit f15466c

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)