is00hcw / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 1 forks source link

setupCDC.sh does not handle interval datatype correctly #1083

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Create a table with a column of type INTERVAL
example :
period INTERVAL YEAR (2) TO MONTH

2.Run setupCDC.sh script

What is the expected output?
No error for change table creation

What do you see instead?
setupCDC.sh reports a failure in creating the change table

What is the possible cause?
Datatype is not handled correctly

Original issue reported on code.google.com by stephane...@continuent.com on 9 Jan 2015 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by stephane...@continuent.com on 12 Jan 2015 at 12:23

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2755.

Now correctly handling INTERVAL datatype
Also simplified code a bit

Original comment by stephane...@continuent.com on 13 Jan 2015 at 2:13

GoogleCodeExporter commented 9 years ago
This is fixed

Original comment by stephane...@continuent.com on 15 Jan 2015 at 3:25

GoogleCodeExporter commented 9 years ago
Marking as fixed

Original comment by stephane...@continuent.com on 15 Jan 2015 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by linas.vi...@continuent.com on 20 Jan 2015 at 9:44