Releases: iverycd/OracleSync2MySQL
Releases · iverycd/OracleSync2MySQL
v0.1.3
fix tablemeta view problem,add -m mode support database metadata to script in createSql.log
v0.1.2
fix missing default value
v0.0.9
yaml config table name to upper name
v0.0.7
When modifying the insert method for migrating data, the insert statement has been changed from the previous insert into tableName values to insert into tableName (col1, col2) values. Fix the issue of incorrect timestamp type conversion text
v0.0.6
Add new feature support sequence trigger,foreign key,normal-index,view
v0.0.5
Note: If running on Linux, please first set the environment variable LD_LIBRARY_PATH
[root@uatenv OracleSync2MySQL]# export LD_LIBRARY_PATH=./instantclient
[root@uatenv OracleSync2MySQL]#./OracleSync2MySQL --config example.yml