File tree Expand file tree Collapse file tree 6 files changed +252
-142
lines changed Expand file tree Collapse file tree 6 files changed +252
-142
lines changed Original file line number Diff line number Diff line change 60
60
- Fix a problem with local settings regarding decimal separator (all ,
61
61
are changed to .) Thank to Jan Kester.
62
62
63
- Thanks for all congratulation message and bug report I received.
63
+ 2002 09 27 - Version 1.11
64
+ - Fix a problem when retrieving package+package body. Thanks to Mike WILHELM-HILTZ
65
+ - Set LongReadLen to 100000 when exporting table information. Many users reports
66
+ this kind of error: A-01406 LongReadLen too small and/or LongTruncOk not set
67
+ This should fix the problem else you must increase the value (around line 422 of Ora2Pg.pm.
68
+ - Filtering by owner for better performance when retreiving database schema. Thanks to Jefferson MEDEIROS
69
+
70
+ 2002 12 03 - Version 1.12
71
+
72
+ I have fixed 2 bugs when using it against Oracle 817R3 on linux.
73
+
74
+ - Fix problem regarding RI constraints, the owner name was not
75
+ getting into the sql statement. Thank to Ian Boston.
76
+
77
+ - Moved all the RI constraints out of the create table statement.
78
+ Thank to Ian Boston for this contribution. This was a major request
79
+ from Ora2pg users.
80
+
81
+ 2002 12 26 - Version 2.0
82
+
83
+ - Clean code.
84
+ - Fix COPY output on column value with end of line and add column naming.
85
+ - Add support to the PostgreSQL 7.3 schema. So Oracle schema can now be exported.
86
+ (see export_schema init option)
87
+ - Remove data extraction limit (old default: 10) so each tuple will be dump by default.
88
+
89
+
90
+ Thanks for all congratulation message and bug report+fix I received.
64
91
65
92
Gilles DAROLD <gilles@darold.net>
66
93
You can’t perform that action at this time.
0 commit comments