Skip to content

Releases: iverycd/OracleSync2MySQL

v0.1.3

04 Jun 09:30
Compare
Choose a tag to compare

fix tablemeta view problem,add -m mode support database metadata to script in createSql.log

v0.1.2

30 May 03:15
Compare
Choose a tag to compare

fix missing default value

v0.1.1

14 May 06:53
Compare
Choose a tag to compare

add column comment

v0.1.0

29 Mar 06:50
Compare
Choose a tag to compare

fix some error

v0.0.9

27 Nov 09:33
Compare
Choose a tag to compare

yaml config table name to upper name

v0.0.8

24 Oct 08:41
Compare
Choose a tag to compare

modify fetchTableMap

v0.0.7

31 Aug 08:35
Compare
Choose a tag to compare

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

23 Aug 07:56
Compare
Choose a tag to compare

Add new feature support sequence trigger,foreign key,normal-index,view

v0.0.5

14 Aug 02:10
Compare
Choose a tag to compare

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