Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a24104e

Browse files
committed
Upgrade to even newer ora2pg 2.0.
1 parent ffab4fd commit a24104e

File tree

6 files changed

+252
-142
lines changed

6 files changed

+252
-142
lines changed

contrib/oracle/CHANGES

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,34 @@
6060
- Fix a problem with local settings regarding decimal separator (all ,
6161
are changed to .) Thank to Jan Kester.
6262

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.
6491

6592
Gilles DAROLD <gilles@darold.net>
6693

0 commit comments

Comments
 (0)